[rygel-grilo] Rename to grl_plugin_registry_get_default()



commit d66cb95664064c47d7eedd7eefad8b5f0392e706
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Mon Jul 19 15:10:12 2010 +0200

    Rename to grl_plugin_registry_get_default()
    
    Grilo API changed, so update it.

 src/rygel-grilo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel-grilo.c b/src/rygel-grilo.c
index 543503b..c657754 100644
--- a/src/rygel-grilo.c
+++ b/src/rygel-grilo.c
@@ -1010,7 +1010,7 @@ main (gint argc, gchar **argv)
 
   /* Initialize grilo */
   grl_init (&argc, &argv);
-  registry = grl_plugin_registry_get_instance ();
+  registry = grl_plugin_registry_get_default ();
   if (!registry) {
     g_printerr ("Unable to load Grilo registry\n");
     return -1;



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