forked from AuroraMiddleware/gtk
docs: Annotate gdk_keymap_get_display()
Avoid a warning from the introspection scanner.
This commit is contained in:
parent
3a2aa2bd80
commit
b8828023e6
@ -235,6 +235,14 @@ gdk_keymap_init (GdkKeymap *keymap)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* gdk_keymap_get_display:
|
||||
* @keymap: a #GdkKeymap
|
||||
*
|
||||
* Retrieves the #GdkDisplay associated to the @keymap.
|
||||
*
|
||||
* Returns: (transfer none): a #GdkDisplay
|
||||
*/
|
||||
GdkDisplay *
|
||||
gdk_keymap_get_display (GdkKeymap *keymap)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user