Skip to content

Commit

Permalink
Fix gobject-introspection annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Apr 13, 2012
1 parent 30811ae commit 6059146
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eek/eek-keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ eek_keyboard_get_pressed_keys (EekKeyboard *keyboard)
* @keyboard: an #EekKeyboard
*
* Get locked keys.
* Returns: (transfer container) (element-type EekModifierKey): A list
* Returns: (transfer container) (element-type Eek.ModifierKey): A list
* of locked keys.
*/
GList *
Expand Down
6 changes: 6 additions & 0 deletions eek/eek-xml-layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 6059146

Please sign in to comment.