BeagleQueryPartUri

BeagleQueryPartUri

Synopsis




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


Object Hierarchy


  GObject
   +----BeagleQueryPart
         +----BeagleQueryPartUri

Description

Details

BeagleQueryPartUri

typedef struct _BeagleQueryPartUri BeagleQueryPartUri;


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.

part :

a BeagleQueryPartUri

uri :

a const char *