Function
Metaprefs_add_listener
since: 13
Declaration [src]
void
meta_prefs_add_listener (
MetaPrefsChangedFunc func,
gpointer user_data
)
Description
No description available.
Available since: 13
This function is not directly available to language bindings.
Parameters
func
-
Type:
MetaPrefsChangedFunc
A
MetaPrefsChangedFunc
. user_data
-
Type:
gpointer
Data passed to the function.
The argument can be NULL
.The data is owned by the caller of the function.