22#ifndef __G_PROPERTY_ACTION_H__
23#define __G_PROPERTY_ACTION_H__
25#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
26#error "Only <gio/gio.h> can be included directly."
33#define G_TYPE_PROPERTY_ACTION (g_property_action_get_type ())
34#define G_PROPERTY_ACTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
35 G_TYPE_PROPERTY_ACTION, GPropertyAction))
36#define G_IS_PROPERTY_ACTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
37 G_TYPE_PROPERTY_ACTION))
45 const gchar *property_name);
#define GIO_AVAILABLE_IN_2_38
struct _GPropertyAction GPropertyAction
GIO_AVAILABLE_IN_2_38 GPropertyAction * g_property_action_new(const gchar *name, gpointer object, const gchar *property_name)
GIO_AVAILABLE_IN_2_38 GType g_property_action_get_type(void) G_GNUC_CONST
G_BEGIN_DECLS typedef char gchar