summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-11-14 22:36:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-11-14 22:36:23 +0000
commit3470c6347f972c917b2e6eb5d8c9ad58ecba8f95 (patch)
tree1dc58223bde435ba080ab530c5020a760bcb799a /gtk/gtklabel.c
parent5694bcb0eef619134b5253d7f622db227e624c6e (diff)
downloadgtk+-3470c6347f972c917b2e6eb5d8c9ad58ecba8f95.tar.gz
Rearrange docs (#64566)
* gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566) * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474) * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470) * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467) * gtk/gtklabel.c: Documentation fixes (#64452) * docs/reference/gdk/Makefile.am (MKDB_OPTIONS), docs/reference/gdk-pixbuf/Makefile.am (MKDB_OPTIONS), docs/reference/gtk/Makefile.am (MKDB_OPTIONS): Add --sgml-mode. * docs/reference/gdk-pixbuf/tmpl/file-saving.sgml, docs/reference/gdk-pixbuf/tmpl/module_interface.sgml, docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml: Consistent short descriptions. * docs/reference/gtk/tmpl/gtkprogressbar.sgml: Remove duplicate docs. (#64469) * docs/reference/gtk/gtk-sections.txt: Add missing TITLEs (#64459, #6456
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index f1daf70352..fe703d41f9 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -780,7 +780,7 @@ gtk_label_get_mnemonic_widget (GtkLabel *label)
* returns the keyval used for the mnemonic accelerator. If there is no
* mnemonic set up it returns #GDK_VoidSymbol.
*
- * Returns: GDK keyval usable for accelerators, or GDK_VoidSymbol
+ * Returns: GDK keyval usable for accelerators, or #GDK_VoidSymbol
**/
guint
gtk_label_get_mnemonic_keyval (GtkLabel *label)
@@ -1210,9 +1210,9 @@ gtk_label_set_justify (GtkLabel *label,
* gtk_label_get_justify:
* @label: a #GtkLabel
*
- * Returns the justification of the label. See gtk_label_set_justification ().
+ * Returns the justification of the label. See gtk_label_set_justify ().
*
- * Return value: GtkJustification
+ * Return value: #GtkJustification
**/
GtkJustification
gtk_label_get_justify (GtkLabel *label)