Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gpropertyaction.h File Reference
#include <gio/giotypes.h>

Go to the source code of this file.

Macros

#define G_TYPE_PROPERTY_ACTION   (g_property_action_get_type ())
 
#define G_PROPERTY_ACTION(inst)
 
#define G_IS_PROPERTY_ACTION(inst)
 

Functions

GIO_AVAILABLE_IN_2_38 GType g_property_action_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_2_38 GPropertyActiong_property_action_new (const gchar *name, gpointer object, const gchar *property_name)
 

Macro Definition Documentation

◆ G_IS_PROPERTY_ACTION

#define G_IS_PROPERTY_ACTION ( inst)
Value:
#define G_TYPE_PROPERTY_ACTION
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
Definition gtype.h:541

Definition at line 36 of file gpropertyaction.h.

36#define G_IS_PROPERTY_ACTION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
37 G_TYPE_PROPERTY_ACTION))

◆ G_PROPERTY_ACTION

#define G_PROPERTY_ACTION ( inst)
Value:
struct _GPropertyAction GPropertyAction
Definition giotypes.h:56
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition gtype.h:528

Definition at line 34 of file gpropertyaction.h.

34#define G_PROPERTY_ACTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
35 G_TYPE_PROPERTY_ACTION, GPropertyAction))

◆ G_TYPE_PROPERTY_ACTION

#define G_TYPE_PROPERTY_ACTION   (g_property_action_get_type ())

Definition at line 33 of file gpropertyaction.h.

Function Documentation

◆ g_property_action_get_type()

GIO_AVAILABLE_IN_2_38 GType g_property_action_get_type ( void )

◆ g_property_action_new()

GIO_AVAILABLE_IN_2_38 GPropertyAction * g_property_action_new ( const gchar * name,
gpointer object,
const gchar * property_name )