GAction is now an interface
authorRyan Lortie <desrt@desrt.ca>
Mon, 30 Aug 2010 16:58:49 +0000 (18:58 +0200)
committerRyan Lortie <desrt@desrt.ca>
Mon, 30 Aug 2010 17:26:37 +0000 (19:26 +0200)
commit846b0b34660279871bbafb476adf5b5c597eb08d
treeaeb6003351a777b507eb8c908260a8859f6e265c
parent6cd62920bbb8ed42c7381bb56deca820515500f9
GAction is now an interface

the new class GSimpleAction is the implementation half
12 files changed:
docs/reference/gio/gio-docs.xml
docs/reference/gio/gio-sections.txt
docs/reference/gio/gio.types
gio/Makefile.am
gio/gaction.c
gio/gaction.h
gio/gactiongroup.c
gio/gio.h
gio/giotypes.h
gio/gsimpleaction.c [new file with mode: 0644]
gio/gsimpleaction.h [new file with mode: 0644]
gio/tests/actions.c