libgimp: deprecate GimpAspectPreview's GimpDrawable API
and add drawable_ID functions instead.
This commit is contained in:
@ -61,10 +61,13 @@ struct _GimpAspectPreviewClass
|
||||
};
|
||||
|
||||
|
||||
GType gimp_aspect_preview_get_type (void) G_GNUC_CONST;
|
||||
GType gimp_aspect_preview_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_aspect_preview_new (GimpDrawable *drawable,
|
||||
gboolean *toggle);
|
||||
GtkWidget * gimp_aspect_preview_new_from_drawable_id (gint32 drawable_ID);
|
||||
|
||||
GIMP_DEPRECATED_FOR(gimp_aspect_preview_new_from_drawable_id)
|
||||
GtkWidget * gimp_aspect_preview_new (GimpDrawable *drawable,
|
||||
gboolean *toggle);
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user