diff options
author | Sven Neumann <sven@gimp.org> | 2001-10-26 15:44:20 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2001-10-26 15:44:20 +0000 |
commit | 82c14f6f45f24f636d5c9fab848987df480390f4 (patch) | |
tree | d7ebe2c8d2ee166595aaeb447a03e36f486474ff /gtk/gtkbutton.h | |
parent | 5a6d127d7bff7506846edbdbd91cbd7fd78b1fe7 (diff) | |
download | gtk+-82c14f6f45f24f636d5c9fab848987df480390f4.tar.gz |
gtk/gtkbutton.[ch] fixed inline comments
2001-10-26 Sven Neumann <sven@gimp.org>
* gtk/gtkbutton.[ch]
* gtk/gtkdnd.c: fixed inline comments
* gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
Diffstat (limited to 'gtk/gtkbutton.h')
-rw-r--r-- | gtk/gtkbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h index b27df541a8..3f40d54d3b 100644 --- a/gtk/gtkbutton.h +++ b/gtk/gtkbutton.h @@ -96,10 +96,10 @@ void gtk_button_set_label (GtkButton *button, const gchar *label); G_CONST_RETURN gchar *gtk_button_get_label (GtkButton *button); void gtk_button_set_use_underline (GtkButton *button, - gboolean value); + gboolean use_underline); gboolean gtk_button_get_use_underline (GtkButton *button); void gtk_button_set_use_stock (GtkButton *button, - gboolean value); + gboolean use_stock); gboolean gtk_button_get_use_stock (GtkButton *button); void _gtk_button_set_depressed (GtkButton *button, gboolean depressed); |