ibusmarshalers.h   ibusmarshalers.h 
skipping to change at line 124 skipping to change at line 124
/* VOID:OBJECT,UINT,BOOL (./ibusmarshalers.list:16) */ /* VOID:OBJECT,UINT,BOOL (./ibusmarshalers.list:16) */
extern void ibus_marshal_VOID__OBJECT_UINT_BOOLEAN (GClosure *closure, extern void ibus_marshal_VOID__OBJECT_UINT_BOOLEAN (GClosure *closure,
GValue *return_va lue, GValue *return_va lue,
guint n_param_v alues, guint n_param_v alues,
const GValue *param_val ues, const GValue *param_val ues,
gpointer invocatio n_hint, gpointer invocatio n_hint,
gpointer marshal_d ata); gpointer marshal_d ata);
#define ibus_marshal_VOID__OBJECT_UINT_BOOL ibus_marshal_VOID__OBJECT_UI NT_BOOLEAN #define ibus_marshal_VOID__OBJECT_UINT_BOOL ibus_marshal_VOID__OBJECT_UI NT_BOOLEAN
/* VOID:OBJECT,BOOL (./ibusmarshalers.list:17) */ /* VOID:OBJECT,UINT,BOOL,UINT (./ibusmarshalers.list:17) */
extern void ibus_marshal_VOID__OBJECT_UINT_BOOLEAN_UINT (GClosure *clos
ure,
GValue *retu
rn_value,
guint n_pa
ram_values,
const GValue *para
m_values,
gpointer invo
cation_hint,
gpointer mars
hal_data);
#define ibus_marshal_VOID__OBJECT_UINT_BOOL_UINT ibus_marshal_VOID__O
BJECT_UINT_BOOLEAN_UINT
/* VOID:OBJECT,BOOL (./ibusmarshalers.list:18) */
extern void ibus_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, extern void ibus_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure,
GValue *return_value, GValue *return_value,
guint n_param_values , guint n_param_values ,
const GValue *param_values, const GValue *param_values,
gpointer invocation_hin t, gpointer invocation_hin t,
gpointer marshal_data); gpointer marshal_data);
#define ibus_marshal_VOID__OBJECT_BOOL ibus_marshal_VOID__OBJECT_BOOLEAN #define ibus_marshal_VOID__OBJECT_BOOL ibus_marshal_VOID__OBJECT_BOOLEAN
/* VOID:BOXED,BOOL (./ibusmarshalers.list:18) */ /* VOID:BOXED,BOOL (./ibusmarshalers.list:19) */
extern void ibus_marshal_VOID__BOXED_BOOLEAN (GClosure *closure, extern void ibus_marshal_VOID__BOXED_BOOLEAN (GClosure *closure,
GValue *return_value, GValue *return_value,
guint n_param_values, guint n_param_values,
const GValue *param_values, const GValue *param_values,
gpointer invocation_hint , gpointer invocation_hint ,
gpointer marshal_data); gpointer marshal_data);
#define ibus_marshal_VOID__BOXED_BOOL ibus_marshal_VOID__BOXED_BOOLEAN #define ibus_marshal_VOID__BOXED_BOOL ibus_marshal_VOID__BOXED_BOOLEAN
/* VOID:BOXED (./ibusmarshalers.list:19) */ /* VOID:BOXED (./ibusmarshalers.list:20) */
#define ibus_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED #define ibus_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED
/* VOID:STRING,STRING,BOXED (./ibusmarshalers.list:20) */ /* VOID:STRING,STRING,BOXED (./ibusmarshalers.list:21) */
extern void ibus_marshal_VOID__STRING_STRING_BOXED (GClosure *closure, extern void ibus_marshal_VOID__STRING_STRING_BOXED (GClosure *closure,
GValue *return_va lue, GValue *return_va lue,
guint n_param_v alues, guint n_param_v alues,
const GValue *param_val ues, const GValue *param_val ues,
gpointer invocatio n_hint, gpointer invocatio n_hint,
gpointer marshal_d ata); gpointer marshal_d ata);
/* VOID:STRING,STRING,STRING (./ibusmarshalers.list:21) */ /* VOID:STRING,STRING,STRING (./ibusmarshalers.list:22) */
extern void ibus_marshal_VOID__STRING_STRING_STRING (GClosure *closure, extern void ibus_marshal_VOID__STRING_STRING_STRING (GClosure *closure,
GValue *return_v alue, GValue *return_v alue,
guint n_param_ values, guint n_param_ values,
const GValue *param_va lues, const GValue *param_va lues,
gpointer invocati on_hint, gpointer invocati on_hint,
gpointer marshal_ data); gpointer marshal_ data);
/* VOID:UINT (./ibusmarshalers.list:22) */ /* VOID:UINT (./ibusmarshalers.list:23) */
#define ibus_marshal_VOID__UINT g_cclosure_marshal_VOID__UINT #define ibus_marshal_VOID__UINT g_cclosure_marshal_VOID__UINT
/* VOID:UINT,POINTER (./ibusmarshalers.list:23) */ /* VOID:UINT,POINTER (./ibusmarshalers.list:24) */
#define ibus_marshal_VOID__UINT_POINTER g_cclosure_marshal_VOID__UIN T_POINTER #define ibus_marshal_VOID__UINT_POINTER g_cclosure_marshal_VOID__UIN T_POINTER
G_END_DECLS G_END_DECLS
#endif /* __ibus_marshal_MARSHAL_H__ */ #endif /* __ibus_marshal_MARSHAL_H__ */
 End of changes. 7 change blocks. 
