BeagleQueryPartHuman

BeagleQueryPartHuman

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── BeagleQueryPart
        ╰── BeagleQueryPartHuman

Description

Functions

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

Parameters

part

a BeagleQueryPartHuman

 

string

a const char *

 

Types and Values

struct BeagleQueryPartHuman

struct BeagleQueryPartHuman;