Rename methods on GActionGroup to include 'action'
authorRyan Lortie <desrt@desrt.ca>
Mon, 11 Oct 2010 14:45:51 +0000 (10:45 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 18 Oct 2010 23:16:46 +0000 (01:16 +0200)
commitd6ac6c1850a8cd73775d6e95a20bb13f1f7f9527
tree71c1b4d944acde25cb2868b91422ab0b59f6c696
parentb2f942c142a84aa88b44600250bd93418ed14db3
Rename methods on GActionGroup to include 'action'

Makes explicit the fact that you are interacting with the individual
action rather than the group and removes potential namespace conflicts
with classes implementing the interface (like g_application_activate()
vs g_application_activate_action()).
gio/gactiongroup.c
gio/gactiongroup.h
gio/gapplication.c
gio/gsimpleactiongroup.c
gio/tests/actions.c