GApplication: emit signals on action changes
authorRyan Lortie <desrt@desrt.ca>
Fri, 16 Dec 2011 16:39:24 +0000 (11:39 -0500)
committerRyan Lortie <desrt@desrt.ca>
Fri, 16 Dec 2011 16:43:59 +0000 (11:43 -0500)
commite370631f46ca9b9d5b6ca1f7bbdf0ce708922ad3
treeacc1d3b3b6799eb063265477b10e8f2cea667e79
parent11015f165229ac3cb5f008a8824f8135ec45c89a
GApplication: emit signals on action changes

Now that we're a GActionMap the story about propagating signals from our
(now-constant) internal action group is vastly simplified.  If someone
calls g_application_set_action_group() then signals will stop working --
but this function is deprecated and they never worked before, so no big
loss there.

https://bugzilla.gnome.org/show_bug.cgi?id=643736
gio/gapplication.c