#include <gdk/gdk.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
Go to the source code of this file.
|
G_BEGIN_DECLS GDK_AVAILABLE_IN_ALL int | gdk_x11_display_text_property_to_text_list (GdkDisplay *display, const char *encoding, int format, const guchar *text, int length, char ***list) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_free_text_list (char **list) |
|
GDK_AVAILABLE_IN_ALL int | gdk_x11_display_string_to_compound_text (GdkDisplay *display, const char *str, const char **encoding, int *format, guchar **ctext, int *length) |
|
GDK_AVAILABLE_IN_ALL gboolean | gdk_x11_display_utf8_to_compound_text (GdkDisplay *display, const char *str, const char **encoding, int *format, guchar **ctext, int *length) |
|
GDK_AVAILABLE_IN_ALL void | gdk_x11_free_compound_text (guchar *ctext) |
|
◆ gdk_x11_display_string_to_compound_text()
◆ gdk_x11_display_text_property_to_text_list()
◆ gdk_x11_display_utf8_to_compound_text()
◆ gdk_x11_free_compound_text()
◆ gdk_x11_free_text_list()