Method

Gtk.StringSorter.set_expression

Declaration [src]

void
gtk_string_sorter_set_expression (
  GtkStringSorter* self,
  GtkExpression* expression
)

Description [src]

Sets the expression that is evaluated to obtain strings from items.

The expression must have the type G_TYPE_STRING.

Parameters

expression GtkExpression
 

a GtkExpression, or NULL

 Can be NULL
 Ownership is not transferred to the callee