diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-05-26 06:59:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-26 06:59:36 +0000 |
commit | b80b52608024a5bbae972fb268beefbfa76bf79e (patch) | |
tree | 3fd721a9bfcd2527b96aea4aa5a385fffb4bed8e /gtk/gtksettings.c | |
parent | d8e3fc2be7df1d7c52621b992e57596f6da9ad58 (diff) | |
download | gtk+-b80b52608024a5bbae972fb268beefbfa76bf79e.tar.gz |
Require gtk-doc 1.6, for signal and property links.
2007-05-26 Matthias Clasen <mclasen@redhat.com>
* configure.in: Require gtk-doc 1.6, for signal and property links.
* gtk/gtkbox.c:
* gtk/gtkbutton.c:
* gtk/gtkcontainer.c:
* gtk/gtkdialog.c:
* gtk/gtkentry.c:
* gtk/gtkimage.c:
* gtk/gtklabel.c:
* gtk/gtkmisc.c:
* gtk/gtksettings.c:
* gtk/gtkwidget.c: Documentation improvements, link signals
and properties where it makes sense.
svn path=/trunk/; revision=17924
Diffstat (limited to 'gtk/gtksettings.c')
-rw-r--r-- | gtk/gtksettings.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index 4b898ad028..f7e43a9f56 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -220,8 +220,8 @@ gtk_settings_class_init (GtkSettingsClass *class) * * Whether the cursor should blink. * - * Also see the gtk-cursor-blink-timeout setting, which allows - * more flexible control over cursor blinking. + * Also see the #GtkSettings:gtk-cursor-blink-timeout setting, + * which allows more flexible control over cursor blinking. */ result = settings_install_property_parser (class, g_param_spec_boolean ("gtk-cursor-blink", @@ -247,7 +247,7 @@ gtk_settings_class_init (GtkSettingsClass *class) * The timer is reset after each user interaction. * * Setting this to zero has the same effect as setting - * gtk-cursor-blinks to %FALSE. + * #GtkSettings:gtk-cursor-blinks to %FALSE. * * Since: 2.12 */ @@ -432,8 +432,8 @@ gtk_settings_class_init (GtkSettingsClass *class) * GtkSettings:gtk-alternative-sort-arrows: * * Controls the direction of the sort indicators in sorted list and tree - * views. By default an arrow pointing down means the column is sorted - * in ascending order. When set to %TRUE, this order will be inverted. + * views. By default an arrow pointing down means the column is sorted + * in ascending order. When set to %TRUE, this order will be inverted. * * Since: 2.12 */ @@ -585,10 +585,10 @@ gtk_settings_class_init (GtkSettingsClass *class) * browse mode is enabled, in milliseconds. * * Browse mode is enabled when the mouse pointer moves off an object - * where a tooltip was currently being displayed. If the mouse pointer + * where a tooltip was currently being displayed. If the mouse pointer * hits another object before the browse mode timeout expires (see - * gtk-tooltip-browse-mode-timeout), it will take the amount of - * milliseconds specified by this setting to popup the tooltip + * #GtkSettings:gtk-tooltip-browse-mode-timeout), it will take the + * amount of milliseconds specified by this setting to popup the tooltip * for the new object. * * Since: 2.12 @@ -610,7 +610,7 @@ gtk_settings_class_init (GtkSettingsClass *class) * Amount of time, in milliseconds, after which the browse mode * will be disabled. * - * See GtkSettings:gtk-tooltip-browse-timeout for more information + * See #GtkSettings:gtk-tooltip-browse-timeout for more information * about browse mode. * * Since: 2.12 @@ -687,8 +687,8 @@ gtk_settings_class_init (GtkSettingsClass *class) /** * GtkSettings:color-hash: * - * Holds a hash table representation of the gtk-color-scheme setting, - * mapping color names to #GdkColor<!-- -->s. + * Holds a hash table representation of the #GtkSettings:gtk-color-scheme + * setting, mapping color names to #GdkColor<!-- -->s. * * Since: 2.10 */ |