summaryrefslogtreecommitdiff
path: root/mate-panel/applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/applet.h')
-rw-r--r--mate-panel/applet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mate-panel/applet.h b/mate-panel/applet.h
index 531e7e20..2ee60659 100644
--- a/mate-panel/applet.h
+++ b/mate-panel/applet.h
@@ -3,8 +3,8 @@
#include <glib.h>
#include <gdk/gdk.h>
+#include <gio/gio.h>
#include "panel-widget.h"
-#include "panel-mateconf.h"
#include "panel-enums.h"
#ifdef __cplusplus
@@ -27,6 +27,8 @@ typedef struct {
gpointer data;
GDestroyNotify data_destroy;
+ GSettings *settings;
+
char *id;
} AppletInfo;