[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 10/331] Tidy up docstrings
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 10/331] Tidy up docstrings
- Date: Wed, 4 May 2016 13:59:20 +0000 (UTC)
commit 296d390c3c4974e0ddbc403ce6a22bef3f616cff
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Dec 16 19:56:17 2015 +1300
Tidy up docstrings
src/gs-app-review.c | 15 +++------------
1 files changed, 3 insertions(+), 12 deletions(-)
---
diff --git a/src/gs-app-review.c b/src/gs-app-review.c
index 77b889f..720b23f 100644
--- a/src/gs-app-review.c
+++ b/src/gs-app-review.c
@@ -50,7 +50,7 @@ G_DEFINE_TYPE (GsAppReview, gs_app_review, G_TYPE_OBJECT)
/**
* gs_app_review_get_summary:
- **/
+ */
const gchar *
gs_app_review_get_summary (GsAppReview *review)
{
@@ -92,7 +92,7 @@ gs_app_review_set_text (GsAppReview *review, const gchar *text)
/**
* gs_app_review_get_rating:
- **/
+ */
gint
gs_app_review_get_rating (GsAppReview *review)
{
@@ -174,9 +174,6 @@ gs_app_review_set_date (GsAppReview *review, GDateTime *date)
review->date = g_date_time_ref (date);
}
-/**
- * gs_app_review_get_property:
- */
static void
gs_app_review_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec)
{
@@ -207,9 +204,6 @@ gs_app_review_get_property (GObject *object, guint prop_id, GValue *value, GPara
}
}
-/**
- * gs_app_review_set_property:
- */
static void
gs_app_review_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec)
{
@@ -321,9 +315,6 @@ gs_app_review_class_init (GsAppReviewClass *klass)
g_object_class_install_property (object_class, PROP_DATE, pspec);
}
-/**
- * gs_app_review_init:
- **/
static void
gs_app_review_init (GsAppReview *review)
{
@@ -333,7 +324,7 @@ gs_app_review_init (GsAppReview *review)
/**
* gs_app_review_new:
*
- * Return value: a new GsAppReview object.
+ * Return value: a new #GsAppReview object.
**/
GsAppReview *
gs_app_review_new (void)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]