NAGConfMonitor

NAGConfMonitor

Synopsis

#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);

Object Hierarchy

  GObject
   +----NAGConfMonitor

Description

Details

NA_GCONF_MONITOR_TYPE

#define NA_GCONF_MONITOR_TYPE					( na_gconf_monitor_get_type())

NAGConfMonitorPrivate

typedef struct NAGConfMonitorPrivate NAGConfMonitorPrivate;

NAGConfMonitorClassPrivate

typedef struct NAGConfMonitorClassPrivate NAGConfMonitorClassPrivate;

NAGConfMonitor

typedef struct _NAGConfMonitor NAGConfMonitor;

na_gconf_monitor_new ()

NAGConfMonitor *    na_gconf_monitor_new                (const gchar *path,
                                                         GConfClientNotifyFunc handler,
                                                         gpointer user_data);

na_gconf_monitor_release_monitors ()

void                na_gconf_monitor_release_monitors   (GList *monitors);