Fix more GtkEntry Since tags.

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.
This commit is contained in:
Mart Raudsepp 2009-09-17 09:07:03 +03:00
parent 9ea2bfe73f
commit 0633ba0163

View File

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