[gtk/wip/baedert/for-master: 3/5] widget: Remove reference to non-existent function



commit 5dc95206aa8ce1575667c59c85d357b349c6628c
Author: Timm Bäder <mail baedert org>
Date:   Sun Aug 25 07:55:46 2019 +0200

    widget: Remove reference to non-existent function
    
    gtk_widget_class_install_stateful_action() does not exist.

 gtk/gtkwidget.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index f1e401309d..19b5c3c543 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -13505,15 +13505,14 @@ gtk_widget_class_add_action (GtkWidgetClass  *widget_class,
  * gtk_widget_class_install_action:
  * @widget_class: a #GtkWidgetClass
  * @action_name: a prefixed action name, such as "clipboard.paste"
- * @parameter_type: (allow-none): the parameter type, or %NULL
+ * @parameter_type: (nullable): the parameter type, or %NULL
  * @activate: callback to use when the action is activated
  *
  * This should be called at class initialization time to specify
  * actions to be added for all instances of this class.
  *
  * Actions installed by this function are stateless. The only state
- * they have is whether they are enabled or not. For more complicated
- * actions, see gtk_widget_class_install_stateful_action().
+ * they have is whether they are enabled or not.
  */
 void
 gtk_widget_class_install_action (GtkWidgetClass              *widget_class,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]