GActionGroup is now an interface
authorRyan Lortie <desrt@desrt.ca>
Mon, 30 Aug 2010 15:31:06 +0000 (17:31 +0200)
committerRyan Lortie <desrt@desrt.ca>
Mon, 30 Aug 2010 17:26:37 +0000 (19:26 +0200)
commit6cd62920bbb8ed42c7381bb56deca820515500f9
treed23fcc6b0d997a1df4b4cb8e4385e55b5c57e21e
parent75891001bc5ed5a99c9a9af17407b0a797f79df4
GActionGroup is now an interface

 - make GAction.get_state() return a reference
 - fix some leaks/warnings in the tests
 - fix signal propagation in GSimpleActionGroup
gio/gaction.c
gio/gactiongroup.c
gio/gactiongroup.h
gio/gsimpleactiongroup.c
gio/gsimpleactiongroup.h
gio/tests/actions.c