aboutsummaryrefslogtreecommitdiff
path: root/src/gactionmuxer.h
diff options
context:
space:
mode:
authorPete Woods <pete.woods@canonical.com>2013-08-21 16:04:53 +0000
committerTarmac <Unknown>2013-08-21 16:04:53 +0000
commit933deb6d32c36e8bf6db23d5673982cab788337a (patch)
treebe808298ec80ca3dc6d73309ac9e1e7024ee7950 /src/gactionmuxer.h
parent94fef3bf0ca765544ef93f4a6cd38684b3ccf02e (diff)
parent046f655a8859e2e3eaa6015fc2ecd226c8b46b1f (diff)
downloadayatana-indicator-messages-933deb6d32c36e8bf6db23d5673982cab788337a.tar.gz
ayatana-indicator-messages-933deb6d32c36e8bf6db23d5673982cab788337a.tar.bz2
ayatana-indicator-messages-933deb6d32c36e8bf6db23d5673982cab788337a.zip
Re-merge the consolidate branch, but with additional bugfix.
Approved by Sebastien Bacher, PS Jenkins bot.
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