summaryrefslogtreecommitdiff
path: root/libpeas/peas-plugin-info.h
diff options
context:
space:
mode:
authorSteve Frécinaux <code@istique.net>2011-03-25 00:03:18 +0100
committerSteve Frécinaux <code@istique.net>2011-03-25 00:05:37 +0100
commit511ddab967e9f49b49c2ba0609f91b3050733ca1 (patch)
treee4db4789ed7c714f505d0e9e026fa15c1d757781 /libpeas/peas-plugin-info.h
parente1ed351ebe325fe24dc378bc3c4e1ed6ea898822 (diff)
downloadlibpeas-511ddab967e9f49b49c2ba0609f91b3050733ca1.tar.gz
Drop IAge support for now.
The API will change for IAge, and nobody really uses it right now, so better remove it completely for now and add a sensible API later than having to try and support this API until libpeas 2.0
Diffstat (limited to 'libpeas/peas-plugin-info.h')
-rw-r--r--libpeas/peas-plugin-info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpeas/peas-plugin-info.h b/libpeas/peas-plugin-info.h
index d48778e..075fbb9 100644
--- a/libpeas/peas-plugin-info.h
+++ b/libpeas/peas-plugin-info.h
@@ -90,8 +90,6 @@ const gchar *peas_plugin_info_get_copyright (const PeasPluginInfo *info);
const gchar *peas_plugin_info_get_version (const PeasPluginInfo *info);
const gchar *peas_plugin_info_get_help_uri (const PeasPluginInfo *info);
-gint peas_plugin_info_get_iage (const PeasPluginInfo *info);
-
G_END_DECLS
#endif /* __PEAS_PLUGIN_INFO_H__ */