Constructor
GumModuleMapnew_filtered
Declaration [src]
GumModuleMap*
gum_module_map_new_filtered (
GumModuleMapFilterFunc func,
gpointer data,
GDestroyNotify data_destroy
)
Parameters
func-
Type:
GumModuleMapFilterFuncFilter deciding which modules to include.
data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the function. data_destroy-
Type:
GDestroyNotifyDestroy notify for
data.The argument can be NULL.
Return value
Type: GumModuleMap
A new GumModuleMap.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |