]> Pileus Git - ~andy/gtk/commitdiff
Fix more GtkEntry Since tags.
authorMart Raudsepp <leio@gentoo.org>
Thu, 17 Sep 2009 06:07:03 +0000 (09:07 +0300)
committerMart Raudsepp <leio@gentoo.org>
Tue, 22 Sep 2009 08:25:28 +0000 (11:25 +0300)
progress-border and invisible-char style properties had wrong amount
of colons for gtk-doc (signal markup instead of properties), so the
Since tags didn't seem to get picked up.
GtkEntry:invisible-char also had a wrong Since: 2.22, fixed to 2.18.

gtk/gtkentry.c

index 5d90d01c812f70200f5416bad715f672436a9b0f..8145905226b069ab3d2f5446eb72ee74eea3f092 100644 (file)
@@ -1231,7 +1231,7 @@ gtk_entry_class_init (GtkEntryClass *class)
                                                                  GTK_PARAM_READABLE));
 
   /**
-   * GtkEntry::progress-border:
+   * GtkEntry:progress-border:
    *
    * The border around the progress bar in the entry.
    *
@@ -1245,7 +1245,7 @@ gtk_entry_class_init (GtkEntryClass *class)
                                                                GTK_PARAM_READABLE));
   
   /**
-   * GtkEntry::invisible-char:
+   * GtkEntry:invisible-char:
    *
    * The invisible character is used when masking entry contents (in
    * \"password mode\")"). When it is not explicitly set with the
@@ -1256,7 +1256,7 @@ gtk_entry_class_init (GtkEntryClass *class)
    * This style property allows the theme to prepend a character
    * to the list of candidates.
    *
-   * Since: 2.22
+   * Since: 2.18
    */
   gtk_widget_class_install_style_property (widget_class,
                                            g_param_spec_unichar ("invisible-char",