Fox doc formatting, pointed out by Kjartan Maraas.

2005-06-15  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
	formatting, pointed out by Kjartan Maraas.
This commit is contained in:
Matthias Clasen 2005-06-15 20:36:27 +00:00 committed by Matthias Clasen
parent df517cb1d5
commit 5870262ac3
4 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2005-06-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
formatting, pointed out by Kjartan Maraas.
* gtk/gtksettings.c: Add two new settings,
gtk-cursor-theme-name and gtk-cursor-theme-size to
control the cursor theme.

View File

@ -1,5 +1,8 @@
2005-06-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
formatting, pointed out by Kjartan Maraas.
* gtk/gtksettings.c: Add two new settings,
gtk-cursor-theme-name and gtk-cursor-theme-size to
control the cursor theme.

View File

@ -1,5 +1,8 @@
2005-06-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
formatting, pointed out by Kjartan Maraas.
* gtk/gtksettings.c: Add two new settings,
gtk-cursor-theme-name and gtk-cursor-theme-size to
control the cursor theme.

View File

@ -7045,13 +7045,13 @@ gtk_XParseGeometry (const char *string,
*
* <informalexample><programlisting>
* #include &lt;gtk/gtk.h&gt;
*
*
* static void
* fill_with_content (GtkWidget *vbox)
* {
* /<!-- -->* fill with content... *<!-- -->/
* }
*
*
* int
* main (int argc, char *argv[])
* {
@ -7059,7 +7059,7 @@ gtk_XParseGeometry (const char *string,
* GdkGeometry size_hints = {
* 100, 50, 0, 0, 100, 50, 10, 10, 0.0, 0.0, GDK_GRAVITY_NORTH_WEST
* };
*
*
* gtk_init (&amp;argc, &amp;argv);
*
* window = gtk_window_new (GTK_WINDOW_TOPLEVEL);