Fix gobject-introspection annotation.

This commit is contained in:
Daiki Ueno
2012-04-13 16:44:41 +09:00
parent 30811ae656
commit 6059146b42
2 changed files with 7 additions and 1 deletions

View File

@ -1083,6 +1083,12 @@ initable_iface_init (GInitableIface *initable_iface)
initable_iface->init = initable_init;
}
/**
* eek_xml_list_keyboards:
*
* List available keyboards.
* Returns: (transfer container) (element-type utf8): the list of keyboards
*/
GList *
eek_xml_list_keyboards (void)
{