[gtk/wip/baedert/for-master: 2/5] widget: Add some missing annotations to gtk_widget_class_query_action
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/for-master: 2/5] widget: Add some missing annotations to gtk_widget_class_query_action
- Date: Sun, 25 Aug 2019 06:25:37 +0000 (UTC)
commit 3bcd8ab4609dae07ca01406eecd259082344b167
Author: Timm Bäder <mail baedert org>
Date: Sun Aug 25 07:52:42 2019 +0200
widget: Add some missing annotations to gtk_widget_class_query_action
gtk/gtkwidget.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 8f26578cb1..f1e401309d 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -13632,10 +13632,10 @@ gtk_widget_action_set_enabled (GtkWidget *widget,
* gtk_widget_class_query_action:
* @widget_class: a #GtkWidgetClass
* @index_: position of the action to query
- * @owner: the type where the action was defined
- * @action_name: return location for the action name
- * @parameter_type: return location for the parameter type
- * @property_name: return location for the property name
+ * @owner: (out): return location for the type where the action was defined
+ * @action_name: (out): return location for the action name
+ * @parameter_type: (out): return location for the parameter type
+ * @property_name: (out): return location for the property name
*
* Queries the actions that have been installed for
* a widget class using gtk_widget_class_install_action()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]