[Pkg-telepathy-commits] [telepathy-mission-control-6] 207/280: mcpa_unescape_variant_from_keyfile: inline implementation

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 85b98a82332a55925b2bcc2f26bee530ee244dd7
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Nov 15 13:22:28 2013 +0000

    mcpa_unescape_variant_from_keyfile: inline implementation
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27727
---
 src/mcd-storage.c | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/mcd-storage.c b/src/mcd-storage.c
index 0f96557..66fbd82 100644
--- a/src/mcd-storage.c
+++ b/src/mcd-storage.c
@@ -1922,7 +1922,8 @@ mcd_storage_ready (McdStorage *self)
 }
 
 static GVariant *
-mcd_keyfile_unescape_variant (const gchar *escaped,
+mcpa_unescape_variant_from_keyfile (const McpAccountManager *mcpa,
+    const gchar *escaped,
     const GVariantType *type,
     GError **error)
 {
@@ -1943,15 +1944,6 @@ mcd_keyfile_unescape_variant (const gchar *escaped,
   return ret;
 }
 
-static GVariant *
-mcpa_unescape_variant_from_keyfile (const McpAccountManager *mcpa,
-    const gchar *escaped,
-    const GVariantType *type,
-    GError **error)
-{
-  return mcd_keyfile_unescape_variant (escaped, type, error);
-}
-
 static void
 plugin_iface_init (McpAccountManagerIface *iface,
     gpointer unused G_GNUC_UNUSED)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list