Skip to content

Commit

Permalink
src: Fix ibus_key_event_from_string for gobject-introspection
Browse files Browse the repository at this point in the history
BUG=#2330
  • Loading branch information
fujiwarat committed Feb 4, 2022
1 parent dfd3fbf commit c69b61a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ibusshare.h
Expand Up @@ -2,8 +2,8 @@
/* vim:set et sts=4: */
/* ibus - The Input Bus
* Copyright (C) 2008-2013 Peng Huang <shawn.p.huang@gmail.com>
* Copyright (C) 2015-2018 Takao Fujiwara <takao.fujiwara1@gmail.com>
* Copyright (C) 2008-2018 Red Hat, Inc.
* Copyright (C) 2015-2022 Takao Fujiwara <takao.fujiwara1@gmail.com>
* Copyright (C) 2008-2022 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -333,8 +333,8 @@ gchar *ibus_key_event_to_string
/**
* ibus_key_event_from_string:
* @string: Key event string.
* @keyval: Variable that hold key symbol result.
* @modifiers: Variable that hold modifiers result.
* @keyval: (out): Variable that hold key symbol result.
* @modifiers: (out): Variable that hold modifiers result.
*
* Parse key event string and return key symbol and modifiers.
*
Expand Down

0 comments on commit c69b61a

Please sign in to comment.