[gnome-software: 1/2] progress-button: Fix the properties documentation




commit 8b0fd5edecd9a148df07f6f5f154bed6e46634e0
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Mar 2 08:27:24 2022 +0100

    progress-button: Fix the properties documentation

 src/gs-progress-button.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-progress-button.c b/src/gs-progress-button.c
index d48c055a0..13fb782af 100644
--- a/src/gs-progress-button.c
+++ b/src/gs-progress-button.c
@@ -320,7 +320,7 @@ gs_progress_button_class_init (GsProgressButtonClass *klass)
        object_class->finalize = gs_progress_button_finalize;
 
        /**
-        * GsApp:icon-name: (nullable):
+        * GsProgressButton:icon-name: (nullable):
         *
         * The name of the icon for the button.
         *
@@ -332,7 +332,7 @@ gs_progress_button_class_init (GsProgressButtonClass *klass)
                                     G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);
 
        /**
-        * GsApp:show-icon:
+        * GsProgressButton:show-icon:
         *
         * Whether to show the icon in place of the label.
         *


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