summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 04:19:56 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-29 04:19:56 +0000
commitd482dea1d7896b31d10435e34fb4c4cc4a749fc0 (patch)
tree77664f2445c5d4f13a550df0c44f3aa0516b51c3 /docs/reference
parent97ba70e19b0f641a948e3080e077c2ebd0ff6ca6 (diff)
downloadgtk+-d482dea1d7896b31d10435e34fb4c4cc4a749fc0.tar.gz
Merge docs inline
svn path=/trunk/; revision=21971
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gtk/tmpl/gtkfontseldlg.sgml33
2 files changed, 20 insertions, 17 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index e323eddb92..6aaac55e1f 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,9 @@
2008-12-28 Matthias Clasen <mclasen@redhat.com>
+ * gtk/tmpl/gtkfontseldlg.sgml: Merge docs inline.
+
+2008-12-28 Matthias Clasen <mclasen@redhat.com>
+
* gtk/building.sgml: It's <envar>, not <envvar>
* gtk/gtk-sections.txt: Remove duplicates, pick up misc new api
diff --git a/docs/reference/gtk/tmpl/gtkfontseldlg.sgml b/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
index 6b44977f6f..3438468ecc 100644
--- a/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
+++ b/docs/reference/gtk/tmpl/gtkfontseldlg.sgml
@@ -54,20 +54,20 @@ fonts.</para></listitem>
<!-- ##### FUNCTION gtk_font_selection_dialog_new ##### -->
<para>
-Creates a new #GtkFontSelectionDialog.
+
</para>
-@title: the title of the dialog box.
-@Returns: a new #GtkFontSelectionDialog.
+@title:
+@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_font ##### -->
<para>
-Gets the currently-selected font.
+
</para>
-@fsd: a #GtkFontSelectionDialog.
-@Returns: the currently-selected font, or %NULL if no font is selected.
+@fsd:
+@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_font_name ##### -->
@@ -80,31 +80,30 @@ Gets the currently-selected font.
<!-- ##### FUNCTION gtk_font_selection_dialog_set_font_name ##### -->
<para>
-Sets the currently-selected font.
+
</para>
-@fsd: a #GtkFontSelectionDialog.
-@fontname: a fontname.
-@Returns: %TRUE if the font was found.
+@fsd:
+@fontname:
+@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_preview_text ##### -->
<para>
-Gets the text displayed in the preview area.
+
</para>
-@fsd: a #GtkFontSelectionDialog.
-@Returns: the text displayed in the preview area. This string is owned
- by the widget and should not be modified or freed.
+@fsd:
+@Returns:
<!-- ##### FUNCTION gtk_font_selection_dialog_set_preview_text ##### -->
<para>
-Sets the text displayed in the preview area.
+
</para>
-@fsd: a #GtkFontSelectionDialog.
-@text: the text to display in the preview area.
+@fsd:
+@text:
<!-- ##### FUNCTION gtk_font_selection_dialog_get_apply_button ##### -->