ClutterIMContextSimple

ClutterIMContextSimple — simple fallback imcontext

Stability Level

Unstable, unless otherwise indicated

Synopsis

                    ClutterIMContextSimple;
                    ClutterIMContextSimpleClass;
ClutterIMContext *  clutter_im_context_simple_new       (void);

Object Hierarchy

  GObject
   +----ClutterIMContext
         +----ClutterIMContextSimple

Description

Details

ClutterIMContextSimple

typedef struct _ClutterIMContextSimple ClutterIMContextSimple;

ClutterIMContextSimpleClass

typedef struct {
  ClutterIMContextClass parent_class;
} ClutterIMContextSimpleClass;

clutter_im_context_simple_new ()

ClutterIMContext *  clutter_im_context_simple_new       (void);

Creates a new ClutterIMContextSimple.

Returns :

a new ClutterIMContextSimple.