mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
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
This commit is contained in:
@@ -210,6 +210,7 @@
|
||||
<xi:include href="xml/gsimpleactiongroup.xml"/>
|
||||
<xi:include href="xml/gaction.xml"/>
|
||||
<xi:include href="xml/gsimpleaction.xml"/>
|
||||
<xi:include href="xml/gpropertyaction.xml"/>
|
||||
<xi:include href="xml/gremoteactiongroup.xml"/>
|
||||
<xi:include href="xml/gactiongroupexporter.xml"/>
|
||||
<xi:include href="xml/gdbusactiongroup.xml"/>
|
||||
|
@@ -3147,6 +3147,21 @@ G_IS_SIMPLE_ACTION
|
||||
G_SIMPLE_ACTION
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gpropertyaction</FILE>
|
||||
<TITLE>GPropertyAction</TITLE>
|
||||
GPropertyAction
|
||||
|
||||
<SUBSECTION>
|
||||
g_property_action_new
|
||||
|
||||
<SUBSECTION Standard>
|
||||
g_property_action_get_type
|
||||
G_TYPE_PROPERTY_ACTION
|
||||
G_IS_PROPERTY_ACTION
|
||||
G_PROPERTY_ACTION
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsimpleactiongroup</FILE>
|
||||
<TITLE>GSimpleActionGroup</TITLE>
|
||||
|
Reference in New Issue
Block a user