[gnome-robots] Signals for libgames scores. 2nd draft.
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots] Signals for libgames scores. 2nd draft.
- Date: Sun, 14 Feb 2016 03:31:12 +0000 (UTC)
commit be6720fea138094b09cec2594b2ee43fad34aa4c
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]