[epiphany/wip/sync-rebase: 55/74] ephy-bookmark: Align function parameters



commit 88457eedd41f285bd0ca83e4c94619d5d28ee334
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date:   Mon Aug 29 20:20:37 2016 +0300

    ephy-bookmark: Align function parameters

 src/bookmarks/ephy-bookmark.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmark.c b/src/bookmarks/ephy-bookmark.c
index 73d4425..0c6e2d7 100644
--- a/src/bookmarks/ephy-bookmark.c
+++ b/src/bookmarks/ephy-bookmark.c
@@ -198,9 +198,9 @@ ephy_bookmark_init (EphyBookmark *self)
 
 static JsonNode *
 ephy_bookmark_json_serializable_serialize_property (JsonSerializable *serializable,
-                                                    const gchar *name,
-                                                    const GValue *value,
-                                                    GParamSpec *pspec)
+                                                    const char       *name,
+                                                    const GValue     *value,
+                                                    GParamSpec       *pspec)
 {
   JsonNode *node = NULL;
 
@@ -230,10 +230,10 @@ ephy_bookmark_json_serializable_serialize_property (JsonSerializable *serializab
 
 static gboolean
 ephy_bookmark_json_serializable_deserialize_property (JsonSerializable *serializable,
-                                                      const gchar *name,
-                                                      GValue *value,
-                                                      GParamSpec *pspec,
-                                                      JsonNode *node)
+                                                      const char       *name,
+                                                      GValue           *value,
+                                                      GParamSpec       *pspec,
+                                                      JsonNode         *node)
 {
   if (g_strcmp0 (name, "tags") == 0) {
     GSequence *tags;


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