Method

GtkColumnViewget_header_factory

Declaration [src]

GtkListItemFactory*
gtk_column_view_get_header_factory (
  GtkColumnView* self
)

Description [src]

Gets the factory that’s currently used to populate section headers.

Available since:4.12

Return value

Returns: GtkListItemFactory
 

The factory in use.

 The data is owned by the instance.
 The return value can be NULL.