mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
Documentation fixes
svn path=/trunk/; revision=21956
This commit is contained in:
parent
a07dea8803
commit
94e6589d2d
@ -1,5 +1,8 @@
|
|||||||
2008-12-28 Matthias Clasen <mclasen@redhat.com>
|
2008-12-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* docs/reference/gtk/gtk-sections.txt: Remove overridden INCLUDEs
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkfontsel.sgml:
|
||||||
* gtk/tmpl/gtkeditable.sgml: Merge docs inline.
|
* gtk/tmpl/gtkeditable.sgml: Merge docs inline.
|
||||||
|
|
||||||
2008-12-27 Matthias Clasen <mclasen@redhat.com>
|
2008-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -2028,7 +2028,6 @@ gtk_image_menu_item_get_type
|
|||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<INCLUDE>gtk/gtkimmodule.h</INCLUDE>
|
|
||||||
<FILE>gtkimcontext</FILE>
|
<FILE>gtkimcontext</FILE>
|
||||||
<TITLE>GtkIMContext</TITLE>
|
<TITLE>GtkIMContext</TITLE>
|
||||||
GtkIMContext
|
GtkIMContext
|
||||||
|
@ -62,19 +62,19 @@ only be accessed using the functions below.
|
|||||||
|
|
||||||
<!-- ##### FUNCTION gtk_font_selection_new ##### -->
|
<!-- ##### FUNCTION gtk_font_selection_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
Creates a new #GtkFontSelection.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@Returns: a new #GtkFontSelection.
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_font_selection_get_font ##### -->
|
<!-- ##### FUNCTION gtk_font_selection_get_font ##### -->
|
||||||
<para>
|
<para>
|
||||||
Gets the currently-selected font.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@fontsel: a #GtkFontSelection.
|
@fontsel:
|
||||||
@Returns: the currently-selected font, or NULL if no font is selected.
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_font_selection_get_font_name ##### -->
|
<!-- ##### FUNCTION gtk_font_selection_get_font_name ##### -->
|
||||||
@ -96,21 +96,20 @@ Gets the currently-selected font.
|
|||||||
|
|
||||||
<!-- ##### FUNCTION gtk_font_selection_get_preview_text ##### -->
|
<!-- ##### FUNCTION gtk_font_selection_get_preview_text ##### -->
|
||||||
<para>
|
<para>
|
||||||
Gets the text displayed in the preview area.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@fontsel: a #GtkFontSelection.
|
@fontsel:
|
||||||
@Returns: the text displayed in the preview area. This string is
|
@Returns:
|
||||||
owned by the widget and should not be modified or freed.
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_font_selection_set_preview_text ##### -->
|
<!-- ##### FUNCTION gtk_font_selection_set_preview_text ##### -->
|
||||||
<para>
|
<para>
|
||||||
Sets the text displayed in the preview area.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@fontsel: a #GtkFontSelection.
|
@fontsel:
|
||||||
@text: the text to display in the preview area.
|
@text:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_font_selection_get_face ##### -->
|
<!-- ##### FUNCTION gtk_font_selection_get_face ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user