BeagleQueryPartProperty

BeagleQueryPartProperty

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── BeagleQueryPart
        ╰── BeagleQueryPartProperty

Description

Functions

beagle_query_part_property_new ()

BeagleQueryPartProperty *
beagle_query_part_property_new (void);

Creates a new BeagleQueryPartProperty.

Returns

a newly created BeagleQueryPartProperty.


beagle_query_part_property_set_key ()

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".

Parameters

part

a BeagleQueryPartProperty

 

key

a const char *

 

beagle_query_part_property_set_value ()

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".

Parameters

part

a BeagleQueryPartProperty

 

value

a const char *

 

beagle_query_part_property_set_property_type ()

void
beagle_query_part_property_set_property_type
                               (BeagleQueryPartProperty *part,
                                BeaglePropertyType prop_type);

Sets the property type of the BeagleQueryPartProperty to be queried for.

Parameters

part

a BeagleQueryPartProperty

 

prop_type

a value of BeaglePropertyType

 

Types and Values

struct BeagleQueryPartProperty

struct BeagleQueryPartProperty;