![]() |
![]() |
![]() |
nautilus-actions Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define NA_GCONF_MONITOR_TYPE typedef NAGConfMonitorPrivate; typedef NAGConfMonitorClassPrivate; NAGConfMonitor; NAGConfMonitor * na_gconf_monitor_new (const gchar *path
,GConfClientNotifyFunc handler
,gpointer user_data
); void na_gconf_monitor_release_monitors (GList *monitors
);
NAGConfMonitor * na_gconf_monitor_new (const gchar *path
,GConfClientNotifyFunc handler
,gpointer user_data
);
Initializes the monitoring of a GConf path.
|
the absolute path to monitor. |
|
the function to be triggered by the monitor. |
|
data to pass to the handler .
|
Returns : |
a new NAGConfMonitor object, which will monitor the given path,
triggeering the handler in case of modifications.
This monitoring will only be stopped when object is released, via
g_object_unref() .
|
void na_gconf_monitor_release_monitors (GList *monitors
);
Release allocated monitors.
|
a list of NAGConfMonitors. |