[libpeas] Deprecate all the PeasExtension API.



commit 706791fb96ff65ca0abc9be01491a2567091d930
Author: Steve FrÃcinaux <code istique net>
Date:   Fri Jun 24 22:53:48 2011 +0200

    Deprecate all the PeasExtension API.

 libpeas/peas-extension.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libpeas/peas-extension.h b/libpeas/peas-extension.h
index 16abd67..2d3f858 100644
--- a/libpeas/peas-extension.h
+++ b/libpeas/peas-extension.h
@@ -39,12 +39,12 @@ typedef GObject PeasExtension;
 /*
  * Public methods
  */
+#ifndef PEAS_DISABLE_DEPRECATED
 GType        peas_extension_get_type        (void)  G_GNUC_CONST;
 
 GType        peas_extension_get_extension_type
                                             (PeasExtension *exten);
 
-#ifndef PEAS_DISABLE_DEPRECATED
 gboolean     peas_extension_call            (PeasExtension *exten,
                                              const gchar   *method_name,
                                              ...);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]