BeagleQueryPartHuman

BeagleQueryPartHuman

Synopsis

                    BeagleQueryPartHuman;
BeagleQueryPartHuman* beagle_query_part_human_new       (void);
void                beagle_query_part_human_set_string  (BeagleQueryPartHuman *part,
                                                         const char *string);

Object Hierarchy

  GObject
   +----BeagleQueryPart
         +----BeagleQueryPartHuman

Description

Details

BeagleQueryPartHuman

typedef struct _BeagleQueryPartHuman BeagleQueryPartHuman;


beagle_query_part_human_new ()

BeagleQueryPartHuman* beagle_query_part_human_new       (void);

Creates a new BeagleQueryPartHuman.

Returns :

a newly created BeagleQueryPartHuman.

beagle_query_part_human_set_string ()

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

part :

a BeagleQueryPartHuman

string :

a const char *