add GPropertyAction
authorRyan Lortie <desrt@desrt.ca>
Fri, 28 Jun 2013 15:41:43 +0000 (11:41 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 11 Jul 2013 16:35:45 +0000 (12:35 -0400)
commitf77e1216500986ae60b42a77e25717e1710c6013
treef2737ebf9d52bd321b5fd409e4c1089e61b9dd40
parent662e3c4891a63498d9720d7c9a3d782f30374d3a
add GPropertyAction

Add a new type of GAction that represents the value of a property on an
object.  As an example, this might be used on the "visible-child-name"
property of a GtkStack.

https://bugzilla.gnome.org/show_bug.cgi?id=703270
docs/reference/gio/gio-docs.xml
docs/reference/gio/gio-sections.txt
gio/Makefile.am
gio/gio.h
gio/giotypes.h
gio/gpropertyaction.c [new file with mode: 0644]
gio/gpropertyaction.h [new file with mode: 0644]
gio/tests/actions.c