]> Pileus Git - ~andy/gtk/commitdiff
Some more details (#307384, Billy Biggs)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 Jun 2005 04:23:20 +0000 (04:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 13 Jun 2005 04:23:20 +0000 (04:23 +0000)
2005-06-13  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkfontsel.sgml: Some more details (#307384, Billy
Biggs)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkfontsel.sgml

index 8df06bac58a1606c6ad93c631c89821d2198f91f..dbf81dae2065e36faa919b3081f236e31566f92b 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkfontsel.sgml: Some more details (#307384, Billy
+       Biggs)
+
 2005-06-11  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add gtk_icon_view_get_visible_range
index 7c8393f7218e055aeac9f4fbcb5cd3f9a2b0a006..99137060f4a334769144afa115a135ab4e67419f 100644 (file)
@@ -36,9 +36,6 @@ gtk_font_selection_set_preview_text().
 </variablelist>
 </para>
 
-<!-- ##### SECTION Stability_Level ##### -->
-
-
 <!-- ##### STRUCT GtkFontSelection ##### -->
 <para>
 The #GtkFontSelection struct contains private data only, and should
@@ -84,7 +81,10 @@ Gets the currently-selected font name.
 </para>
 
 @fontsel: a #GtkFontSelection.
-@Returns: the currently-selected font name
+@Returns: the name of the currently selected font, or %NULL if
+    no font is selected.  You should g_free() the returned font name
+    after you are done with it.
+A newly allocated string with the currently-se
 
 
 <!-- ##### FUNCTION gtk_font_selection_set_font_name ##### -->