Fix coding style.

This commit is contained in:
Daiki Ueno
2010-06-22 16:29:24 +09:00
parent a388d9e6e1
commit 9aabdc0812
2 changed files with 13 additions and 9 deletions

View File

@ -355,9 +355,9 @@ eek_xkl_layout_set_config (EekXklLayout *layout,
*
* Reconfigure @layout with @model, @layouts, @variants, and @options.
* This function is merely a wrapper around
* eek_xkl_layout_set_config() to avoid passing an XklConfigRec
* pointer (which is not currently available in the
* gobject-introspection repository).
* eek_xkl_layout_set_config() to avoid passing a pointer of
* XklConfigRec, which is not currently available in the
* gobject-introspection repository.
*
* Returns: %TRUE if the component name is successfully set, %FALSE otherwise
*/