summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-set.c
diff options
context:
space:
mode:
authorGarrett Regier <alias301@gmail.com>2011-06-08 13:52:15 -0700
committerSteve Frécinaux <code@istique.net>2011-06-14 09:50:37 +0200
commitf2896466bf6c496c97d85829a819fcbe7c3de4d9 (patch)
tree6a5ff6169361318b0b32679eb69ef16af37d5e26 /libpeas/peas-extension-set.c
parent0b0e4e0d1d2851864f38b3f8e2938d08feaba7bb (diff)
downloadlibpeas-f2896466bf6c496c97d85829a819fcbe7c3de4d9.tar.gz
Deprecate PeasExtension and PeasExtensionSet call API
Instead the dynamically implemented interface should be used or peas_extension_set_foreach().
Diffstat (limited to 'libpeas/peas-extension-set.c')
-rw-r--r--libpeas/peas-extension-set.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libpeas/peas-extension-set.c b/libpeas/peas-extension-set.c
index fd58467..c404905 100644
--- a/libpeas/peas-extension-set.c
+++ b/libpeas/peas-extension-set.c
@@ -476,6 +476,8 @@ peas_extension_set_get_extension (PeasExtensionSet *set,
*
* See peas_extension_call() for more information.
*
+ * Deprecated: 1.2. Use peas_extension_set_foreach() instead.
+ *
* Return value: %TRUE on successful call.
*/
gboolean
@@ -506,6 +508,8 @@ peas_extension_set_call (PeasExtensionSet *set,
*
* See peas_extension_call_valist() for more information.
*
+ * Deprecated: 1.2. Use peas_extension_set_foreach() instead.
+ *
* Return value: %TRUE on successful call.
*/
gboolean
@@ -549,6 +553,8 @@ peas_extension_set_call_valist (PeasExtensionSet *set,
*
* Return value: %TRUE on successful call.
*
+ * Deprecated: 1.2. Use peas_extension_set_foreach() instead.
+ *
* Rename to: peas_extension_set_call
*/
gboolean