summaryrefslogtreecommitdiff
path: root/src/eom-application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-application.h')
-rw-r--r--src/eom-application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/eom-application.h b/src/eom-application.h
index 16c4419..01e8887 100644
--- a/src/eom-application.h
+++ b/src/eom-application.h
@@ -32,6 +32,8 @@
#include <glib.h>
#include <glib-object.h>
+#include <libpeas/peas-extension-set.h>
+
G_BEGIN_DECLS
typedef struct _EomApplication EomApplication;
@@ -56,6 +58,8 @@ struct _EomApplication {
EomPluginEngine *plugin_engine;
EomStartupFlags flags;
+
+ PeasExtensionSet *extensions;
};
struct _EomApplicationClass {