ibusbus.h   ibusbus.h 
skipping to change at line 94 skipping to change at line 94
/** /**
* ibus_bus_new: * ibus_bus_new:
* @returns: A newly allocated #IBusBus instance, and the instance is not f loating. * @returns: A newly allocated #IBusBus instance, and the instance is not f loating.
* *
* New an #IBusBus instance. * New an #IBusBus instance.
*/ */
IBusBus *ibus_bus_new (void); IBusBus *ibus_bus_new (void);
/** /**
* ibus_bus_new_async:
* @returns: A newly allocated #IBusBus instance, and the instance is not f
loating.
*
* New an #IBusBus instance. The instance will asynchronously connect to th
e IBus
* daemon.
*/
IBusBus *ibus_bus_new_async (void);
/**
* ibus_bus_is_connected: * ibus_bus_is_connected:
* @bus: An #IBusBus. * @bus: An #IBusBus.
* @returns: %TRUE if @bus is connected, %FALSE otherwise. * @returns: %TRUE if @bus is connected, %FALSE otherwise.
* *
* Return %TRUE if @bus is connected to IBus daemon. * Return %TRUE if @bus is connected to IBus daemon.
*/ */
gboolean ibus_bus_is_connected (IBusBus *bus); gboolean ibus_bus_is_connected (IBusBus *bus);
/** /**
* ibus_bus_get_connection: * ibus_bus_get_connection:
 End of changes. 1 change blocks. 
0 lines changed or deleted 11 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/