summaryrefslogtreecommitdiff
path: root/libpeas/peas-plugin-info-priv.h
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2015-11-20 19:50:48 -0800
committerGarrett Regier <garrettregier@gmail.com>2015-12-15 16:57:46 -0800
commitb19f1cea0fdc5b91ed6ef6d40ff67f9dcd217eda (patch)
tree2b3092d0588ca70c087795c3586fd27c5f62dba4 /libpeas/peas-plugin-info-priv.h
parent8327a10b367397462ba680bfa8c7bba334dfbd08 (diff)
downloadlibpeas-b19f1cea0fdc5b91ed6ef6d40ff67f9dcd217eda.tar.gz
Add support for embedded C plugins
This adds the new key Embedded to the .plugin file which specifies the function to call instead of peas_register_types to perform that same job. https://bugzilla.gnome.org/show_bug.cgi?id=721693
Diffstat (limited to 'libpeas/peas-plugin-info-priv.h')
-rw-r--r--libpeas/peas-plugin-info-priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpeas/peas-plugin-info-priv.h b/libpeas/peas-plugin-info-priv.h
index e4b2fd3..2359df5 100644
--- a/libpeas/peas-plugin-info-priv.h
+++ b/libpeas/peas-plugin-info-priv.h
@@ -37,6 +37,7 @@ struct _PeasPluginInfo {
gchar *data_dir;
gint loader_id;
+ gchar *embedded;
gchar *module_name;
gchar **dependencies;