summaryrefslogtreecommitdiff
path: root/lib/xdg-app-remote-ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xdg-app-remote-ref.c')
-rw-r--r--lib/xdg-app-remote-ref.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/lib/xdg-app-remote-ref.c b/lib/xdg-app-remote-ref.c
index 6b397db..abed09c 100644
--- a/lib/xdg-app-remote-ref.c
+++ b/lib/xdg-app-remote-ref.c
@@ -62,10 +62,10 @@ xdg_app_remote_ref_finalize (GObject *object)
}
static void
-xdg_app_remote_ref_set_property (GObject *object,
- guint prop_id,
- const GValue *value,
- GParamSpec *pspec)
+xdg_app_remote_ref_set_property (GObject *object,
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
{
XdgAppRemoteRef *self = XDG_APP_REMOTE_REF (object);
XdgAppRemoteRefPrivate *priv = xdg_app_remote_ref_get_instance_private (self);
@@ -84,10 +84,10 @@ xdg_app_remote_ref_set_property (GObject *object,
}
static void
-xdg_app_remote_ref_get_property (GObject *object,
- guint prop_id,
- GValue *value,
- GParamSpec *pspec)
+xdg_app_remote_ref_get_property (GObject *object,
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
{
XdgAppRemoteRef *self = XDG_APP_REMOTE_REF (object);
XdgAppRemoteRefPrivate *priv = xdg_app_remote_ref_get_instance_private (self);
@@ -150,6 +150,7 @@ xdg_app_remote_ref_new (const char *full_ref,
const char *remote_name)
{
XdgAppRefKind kind = XDG_APP_REF_KIND_APP;
+
g_auto(GStrv) parts = NULL;
XdgAppRemoteRef *ref;