summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkx.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-12-20 15:49:17 +0100
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:07 -0500
commitebe46e6f9d1a8dcfe2ddd99a9049f2011bd5b437 (patch)
treeb5cc86b6fdf72202975e817e00e733f3a4d32ea3 /gdk/x11/gdkx.h
parent7949073dd5e3ab8673883fb0c140d2ba01948b64 (diff)
downloadgtk+-ebe46e6f9d1a8dcfe2ddd99a9049f2011bd5b437.tar.gz
x11: Move selection-specific API into gdkx11selection.h
Diffstat (limited to 'gdk/x11/gdkx.h')
-rw-r--r--gdk/x11/gdkx.h25
1 files changed, 1 insertions, 24 deletions
diff --git a/gdk/x11/gdkx.h b/gdk/x11/gdkx.h
index e579bdc61f..c3cea2d4a1 100644
--- a/gdk/x11/gdkx.h
+++ b/gdk/x11/gdkx.h
@@ -58,6 +58,7 @@
#include <gdk/x11/gdkx11cursor.h>
#include <gdk/x11/gdkx11display.h>
#include <gdk/x11/gdkx11screen.h>
+#include <gdk/x11/gdkx11selection.h>
#include <gdk/x11/gdkx11visual.h>
#include <gdk/x11/gdkx11window.h>
@@ -101,30 +102,6 @@ Atom gdk_x11_get_xatom_by_name (const gchar *atom_name);
G_CONST_RETURN gchar *gdk_x11_get_xatom_name (Atom xatom);
#endif
-gint gdk_x11_display_text_property_to_text_list (GdkDisplay *display,
- GdkAtom encoding,
- gint format,
- const guchar *text,
- gint length,
- gchar ***list);
-void gdk_x11_free_text_list (gchar **list);
-gint gdk_x11_display_string_to_compound_text (GdkDisplay *display,
- const gchar *str,
- GdkAtom *encoding,
- gint *format,
- guchar **ctext,
- gint *length);
-gboolean gdk_x11_display_utf8_to_compound_text (GdkDisplay *display,
- const gchar *str,
- GdkAtom *encoding,
- gint *format,
- guchar **ctext,
- gint *length);
-void gdk_x11_free_compound_text (guchar *ctext);
-
-
-
-
G_END_DECLS
#endif /* __GDK_X_H__ */