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
.
Sets property | Gtk.StringSorter:expression |
Parameters
expression |
GtkExpression |
a |
|
Can be NULL | |
Ownership is not transferred to the callee |