ClutterIMContextSimple
ClutterIMContextSimple — simple fallback imcontext
|
|
Stability Level
Unstable, unless otherwise indicated
Synopsis
ClutterIMContextSimple;
ClutterIMContext * clutter_im_context_simple_new (void);
Object Hierarchy
GObject
+----ClutterIMContext
+----ClutterIMContextSimple
Details
ClutterIMContextSimple
typedef struct _ClutterIMContextSimple ClutterIMContextSimple;
clutter_im_context_simple_new ()
ClutterIMContext * clutter_im_context_simple_new (void);
Creates a new ClutterIMContextSimple.
Returns : |
a new ClutterIMContextSimple.
|