Lines Matching defs:_GDBusProxyPrivate
115 struct _GDBusProxyPrivate struct
117 GBusType bus_type;
118 GDBusProxyFlags flags;
119 GDBusConnection *connection;
121 gchar *name;
123 gchar *name_owner;
124 gchar *object_path;
125 gchar *interface_name;
127 gint timeout_msec;
129 guint name_owner_changed_subscription_id;
131 GCancellable *get_all_cancellable;
134 GHashTable *properties;
137 GDBusInterfaceInfo *expected_interface;
139 guint properties_changed_subscription_id;
140 guint signals_subscription_id;
142 gboolean initialized;
145 GDBusObject *object;