| Libbeagle Reference Manual | ||||
|---|---|---|---|---|
BeagleQueryPartHuman;
BeagleQueryPartHuman* beagle_query_part_human_new (void);
void beagle_query_part_human_set_string (BeagleQueryPartHuman *part,
const char *string);
BeagleQueryPartHuman* beagle_query_part_human_new (void);
Creates a new BeagleQueryPartHuman.
Returns : |
a newly created BeagleQueryPartHuman. |
void beagle_query_part_human_set_string (BeagleQueryPartHuman *part, const char *string);
Sets the "human" string on a BeagleQueryPartHuman. This should be used for user input as it can contain query modifiers like "OR".
|
a BeagleQueryPartHuman |
|
a const char * |