Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GDBusProxyClass Struct Reference

#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]
 

Detailed Description

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.

Field Documentation

◆ g_properties_changed

void(* _GDBusProxyClass::g_properties_changed) (GDBusProxy *proxy, GVariant *changed_properties, const gchar *const *invalidated_properties)

Definition at line 68 of file gdbusproxy.h.

◆ g_signal

void(* _GDBusProxyClass::g_signal) (GDBusProxy *proxy, const gchar *sender_name, const gchar *signal_name, GVariant *parameters)

Definition at line 71 of file gdbusproxy.h.

◆ padding

gpointer _GDBusProxyClass::padding[32]

Definition at line 78 of file gdbusproxy.h.

◆ parent_class

GObjectClass _GDBusProxyClass::parent_class

Definition at line 64 of file gdbusproxy.h.


The documentation for this struct was generated from the following file: