|
GIO_AVAILABLE_IN_ALL GType | g_dbus_proxy_get_type (void) G_GNUC_CONST |
|
GIO_AVAILABLE_IN_ALL void | g_dbus_proxy_new (GDBusConnection *connection, GDBusProxyFlags flags, GDBusInterfaceInfo *info, const gchar *name, const gchar *object_path, const gchar *interface_name, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
GIO_AVAILABLE_IN_ALL GDBusProxy * | g_dbus_proxy_new_finish (GAsyncResult *res, GError **error) |
|
GIO_AVAILABLE_IN_ALL GDBusProxy * | g_dbus_proxy_new_sync (GDBusConnection *connection, GDBusProxyFlags flags, GDBusInterfaceInfo *info, const gchar *name, const gchar *object_path, const gchar *interface_name, GCancellable *cancellable, GError **error) |
|
GIO_AVAILABLE_IN_ALL void | g_dbus_proxy_new_for_bus (GBusType bus_type, GDBusProxyFlags flags, GDBusInterfaceInfo *info, const gchar *name, const gchar *object_path, const gchar *interface_name, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
GIO_AVAILABLE_IN_ALL GDBusProxy * | g_dbus_proxy_new_for_bus_finish (GAsyncResult *res, GError **error) |
|
GIO_AVAILABLE_IN_ALL GDBusProxy * | g_dbus_proxy_new_for_bus_sync (GBusType bus_type, GDBusProxyFlags flags, GDBusInterfaceInfo *info, const gchar *name, const gchar *object_path, const gchar *interface_name, GCancellable *cancellable, GError **error) |
|
GIO_AVAILABLE_IN_ALL GDBusConnection * | g_dbus_proxy_get_connection (GDBusProxy *proxy) |
|
GIO_AVAILABLE_IN_ALL GDBusProxyFlags | g_dbus_proxy_get_flags (GDBusProxy *proxy) |
|
GIO_AVAILABLE_IN_ALL const gchar * | g_dbus_proxy_get_name (GDBusProxy *proxy) |
|
GIO_AVAILABLE_IN_ALL gchar * | g_dbus_proxy_get_name_owner (GDBusProxy *proxy) |
|
GIO_AVAILABLE_IN_ALL const gchar * | g_dbus_proxy_get_object_path (GDBusProxy *proxy) |
|
GIO_AVAILABLE_IN_ALL const gchar * | g_dbus_proxy_get_interface_name (GDBusProxy *proxy) |
|
GIO_AVAILABLE_IN_ALL gint | g_dbus_proxy_get_default_timeout (GDBusProxy *proxy) |
|
GIO_AVAILABLE_IN_ALL void | g_dbus_proxy_set_default_timeout (GDBusProxy *proxy, gint timeout_msec) |
|
GIO_AVAILABLE_IN_ALL GDBusInterfaceInfo * | g_dbus_proxy_get_interface_info (GDBusProxy *proxy) |
|
GIO_AVAILABLE_IN_ALL void | g_dbus_proxy_set_interface_info (GDBusProxy *proxy, GDBusInterfaceInfo *info) |
|
GIO_AVAILABLE_IN_ALL GVariant * | g_dbus_proxy_get_cached_property (GDBusProxy *proxy, const gchar *property_name) |
|
GIO_AVAILABLE_IN_ALL void | g_dbus_proxy_set_cached_property (GDBusProxy *proxy, const gchar *property_name, GVariant *value) |
|
GIO_AVAILABLE_IN_ALL gchar ** | g_dbus_proxy_get_cached_property_names (GDBusProxy *proxy) |
|
GIO_AVAILABLE_IN_ALL void | g_dbus_proxy_call (GDBusProxy *proxy, const gchar *method_name, GVariant *parameters, GDBusCallFlags flags, gint timeout_msec, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
GIO_AVAILABLE_IN_ALL GVariant * | g_dbus_proxy_call_finish (GDBusProxy *proxy, GAsyncResult *res, GError **error) |
|
GIO_AVAILABLE_IN_ALL GVariant * | g_dbus_proxy_call_sync (GDBusProxy *proxy, const gchar *method_name, GVariant *parameters, GDBusCallFlags flags, gint timeout_msec, GCancellable *cancellable, GError **error) |
|
GIO_AVAILABLE_IN_ALL void | g_dbus_proxy_call_with_unix_fd_list (GDBusProxy *proxy, const gchar *method_name, GVariant *parameters, GDBusCallFlags flags, gint timeout_msec, GUnixFDList *fd_list, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
GIO_AVAILABLE_IN_ALL GVariant * | g_dbus_proxy_call_with_unix_fd_list_finish (GDBusProxy *proxy, GUnixFDList **out_fd_list, GAsyncResult *res, GError **error) |
|
GIO_AVAILABLE_IN_ALL GVariant * | g_dbus_proxy_call_with_unix_fd_list_sync (GDBusProxy *proxy, const gchar *method_name, GVariant *parameters, GDBusCallFlags flags, gint timeout_msec, GUnixFDList *fd_list, GUnixFDList **out_fd_list, GCancellable *cancellable, GError **error) |
|