Function
Metaprefs_remove_listener
Declaration [src]
void
meta_prefs_remove_listener (
MetaPrefsChangedFunc func,
gpointer user_data
)
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.