ibuscomponent.h   ibuscomponent.h 
skipping to change at line 230 skipping to change at line 230
* @returns: TRUE if at least one of the observed paths is modified; FALSE otherwise. * @returns: TRUE if at least one of the observed paths is modified; FALSE otherwise.
* *
* Check whether the observed paths of component is modified. * Check whether the observed paths of component is modified.
*/ */
gboolean ibus_component_check_modification gboolean ibus_component_check_modification
(IBusComponent *component) ; (IBusComponent *component) ;
/** /**
* ibus_component_start: * ibus_component_start:
* @component: An IBusComponent. * @component: An IBusComponent.
* @verbose: if redirect the child output to /dev/null
* @returns: TRUE if the component is started; FALSE otherwise. * @returns: TRUE if the component is started; FALSE otherwise.
* *
* Whether the IBusComponent is started. * Whether the IBusComponent is started.
*/ */
gboolean ibus_component_start (IBusComponent *component) gboolean ibus_component_start (IBusComponent *component,
; gboolean verbose);
/** /**
* ibus_component_stop: * ibus_component_stop:
* @component: An IBusComponent. * @component: An IBusComponent.
* @returns: TRUE if the component is stopped; FALSE otherwise. * @returns: TRUE if the component is stopped; FALSE otherwise.
* *
* Whether the IBusComponent is stopped. * Whether the IBusComponent is stopped.
*/ */
gboolean ibus_component_stop (IBusComponent *component) ; gboolean ibus_component_stop (IBusComponent *component) ;
 End of changes. 2 change blocks. 
2 lines changed or deleted 3 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/