formatting.

2008-01-17  Sven Neumann  <sven@gimp.org>

	* app/core/gimpviewable.h: formatting.

svn path=/trunk/; revision=24632
This commit is contained in:
Sven Neumann 2008-01-17 08:54:46 +00:00 committed by Sven Neumann
parent 5a3660b1bb
commit 3ed00ecbea
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2008-01-17 Sven Neumann <sven@gimp.org>
* app/core/gimpviewable.h: formatting.
2008-01-16 Øyvind Kolås <pippin@gimp.org>
* app/gegl/gegl/gegl-operation.h: synced from GEGL.

View File

@ -170,9 +170,9 @@ const gchar * gimp_viewable_get_stock_id (GimpViewable *viewable);
void gimp_viewable_set_stock_id (GimpViewable *viewable,
const gchar *stock_id);
void gimp_viewable_preview_freeze (GimpViewable *viewable);
void gimp_viewable_preview_thaw (GimpViewable *viewable);
gboolean gimp_viewable_preview_is_frozen (GimpViewable *viewable);
void gimp_viewable_preview_freeze (GimpViewable *viewable);
void gimp_viewable_preview_thaw (GimpViewable *viewable);
gboolean gimp_viewable_preview_is_frozen (GimpViewable *viewable);
#endif /* __GIMP_VIEWABLE_H__ */