Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdkx11selection.h File Reference
#include <gdk/gdk.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ gdk_x11_display_string_to_compound_text()

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_x11_display_text_property_to_text_list()

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_x11_display_utf8_to_compound_text()

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_x11_free_compound_text()

GDK_AVAILABLE_IN_ALL void gdk_x11_free_compound_text ( guchar * ctext)

◆ gdk_x11_free_text_list()

GDK_AVAILABLE_IN_ALL void gdk_x11_free_text_list ( char ** list)