From bb3b0c0a009cbf5f699a37c656b43bdc5a12b7b0 Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Sun, 12 Aug 2012 15:53:18 +0200 Subject: Add new plugin hook for per-application plugins These will be loaded on application initialization and disabled once the application is disposed. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/cdfe77e --- src/eom-application.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/eom-application.h') 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 #include +#include + G_BEGIN_DECLS typedef struct _EomApplication EomApplication; @@ -56,6 +58,8 @@ struct _EomApplication { EomPluginEngine *plugin_engine; EomStartupFlags flags; + + PeasExtensionSet *extensions; }; struct _EomApplicationClass { -- cgit v1.2.1