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:

committed by
Michael Natterer

parent
6468ce1e82
commit
ca8d74160f
@ -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>
|
||||
|
||||
* app/gegl/gimpoperationtilesink.c:
|
||||
|
@ -99,16 +99,15 @@ gimp_operation_tile_sink_class_init (GimpOperationTileSinkClass * klass)
|
||||
|
||||
gegl_operation_class_set_name (operation_class, "gimp-tilemanager-sink");;
|
||||
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_TILE_MANAGER,
|
||||
g_object_class_install_property (object_class, PROP_TILE_MANAGER,
|
||||
g_param_spec_boxed ("tile-manager",
|
||||
"Tile Manager",
|
||||
"The tile manager to use as a destination",
|
||||
GIMP_TYPE_TILE_MANAGER,
|
||||
G_PARAM_READWRITE |
|
||||
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",
|
||||
"Linear data",
|
||||
"Should the data written to the tile-manager be linear or gamma-corrected?",
|
||||
|
@ -91,16 +91,15 @@ gimp_operation_tile_source_class_init (GimpOperationTileSourceClass * klass)
|
||||
|
||||
gegl_operation_class_set_name (operation_class, "gimp-tilemanager-source");;
|
||||
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_TILE_MANAGER,
|
||||
g_object_class_install_property (object_class, PROP_TILE_MANAGER,
|
||||
g_param_spec_boxed ("tile-manager",
|
||||
"Tile Manager",
|
||||
"The tile manager to use as source",
|
||||
GIMP_TYPE_TILE_MANAGER,
|
||||
G_PARAM_READWRITE |
|
||||
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",
|
||||
"Linear data",
|
||||
"Should the data read from the tile-manager assumed to be linear or gamma-corrected?",
|
||||
|
Reference in New Issue
Block a user