[epiphany/wip/sync-rebase: 67/86] ephy-bookmark: Align function parameters
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/sync-rebase: 67/86] ephy-bookmark: Align function parameters
- Date: Fri, 7 Oct 2016 22:54:21 +0000 (UTC)
commit 640d3bc61942d75980d51f3f11cf5c964681f641
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 eb6249c..1c1cdee 100644
--- a/src/bookmarks/ephy-bookmark.c
+++ b/src/bookmarks/ephy-bookmark.c
@@ -200,9 +200,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;
@@ -232,10 +232,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]