BeagleQueryPart

BeagleQueryPart

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── BeagleQueryPart
        ├── BeagleQueryPartText
        ├── BeagleQueryPartWildcard
        ├── BeagleQueryPartUri
        ├── BeagleQueryPartDate
        ├── BeagleQueryPartOr
        ├── BeagleQueryPartProperty
        ╰── BeagleQueryPartHuman

Description

Functions

beagle_query_part_set_logic ()

void
beagle_query_part_set_logic (BeagleQueryPart *part,
                             BeagleQueryPartLogic logic);

Set the BeagleQueryLogic for a BeagleQueryPart. This is used to determine whether this part should be required or prohibited.

Parameters

part

a BeagleQueryPart

 

logic

a value in enum BeagleQueryLogic

 

Types and Values

BEAGLE_QUERY_PART_TARGET_ALL

#define BEAGLE_QUERY_PART_TARGET_ALL "_all"


enum BeagleQueryPartLogic

Members

BEAGLE_QUERY_PART_LOGIC_REQUIRED

   

BEAGLE_QUERY_PART_LOGIC_PROHIBITED

   

struct BeagleQueryPart

struct BeagleQueryPart;