| Top |
BeagleQueryPartProperty *
beagle_query_part_property_new (void);
Creates a new BeagleQueryPartProperty.
void beagle_query_part_property_set_key (BeagleQueryPartProperty *part,const char *key);
Sets the key of the BeagleQueryPartProperty to be queried against. For example, "beagle:Type".
void beagle_query_part_property_set_value (BeagleQueryPartProperty *part,const char *value);
Sets the value of the BeagleQueryPartProperty to be queried for. For example, "MailMessage".
void beagle_query_part_property_set_property_type (BeagleQueryPartProperty *part,BeaglePropertyType prop_type);
Sets the property type of the BeagleQueryPartProperty to be queried for.