summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnome.org>2004-10-27 23:51:21 +0000
committerAnders Carlsson <andersca@src.gnome.org>2004-10-27 23:51:21 +0000
commit2774d80b7c2cf8cdb7b98719d10b682fd608f9aa (patch)
treed357cad3eca7d26cfe2aefe7c685ad22127e68c0 /gtk/gtkclipboard.h
parentc1885969c0439b10ba71f45b1007e80e9c7bf566 (diff)
downloadgtk+-2774d80b7c2cf8cdb7b98719d10b682fd608f9aa.tar.gz
Make targets const.
2004-10-28 Anders Carlsson <andersca@gnome.org> * gtk/gtkclipboard.c: (gtk_clipboard_set_can_store): * gtk/gtkclipboard.h: Make targets const.
Diffstat (limited to 'gtk/gtkclipboard.h')
-rw-r--r--gtk/gtkclipboard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkclipboard.h b/gtk/gtkclipboard.h
index bc7da190d4..c05e63cc4f 100644
--- a/gtk/gtkclipboard.h
+++ b/gtk/gtkclipboard.h
@@ -106,9 +106,9 @@ gboolean gtk_clipboard_wait_is_target_available (GtkClipboard *clipboard,
GdkAtom target);
-void gtk_clipboard_set_can_store (GtkClipboard *clipboard,
- GtkTargetEntry *targets,
- gint n_targets);
+void gtk_clipboard_set_can_store (GtkClipboard *clipboard,
+ const GtkTargetEntry *targets,
+ gint n_targets);
void gtk_clipboard_store (GtkClipboard *clipboard);