mirror of https://github.com/GNOME/gimp.git
libgimp: fix the GIMP_DEPRECATED_FOR() of the deprecated parasite API
the fixed ones were recommending to use the same deprecated function.
This commit is contained in:
parent
43e4256d56
commit
6954e84065
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue