documentation

This commit is contained in:
Sven Neumann 2004-07-26 18:55:50 +00:00
parent 763bbcd496
commit 74a98a6640
1 changed files with 9 additions and 0 deletions

View File

@ -301,6 +301,15 @@ gimp_cell_renderer_color_render (GtkCellRenderer *cell,
}
}
/**
* gimp_cell_renderer_color_new:
*
* Creates a #GtkCellRenderer that displays a color.
*
* Return value: a new #GimpCellRendererColor
*
* Since: GIMP 2.2
**/
GtkCellRenderer *
gimp_cell_renderer_color_new (void)
{