add GActionMap interface
authorRyan Lortie <desrt@desrt.ca>
Wed, 30 Nov 2011 16:36:08 +0000 (11:36 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 8 Dec 2011 23:05:14 +0000 (18:05 -0500)
commit76527e5cd5e864f1695b3afe0d6350e7546606bb
tree10972f5dd0d28b4aa3e2a3a24871284664751fc9
parent02b001f8f600b3a44883fe0337b20967c3420bde
add GActionMap interface

This is an interface to represent GSimpleActionGroup-like objects (ie:
those GActionGroups that operate by containing a number of named GAction
instances).
gio/Makefile.am
gio/gactionmap.c [new file with mode: 0644]
gio/gactionmap.h [new file with mode: 0644]
gio/gio.symbols
gio/giotypes.h
gio/gsimpleactiongroup.c
gio/gsimpleactiongroup.h