[gimp] libgimp: fix the GIMP_DEPRECATED_FOR() of the deprecated parasite API



commit 6954e84065c31a1703933c98cbbbf620034b1238
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jul 13 02:29:45 2015 +0200

    libgimp: fix the GIMP_DEPRECATED_FOR() of the deprecated parasite API
    
    the fixed ones were recommending to use the same deprecated function.

 libgimp/gimp.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgimp/gimp.h b/libgimp/gimp.h
index a681fd0..f9bd796 100644
--- a/libgimp/gimp.h
+++ b/libgimp/gimp.h
@@ -342,14 +342,14 @@ gint           gimp_min_colors          (void) G_GNUC_CONST;
 
 GIMP_DEPRECATED_FOR(gimp_get_parasite)
 GimpParasite * gimp_parasite_find       (const gchar        *name);
-GIMP_DEPRECATED_FOR(gimp_parasite_attach)
+GIMP_DEPRECATED_FOR(gimp_attach_parasite)
 gboolean       gimp_parasite_attach     (const GimpParasite *parasite);
-GIMP_DEPRECATED_FOR(gimp_parasite_detach)
+GIMP_DEPRECATED_FOR(gimp_detach_parasite)
 gboolean       gimp_parasite_detach     (const gchar        *name);
 GIMP_DEPRECATED_FOR(gimp_get_parasite_list)
 gboolean       gimp_parasite_list       (gint               *num_parasites,
                                          gchar            ***parasites);
-GIMP_DEPRECATED_FOR(gimp_parasite_attach)
+GIMP_DEPRECATED_FOR(gimp_attach_parasite)
 gboolean       gimp_attach_new_parasite (const gchar        *name,
                                          gint                flags,
                                          gint                size,


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