Method
GtkColumnViewColumnget_sorter
Declaration [src]
GtkSorter*
gtk_column_view_column_get_sorter (
GtkColumnViewColumn* self
)
Description [src]
Returns the sorter that is associated with the column.
Gets property | Gtk.ColumnViewColumn:sorter |
Return value
Type: GtkSorter
The GtkSorter
of self
.
The returned data is owned by the instance. |
The return value can be NULL . |