libgimp: make GimpTileBackendPlugin properly private, and some cleanup

This commit is contained in:
Michael Natterer
2012-03-22 11:24:03 +01:00
parent d1ced11415
commit efb82673de
6 changed files with 101 additions and 51 deletions

View File

@ -45,7 +45,6 @@ struct _GimpDrawable
GeglBuffer * gimp_drawable_get_buffer (gint32 drawable_ID);
GeglBuffer * gimp_drawable_get_shadow_buffer (gint32 drawable_ID);
GimpDrawable * gimp_drawable_get (gint32 drawable_ID);
void gimp_drawable_detach (GimpDrawable *drawable);
void gimp_drawable_flush (GimpDrawable *drawable);