Documentation improvements. (#321338)

2005-11-13  Matthias Clasen  <mclasen@redhat.com>

	* gdk/gdkcolor.c (gdk_color_parse): Documentation
	improvements.  (#321338)
This commit is contained in:
Matthias Clasen 2005-11-14 04:34:43 +00:00 committed by Matthias Clasen
parent caf8be159a
commit c0b7b9e651
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-11-13 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcolor.c (gdk_color_parse): Documentation
improvements. (#321338)
* gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
limit an inclusive boundary. (#321299)

View File

@ -1,5 +1,8 @@
2005-11-13 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcolor.c (gdk_color_parse): Documentation
improvements. (#321338)
* gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
limit an inclusive boundary. (#321299)

View File

@ -335,7 +335,7 @@ gdk_color_get_type (void)
* by <function>XParseColor</function>; these include
* name for a color from <filename>rgb.txt</filename>, such as
* <literal>DarkSlateGray</literal>, or a hex specification
* such as <literal>305050</literal>.
* such as <literal>&num;3050b2</literal> or <literal>&num;35b</literal>.
*
* Return value: %TRUE if the parsing succeeded.
**/