Searched refs:TYPE_CONTROL (Results 1 – 2 of 2) sorted by relevance
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.h | 1584 #define TYPE_CONTROL (control_get_type ()) macro 1585 #define CONTROL(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_CONTROL, Control)) 1586 #define IS_CONTROL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_CONTROL)) 1587 #define CONTROL_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_CONTROL, ControlIface))
|
H A D | openbmc_intf.c | 13550 G_IMPLEMENT_INTERFACE (TYPE_CONTROL, control_proxy_iface_init)) in G_DEFINE_TYPE_WITH_CODE() 13554 G_IMPLEMENT_INTERFACE (TYPE_CONTROL, control_proxy_iface_init)) in G_DEFINE_TYPE_WITH_CODE() 13650 g_value_init (¶mv[0], TYPE_CONTROL); in control_proxy_g_signal() 13667 signal_id = g_signal_lookup (info->signal_name, TYPE_CONTROL); in control_proxy_g_signal() 14003 g_value_init (¶mv[n], TYPE_CONTROL); in _control_skeleton_handle_method_call() 14030 signal_id = g_signal_lookup (info->signal_name, TYPE_CONTROL); in _control_skeleton_handle_method_call() 14231 G_IMPLEMENT_INTERFACE (TYPE_CONTROL, control_skeleton_iface_init)) in G_DEFINE_TYPE_WITH_CODE() 14235 G_IMPLEMENT_INTERFACE (TYPE_CONTROL, control_skeleton_iface_init)) in G_DEFINE_TYPE_WITH_CODE() 31953 …roperty (iface, g_param_spec_object ("control", "control", "control", TYPE_CONTROL, G_PARAM_READWR…
|