7 lines changed or deleted 23 lines changed or added


 ibusshare.h   ibusshare.h 
skipping to change at line 222 skipping to change at line 222
* <listitem><para>Environment variable LNAME</para></listitem> * <listitem><para>Environment variable LNAME</para></listitem>
* </orderedlist> * </orderedlist>
*/ */
const gchar *ibus_get_user_name (void); const gchar *ibus_get_user_name (void);
/** /**
* ibus_get_daemon_uid: * ibus_get_daemon_uid:
* @returns: UID of ibus-daemon; or 0 if UID is not available. * @returns: UID of ibus-daemon; or 0 if UID is not available.
* *
* Get UID of ibus-daemon. * Get UID of ibus-daemon.
*
* Deprecated: This function has been deprecated and should
* not be used in newly written code.
*/ */
glong ibus_get_daemon_uid (void); glong ibus_get_daemon_uid (void) G_GNUC_DEPRECATED;
/** /**
* ibus_get_socket_path: * ibus_get_socket_path:
* @returns: A newly allocated string that stores the path of socket file. * @returns: A newly allocated string that stores the path of socket file.
* *
* Get the path of socket file. * Get the path of socket file.
*/ */
const gchar *ibus_get_socket_path (void); const gchar *ibus_get_socket_path (void);
/** /**
 End of changes. 2 change blocks. 
1 lines changed or deleted 4 lines changed or added


 ibusversion.h   ibusversion.h 
skipping to change at line 52 skipping to change at line 52
* *
* IBus minor version. * IBus minor version.
*/ */
#define IBUS_MINOR_VERSION (3) #define IBUS_MINOR_VERSION (3)
/** /**
* IBUS_MICRO_VERSION: * IBUS_MICRO_VERSION:
* *
* IBus micro version. * IBus micro version.
*/ */
#define IBUS_MICRO_VERSION (1) #define IBUS_MICRO_VERSION (2)
/** /**
* IBUS_CHECK_VERSION: * IBUS_CHECK_VERSION:
* @major: Major version of ibus. * @major: Major version of ibus.
* @minor: Minor version of ibus. * @minor: Minor version of ibus.
* @micro: Micro version of ibus. * @micro: Micro version of ibus.
* *
* Check whether the current IBus version is equal to or greater than * Check whether the current IBus version is equal to or greater than
* given major.minor.micro. * given major.minor.micro.
*/ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 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/