Method

Gtk.BoolFilter.set_expression

Declaration [src]

void
gtk_bool_filter_set_expression (
  GtkBoolFilter* self,
  GtkExpression* expression
)

Description [src]

Sets the expression that the filter uses to check if items should be filtered.

The expression must have a value type of G_TYPE_BOOLEAN.

Parameters

expression GtkExpression
 

a GtkExpression

 Can be NULL
 Ownership is not transferred to the callee