mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
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:
parent
caf8be159a
commit
c0b7b9e651
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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>#3050b2</literal> or <literal>#35b</literal>.
|
||||
*
|
||||
* Return value: %TRUE if the parsing succeeded.
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user