aboutsummaryrefslogtreecommitdiff
path: root/src/gactionmuxer.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-11-16 14:41:50 +0100
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-11-16 14:41:50 +0100
commitb55e637321b0c3fdcb5e8aafab9614f80a3228d3 (patch)
treed0dd0bfeabb87f1ab0b5c2d12b0843003f675ab7 /src/gactionmuxer.h
parenta44f4a7f0d1918809452da175c5b0585ecd6d951 (diff)
downloadayatana-indicator-messages-b55e637321b0c3fdcb5e8aafab9614f80a3228d3.tar.gz
ayatana-indicator-messages-b55e637321b0c3fdcb5e8aafab9614f80a3228d3.tar.bz2
ayatana-indicator-messages-b55e637321b0c3fdcb5e8aafab9614f80a3228d3.zip
Export menu for the phone client
This is a rough first draft: It only fetched the sources and messages from applications once and doesn't listen for further changes. This removes all code for the desktop menu for now.
Diffstat (limited to 'src/gactionmuxer.h')
-rw-r--r--src/gactionmuxer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gactionmuxer.h b/src/gactionmuxer.h
index 5c5e839..caf9ec7 100644
--- a/src/gactionmuxer.h
+++ b/src/gactionmuxer.h
@@ -40,5 +40,8 @@ void g_action_muxer_insert (GActionMuxer *muxer,
void g_action_muxer_remove (GActionMuxer *muxer,
const gchar *prefix);
+GActionGroup * g_action_muxer_get_group (GActionMuxer *muxer,
+ const gchar *prefix);
+
#endif