Class
GomFilter
Constructors
gom_filter_new_and
Creates a new filter that requires that both left and right filters
equate to TRUE
.
gom_filter_new_and_full
Creates a new filter that requires that all filters passed as arguments
equate to TRUE
.
gom_filter_new_and_fullv
Creates a new filter that requires that all filters passed as arguments
equate to TRUE
.
gom_filter_new_or
Creates a new filter that requires either the left or right filters
equate to TRUE
.
gom_filter_new_or_full
Creates a new filter that requires either of the filters passed as
arguments equate to TRUE
.
gom_filter_new_or_fullv
Creates a new filter that requires either of the filters passed as
arguments equate to TRUE
.
Instance methods
gom_filter_get_values
Fetches the list of values that should be applied in order when building
the GomCommand
.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.