forked from AuroraMiddleware/gtk
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>
|
||||
|
||||
* docs/reference/gtk/gtk-sections.txt: Remove overridden INCLUDEs
|
||||
|
||||
* gtk/tmpl/gtkfontsel.sgml:
|
||||
* gtk/tmpl/gtkeditable.sgml: Merge docs inline.
|
||||
|
||||
2008-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@ -2028,7 +2028,6 @@ gtk_image_menu_item_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<INCLUDE>gtk/gtkimmodule.h</INCLUDE>
|
||||
<FILE>gtkimcontext</FILE>
|
||||
<TITLE>GtkIMContext</TITLE>
|
||||
GtkIMContext
|
||||
|
@ -62,19 +62,19 @@ only be accessed using the functions below.
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkFontSelection.
|
||||
|
||||
</para>
|
||||
|
||||
@Returns: a new #GtkFontSelection.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_get_font ##### -->
|
||||
<para>
|
||||
Gets the currently-selected font.
|
||||
|
||||
</para>
|
||||
|
||||
@fontsel: a #GtkFontSelection.
|
||||
@Returns: the currently-selected font, or NULL if no font is selected.
|
||||
@fontsel:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_get_font_name ##### -->
|
||||
@ -96,21 +96,20 @@ Gets the currently-selected font.
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_get_preview_text ##### -->
|
||||
<para>
|
||||
Gets the text displayed in the preview area.
|
||||
|
||||
</para>
|
||||
|
||||
@fontsel: a #GtkFontSelection.
|
||||
@Returns: the text displayed in the preview area. This string is
|
||||
owned by the widget and should not be modified or freed.
|
||||
@fontsel:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_set_preview_text ##### -->
|
||||
<para>
|
||||
Sets the text displayed in the preview area.
|
||||
|
||||
</para>
|
||||
|
||||
@fontsel: a #GtkFontSelection.
|
||||
@text: the text to display in the preview area.
|
||||
@fontsel:
|
||||
@text:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_get_face ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user