Function

GPluginGtk3Storeget_column_types

Declaration [src]

const GType*
gplugin_gtk_store_get_column_types (
  void
)

Description [src]

Returns the columns that GPluginGtkStores will use.

Return value

Returns: const GType*
 

A list of GType‘s for the columns that the store will use.

 The data is owned by the called function.