Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdbusproxy.h>
Data Fields | |
GObjectClass | parent_class |
void(* | g_properties_changed )(GDBusProxy *proxy, GVariant *changed_properties, const gchar *const *invalidated_properties) |
void(* | g_signal )(GDBusProxy *proxy, const gchar *sender_name, const gchar *signal_name, GVariant *parameters) |
gpointer | padding [32] |
GDBusProxyClass: @g_properties_changed: Signal class handler for the #GDBusProxy::g-properties-changed signal. @g_signal: Signal class handler for the #GDBusProxy::g-signal signal.
Class structure for GDBusProxy.
Since: 2.26
Definition at line 61 of file gdbusproxy.h.
void(* _GDBusProxyClass::g_properties_changed) (GDBusProxy *proxy, GVariant *changed_properties, const gchar *const *invalidated_properties) |
Definition at line 68 of file gdbusproxy.h.
void(* _GDBusProxyClass::g_signal) (GDBusProxy *proxy, const gchar *sender_name, const gchar *signal_name, GVariant *parameters) |
Definition at line 71 of file gdbusproxy.h.
gpointer _GDBusProxyClass::padding[32] |
Definition at line 78 of file gdbusproxy.h.
GObjectClass _GDBusProxyClass::parent_class |
Definition at line 64 of file gdbusproxy.h.