summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkwayland.h
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2012-01-13 15:42:53 +0000
committerRob Bradford <rob@linux.intel.com>2012-01-13 16:50:47 +0000
commit1e0b22c1766024aaa3b92f12b981023f7111d6b6 (patch)
tree79442fc2ef1f6882c9c5af39d683e7b830abf06e /gdk/wayland/gdkwayland.h
parent368d6c50b71e3fa2b6052c4a6549c81923521e2d (diff)
downloadgtk+-1e0b22c1766024aaa3b92f12b981023f7111d6b6.tar.gz
wayland: Fix memory handling for the selection callbacks
Diffstat (limited to 'gdk/wayland/gdkwayland.h')
-rw-r--r--gdk/wayland/gdkwayland.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/wayland/gdkwayland.h b/gdk/wayland/gdkwayland.h
index 8c964c99b9..97d5ad21e9 100644
--- a/gdk/wayland/gdkwayland.h
+++ b/gdk/wayland/gdkwayland.h
@@ -39,7 +39,7 @@ int
gdk_wayland_device_get_selection_type_atoms (GdkDevice *device,
GdkAtom **atoms_out);
-typedef void (*GdkDeviceWaylandRequestContentCallback) (GdkDevice *device, gchar *data, gsize len, gpointer userdata);
+typedef void (*GdkDeviceWaylandRequestContentCallback) (GdkDevice *device, const gchar *data, gsize len, gpointer userdata);
#define gdk_wayland_device_request_selection_content gdk_wayland_device_request_selection_content_libgtk_only
gboolean
@@ -48,7 +48,7 @@ gdk_wayland_device_request_selection_content (GdkDevice
GdkDeviceWaylandRequestContentCallback cb,
gpointer userdata);
-typedef const gchar *(*GdkDeviceWaylandOfferContentCallback) (GdkDevice *device, const gchar *mime_type, gssize *len, gpointer userdata);
+typedef gchar *(*GdkDeviceWaylandOfferContentCallback) (GdkDevice *device, const gchar *mime_type, gssize *len, gpointer userdata);
#define gdk_wayland_device_offer_selection_content gdk_wayland_device_offer_selection_content_libgtk_only
gboolean