summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-10-31 23:49:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-10-31 23:49:09 +0000
commit2145a4ef10fef74e42c4f893097021d6b1a7d5e9 (patch)
tree4ce386c83514e2b72e5784143d471c587983c88c /gtk/gtkselection.h
parent7dccab8f3de75a334b70c942dd9597adbe361219 (diff)
downloadgdk-pixbuf-2145a4ef10fef74e42c4f893097021d6b1a7d5e9.tar.gz
Add a "menu" property and notify on it. (#62798, Padraig O'Briain)
Wed Oct 31 18:23:47 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): Add a "menu" property and notify on it. (#62798, Padraig O'Briain) * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c, gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: Fix set_text to take a gchar, not a guchar, and to have a len argument.
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r--gtk/gtkselection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h
index cf6b887a8..76036e9f1 100644
--- a/gtk/gtkselection.h
+++ b/gtk/gtkselection.h
@@ -126,7 +126,8 @@ void gtk_selection_data_set (GtkSelectionData *selection_data,
const guchar *data,
gint length);
gboolean gtk_selection_data_set_text (GtkSelectionData *selection_data,
- const guchar *str);
+ const gchar *str,
+ gint len);
guchar * gtk_selection_data_get_text (GtkSelectionData *selection_data);
gboolean gtk_selection_data_get_targets (GtkSelectionData *selection_data,