BeagleQueryPartUri

BeagleQueryPartUri

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── BeagleQueryPart
        ╰── BeagleQueryPartUri

Description

Functions

beagle_query_part_uri_new ()

BeagleQueryPartUri *
beagle_query_part_uri_new (void);

Creates a new BeagleQueryPartUri.

Returns

a newly created BeagleQueryPartUri.


beagle_query_part_uri_set_uri ()

void
beagle_query_part_uri_set_uri (BeagleQueryPartUri *part,
                               const char *uri);

Sets the uri of a BeagleQueryPartUri. This should be used to obtain beagle indexed metadata for a given uri. The uri should be properly escaped and be exactly the same that beagle would return.

Parameters

part

a BeagleQueryPartUri

 

uri

a const char *

 

Types and Values

struct BeagleQueryPartUri

struct BeagleQueryPartUri;