22 #ifndef GCONFMM_CALLBACK_H
23 #define GCONFMM_CALLBACK_H
27 #include <gconf/gconf-client.h>
30 #include <glibmm/object.h>
39 typedef sigc::slot<void, guint, Entry>
Callback;
43 #ifndef DOXYGEN_SHOULD_SKIP_THIS
55 static void destroy(
void *data);
56 static void call(GConfClient *client, guint i,
GConfEntry *entry,
void *data);
63 #endif //GCONFMM_CALLBACK_H