aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-03-21 14:06:22 -0400
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-03-21 14:06:22 -0400
commit8232ab0e1f8b94148dbf78bc279342c0fe3f6db1 (patch)
treeeeb44bb407a76e37ebede196919156c735613b60 /tests
parent61d0f80f976768679c4f2912832a96572dea6262 (diff)
downloadlibayatana-indicator-8232ab0e1f8b94148dbf78bc279342c0fe3f6db1.tar.gz
libayatana-indicator-8232ab0e1f8b94148dbf78bc279342c0fe3f6db1.tar.bz2
libayatana-indicator-8232ab0e1f8b94148dbf78bc279342c0fe3f6db1.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;