From c69b61aa66239e1b13c9764b2d3bf6f02d086785 Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Fri, 4 Feb 2022 15:08:36 +0900 Subject: [PATCH] src: Fix ibus_key_event_from_string for gobject-introspection BUG=https://github.com/ibus/ibus/issues/2330 --- src/ibusshare.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ibusshare.h b/src/ibusshare.h index d70af29f3..d739e2ff8 100644 --- a/src/ibusshare.h +++ b/src/ibusshare.h @@ -2,8 +2,8 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2013 Peng Huang - * Copyright (C) 2015-2018 Takao Fujiwara - * Copyright (C) 2008-2018 Red Hat, Inc. + * Copyright (C) 2015-2022 Takao Fujiwara + * 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 @@ -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. *