summaryrefslogtreecommitdiff
path: root/atk/atkaction.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-05-07 15:38:37 -0700
committerEvan Nemerson <evan@nemerson.com>2014-05-08 09:25:48 -0700
commit7a46a450bfe9f8aae82b7c10e25ae13bd5cb3a9a (patch)
treecb3df0e6a3af32b7759a4e5f57e16e3a8eb16744 /atk/atkaction.c
parent17f645cf2264d02295b7234160b6b8684e231284 (diff)
downloadatk-7a46a450bfe9f8aae82b7c10e25ae13bd5cb3a9a.tar.gz
introspection: add many missing Returns: (nullable) annotations
https://bugzilla.gnome.org/show_bug.cgi?id=729752
Diffstat (limited to 'atk/atkaction.c')
-rwxr-xr-xatk/atkaction.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/atk/atkaction.c b/atk/atkaction.c
index 50f21a2..bc12cb2 100755
--- a/atk/atkaction.c
+++ b/atk/atkaction.c
@@ -126,8 +126,8 @@ atk_action_get_n_actions (AtkAction *obj)
*
* Returns a description of the specified action of the object.
*
- * Returns: a description string, or %NULL if @action does not
- * implement this interface.
+ * Returns: (nullable): a description string, or %NULL if @action does
+ * not implement this interface.
**/
const gchar*
atk_action_get_description (AtkAction *obj,
@@ -165,8 +165,8 @@ atk_action_get_description (AtkAction *obj,
* i.e. the result of some actions via atk_action_do_action() may be
* NIL.
*
- * Returns: a name string, or %NULL if @action does not implement this
- * interface.
+ * Returns: (nullable): a name string, or %NULL if @action does not
+ * implement this interface.
**/
const gchar*
atk_action_get_name (AtkAction *obj,
@@ -191,8 +191,8 @@ atk_action_get_name (AtkAction *obj,
*
* Returns the localized name of the specified action of the object.
*
- * Returns: a name string, or %NULL if @action does not implement this
- * interface.
+ * Returns: (nullable): a name string, or %NULL if @action does not
+ * implement this interface.
**/
const gchar*
atk_action_get_localized_name (AtkAction *obj,
@@ -238,8 +238,8 @@ atk_action_get_localized_name (AtkAction *obj,
* for the German locale. If, hypothetically, this menu item lacked a mnemonic,
* it would be represented by ";;Ctrl+N" and ";;Strg+N" respectively.
*
- * Returns: the keybinding which can be used to activate this action,
- * or %NULL if there is no keybinding for this action.
+ * Returns: (nullable): the keybinding which can be used to activate
+ * this action, or %NULL if there is no keybinding for this action.
*
**/
const gchar*