diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 8df06bac58..dbf81dae20 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2005-06-13 Matthias Clasen + + * gtk/tmpl/gtkfontsel.sgml: Some more details (#307384, Billy + Biggs) + 2005-06-11 Matthias Clasen * gtk/gtk-sections.txt: Add gtk_icon_view_get_visible_range diff --git a/docs/reference/gtk/tmpl/gtkfontsel.sgml b/docs/reference/gtk/tmpl/gtkfontsel.sgml index 7c8393f721..99137060f4 100644 --- a/docs/reference/gtk/tmpl/gtkfontsel.sgml +++ b/docs/reference/gtk/tmpl/gtkfontsel.sgml @@ -36,9 +36,6 @@ gtk_font_selection_set_preview_text(). - - - The #GtkFontSelection struct contains private data only, and should @@ -84,7 +81,10 @@ Gets the currently-selected font name. @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