Method
FoundryModelManagermap
Declaration [src]
GListModel*
foundry_model_manager_map (
FoundryModelManager* self,
GListModel* model,
FoundryListModelMapFunc map_func,
gpointer user_data,
GDestroyNotify user_destroy
)
Parameters
model
-
Type:
GObject
A
GListModel
.The argument can be NULL
.The instance takes ownership of the data, and is responsible for freeing it. map_func
-
Type:
FoundryListModelMapFunc
No description available.
user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method. user_destroy
-
Type:
GDestroyNotify
No description available.