Ardour  9.0-pre0-582-g084a23a80d
gtkimmodule.h File Reference
#include <gtk/gtk.h>
Include dependency graph for gtkimmodule.h:

Go to the source code of this file.

Classes

struct  _GtkIMContextInfo
 

Typedefs

typedef typedefG_BEGIN_DECLS struct _GtkIMContextInfo GtkIMContextInfo
 

Functions

void _gtk_im_module_list (const GtkIMContextInfo ***contexts, guint *n_contexts)
 
GtkIMContext_gtk_im_module_create (const gchar *context_id)
 
const gchar * _gtk_im_module_get_default_context_id (GdkWindow *client_window)
 

Typedef Documentation

◆ GtkIMContextInfo

typedef typedefG_BEGIN_DECLS struct _GtkIMContextInfo GtkIMContextInfo

Definition at line 25 of file gtkimmodule.h.

Function Documentation

◆ _gtk_im_module_create()

GtkIMContext* _gtk_im_module_create ( const gchar *  context_id)

◆ _gtk_im_module_get_default_context_id()

const gchar* _gtk_im_module_get_default_context_id ( GdkWindow client_window)

◆ _gtk_im_module_list()

void _gtk_im_module_list ( const GtkIMContextInfo ***  contexts,
guint *  n_contexts 
)