Class MapListModel
public class MapListModel
- Inheritance
-
MapListModel
- Inherited Members
Methods
GetGType()
Calls native function gtk_map_list_model_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetModel(nint)
Calls native method gtk_map_list_model_get_model.
public static extern nint GetModel(nint self)
Parameters
self
nintTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: None Nullable: True
HasMap(nint)
Calls native method gtk_map_list_model_has_map.
public static extern bool HasMap(nint self)
Parameters
self
nintTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
New(nint, MapListModelMapFunc, nint, DestroyNotify)
Calls native constructor gtk_map_list_model_new.
public static extern nint New(nint model, MapListModelMapFunc mapFunc, nint userData, DestroyNotify userDestroy)
Parameters
model
nintTransfer ownership: Full Nullable: True
mapFunc
MapListModelMapFuncTransfer ownership: None Nullable: True
userData
nintTransfer ownership: None Nullable: True
userDestroy
DestroyNotifyTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: Full Nullable: False
SetMapFunc(nint, MapListModelMapFunc, nint, DestroyNotify)
Calls native method gtk_map_list_model_set_map_func.
public static extern void SetMapFunc(nint self, MapListModelMapFunc mapFunc, nint userData, DestroyNotify userDestroy)
Parameters
self
nintTransfer ownership: None Nullable: False
mapFunc
MapListModelMapFuncTransfer ownership: None Nullable: True
userData
nintTransfer ownership: None Nullable: True
userDestroy
DestroyNotifyTransfer ownership: None Nullable: False
SetModel(nint, nint)
Calls native method gtk_map_list_model_set_model.
public static extern void SetModel(nint self, nint model)