aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-03-13 16:32:22 +0000
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-03-13 16:32:22 +0000
commit610b2cc6eff717d18a30d0dbec2a1382e61ad7a1 (patch)
treeeeb44bb407a76e37ebede196919156c735613b60 /tests
parent208d1ba79fd677e4b42f88a6f7d1f9c66ac09929 (diff)
downloadlibayatana-indicator-610b2cc6eff717d18a30d0dbec2a1382e61ad7a1.tar.gz
libayatana-indicator-610b2cc6eff717d18a30d0dbec2a1382e61ad7a1.tar.bz2
libayatana-indicator-610b2cc6eff717d18a30d0dbec2a1382e61ad7a1.zip
indicator-ng: allow a dictionary as the root action's state
Hopefully, this is more straightforward to use than (sssb). It's also extensible. (sssb) is still supported for backwards compatibility, but I wouldn't recommend using it anymore.
Diffstat (limited to 'tests')
-rw-r--r--tests/indicator-test-service.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/indicator-test-service.c b/tests/indicator-test-service.c
index 0393677..a40945f 100644
--- a/tests/indicator-test-service.c
+++ b/tests/indicator-test-service.c
@@ -70,7 +70,9 @@ main (int argc, char **argv)
GMenuItem *item;
GMenu *submenu;
GActionEntry entries[] = {
- { "_header", NULL, NULL, "('Test', 'indicator-test', 'Test indicator', true)", NULL },
+ { "_header", NULL, NULL, "{'label': <'Test'>,"
+ " 'icon': <'indicator-test'>,"
+ " 'accessible-desc': <'Test indicator'> }", NULL },
{ "show", activate_show, NULL, NULL, NULL }
};
GMainLoop *loop;