ibustypes.h   ibustypes.h 
skipping to change at line 195 skipping to change at line 195
*/ */
typedef enum { typedef enum {
IBUS_BUS_START_REPLY_SUCCESS = 1, IBUS_BUS_START_REPLY_SUCCESS = 1,
IBUS_BUS_START_REPLY_ALREADY_RUNNING = 2, IBUS_BUS_START_REPLY_ALREADY_RUNNING = 2,
} IBusBusStartServiceByNameReply; } IBusBusStartServiceByNameReply;
/** /**
* IBusError: * IBusError:
* @IBUS_ERROR_NO_ENGINE: * @IBUS_ERROR_NO_ENGINE:
* There is no engine associated with input context. * There is no engine associated with input context.
* @IBUS_ERROR_NO_CONFIG:
* There is no config module running.
* @IBUS_ERROR_FAILED:
* General failure.
*/ */
typedef enum { typedef enum {
IBUS_ERROR_NO_ENGINE, IBUS_ERROR_NO_ENGINE,
IBUS_ERROR_NO_CONFIG,
IBUS_ERROR_FAILED
} IBusError; } IBusError;
/** /**
* IBusRectangle: * IBusRectangle:
* @x: x coordinate. * @x: x coordinate.
* @y: y coordinate. * @y: y coordinate.
* @width: width of the rectangle. * @width: width of the rectangle.
* @height: height of the renctangl. * @height: height of the renctangl.
* *
* Rectangle definition. * Rectangle definition.
 End of changes. 2 change blocks. 
0 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/