[gnome-robots/wip/libgames-support: 23/41] Signals for libgames scores. 2nd draft.



commit 839848d443f77ffdc2b0fbc1a6c0eb9220d3a04d
Author: Nikhar Agrawal <nikharagrawal2006 gmail com>
Date:   Sat Aug 16 00:27:46 2014 +0530

    Signals for libgames scores. 2nd draft.
    
    Doesn't work.

 src/gnome-robots.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-robots.c b/src/gnome-robots.c
index 56290d3..0fc253a 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -306,9 +306,9 @@ shutdown (GtkApplication *app, gpointer user_data)
   g_settings_set_boolean (settings, "window-is-maximized", window_is_maximized);
 }
 
-GamesScoresCategory *create_category_from_key (GamesScoresContext *context, gpointer key)
+GamesScoresCategory *create_category_from_key (GamesScoresContext context, const char *key, gpointer 
user_data)
 {
-  cat.key = (gchar*) key;
+  cat.key = key;
   cat.name = "whoa";
   return &cat;
 }


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