app/gegl/gimpoperationtilesink.c (class_init) cosmetic.

2008-01-18  Michael Natterer  <mitch@gimp.org>

	* app/gegl/gimpoperationtilesink.c (class_init)
	* app/gegl/gimpoperationcolorize.c (class_init): cosmetic.


svn path=/trunk/; revision=24645
This commit is contained in:
Michael Natterer
2008-01-18 13:48:25 +00:00
committed by Michael Natterer
parent 6468ce1e82
commit ca8d74160f
3 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2008-01-18 Michael Natterer <mitch@gimp.org>
* app/gegl/gimpoperationtilesink.c (class_init)
* app/gegl/gimpoperationcolorize.c (class_init): cosmetic.
2008-01-17 Øyvind Kolås <pippin@gimp.org> 2008-01-17 Øyvind Kolås <pippin@gimp.org>
* app/gegl/gimpoperationtilesink.c: * app/gegl/gimpoperationtilesink.c:

View File

@ -99,16 +99,15 @@ gimp_operation_tile_sink_class_init (GimpOperationTileSinkClass * klass)
gegl_operation_class_set_name (operation_class, "gimp-tilemanager-sink");; gegl_operation_class_set_name (operation_class, "gimp-tilemanager-sink");;
g_object_class_install_property (object_class, g_object_class_install_property (object_class, PROP_TILE_MANAGER,
PROP_TILE_MANAGER,
g_param_spec_boxed ("tile-manager", g_param_spec_boxed ("tile-manager",
"Tile Manager", "Tile Manager",
"The tile manager to use as a destination", "The tile manager to use as a destination",
GIMP_TYPE_TILE_MANAGER, GIMP_TYPE_TILE_MANAGER,
G_PARAM_READWRITE | G_PARAM_READWRITE |
G_PARAM_CONSTRUCT)); G_PARAM_CONSTRUCT));
g_object_class_install_property (object_class,
PROP_LINEAR, g_object_class_install_property (object_class, PROP_LINEAR,
g_param_spec_boolean ("linear", g_param_spec_boolean ("linear",
"Linear data", "Linear data",
"Should the data written to the tile-manager be linear or gamma-corrected?", "Should the data written to the tile-manager be linear or gamma-corrected?",

View File

@ -91,16 +91,15 @@ gimp_operation_tile_source_class_init (GimpOperationTileSourceClass * klass)
gegl_operation_class_set_name (operation_class, "gimp-tilemanager-source");; gegl_operation_class_set_name (operation_class, "gimp-tilemanager-source");;
g_object_class_install_property (object_class, g_object_class_install_property (object_class, PROP_TILE_MANAGER,
PROP_TILE_MANAGER,
g_param_spec_boxed ("tile-manager", g_param_spec_boxed ("tile-manager",
"Tile Manager", "Tile Manager",
"The tile manager to use as source", "The tile manager to use as source",
GIMP_TYPE_TILE_MANAGER, GIMP_TYPE_TILE_MANAGER,
G_PARAM_READWRITE | G_PARAM_READWRITE |
G_PARAM_CONSTRUCT)); G_PARAM_CONSTRUCT));
g_object_class_install_property (object_class,
PROP_LINEAR, g_object_class_install_property (object_class, PROP_LINEAR,
g_param_spec_boolean ("linear", g_param_spec_boolean ("linear",
"Linear data", "Linear data",
"Should the data read from the tile-manager assumed to be linear or gamma-corrected?", "Should the data read from the tile-manager assumed to be linear or gamma-corrected?",