[gnome-software/wip/kalev/gnome-3-22-prep: 22/52] Added missing comment for the GsApp:description property
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/kalev/gnome-3-22-prep: 22/52] Added missing comment for the GsApp:description property
- Date: Mon, 7 Nov 2016 09:46:38 +0000 (UTC)
commit 0f5b45ff3cc9c448d635561a6aa57f10b4af3cfe
Author: Mario Sanchez Prada <mario endlessm com>
Date: Thu Oct 6 13:29:00 2016 +0100
Added missing comment for the GsApp:description property
(cherry picked from commit ff7ee0671990a048723ffd6467b3fb8623deedf7)
src/gs-app.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app.c b/src/gs-app.c
index 218c986..4c0491b 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -3444,6 +3444,9 @@ gs_app_class_init (GsAppClass *klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
g_object_class_install_property (object_class, PROP_SUMMARY, pspec);
+ /**
+ * GsApp:description:
+ */
pspec = g_param_spec_string ("description", NULL, NULL,
NULL,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]