[gtk/shortcuts-rebased-again: 128/135] shortcut controller: Silence	gtk-doc warnings
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk/shortcuts-rebased-again: 128/135] shortcut controller: Silence	gtk-doc warnings
- Date: Sun, 23 Jun 2019 15:12:48 +0000 (UTC)
commit fc40bb7b402744f928fb014e8611cd8aebfb58be
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jun 22 01:14:47 2019 -0400
    shortcut controller: Silence gtk-doc warnings
 gtk/gtkshortcutcontroller.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkshortcutcontroller.h b/gtk/gtkshortcutcontroller.h
index 6f311f142b..aeb50e7f91 100644
--- a/gtk/gtkshortcutcontroller.h
+++ b/gtk/gtkshortcutcontroller.h
@@ -53,16 +53,16 @@ void                    gtk_shortcut_controller_set_mnemonics_modifiers (GtkShor
 GDK_AVAILABLE_IN_ALL
 GdkModifierType         gtk_shortcut_controller_get_mnemonics_modifiers (GtkShortcutController  *self);
 GDK_AVAILABLE_IN_ALL
-void                    gtk_shortcut_controller_set_scope               (GtkShortcutController  *controller,
+void                    gtk_shortcut_controller_set_scope               (GtkShortcutController  *self,
                                                                          GtkShortcutScope        scope);
 GDK_AVAILABLE_IN_ALL
-GtkShortcutScope        gtk_shortcut_controller_get_scope               (GtkShortcutController  *controller);
+GtkShortcutScope        gtk_shortcut_controller_get_scope               (GtkShortcutController  *self);
 
 GDK_AVAILABLE_IN_ALL
-void                    gtk_shortcut_controller_add_shortcut            (GtkShortcutController  *controller,
+void                    gtk_shortcut_controller_add_shortcut            (GtkShortcutController  *self,
                                                                          GtkShortcut            *shortcut);
 GDK_AVAILABLE_IN_ALL
-void                    gtk_shortcut_controller_remove_shortcut         (GtkShortcutController  *controller,
+void                    gtk_shortcut_controller_remove_shortcut         (GtkShortcutController  *self,
                                                                          GtkShortcut            *shortcut);
 
 G_END_DECLS
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]