RSS/Atom feed Twitter
Site is read-only, email is disabled

GIMP_DEPRECATED - recipe for translation?

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

GIMP_DEPRECATED - recipe for translation? Helmut Jarausch 27 Nov 17:17
Helmut Jarausch
2013-11-27 17:17:13 UTC (over 10 years ago)

GIMP_DEPRECATED - recipe for translation?

Hi,

I have a plugin which uses lots of functions which are deprecated now. Since the macro GIMP_DEPRECATED_FOR suggests functions with totally different parameters
GIMP_DEPRECATED_FOR(gimp_drawable_get_buffer) void gimp_pixel_rgn_init (GimpPixelRgn *pr, GimpDrawable *drawable, gint x, gint y, gint width, gint height, gint dirty, gint shadow);

(gimp_drawable_get_buffer has a single drawable_ID parameter only)

is there a recipe how to translate the old calls into the current function calls?

Many thanks for a hint, Helmut.