Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdbusaddress.h File Reference
#include <gio/giotypes.h>

Go to the source code of this file.

Functions

G_BEGIN_DECLS GIO_AVAILABLE_IN_2_36 gcharg_dbus_address_escape_value (const gchar *string)
 
GIO_AVAILABLE_IN_ALL gboolean g_dbus_is_address (const gchar *string)
 
GIO_AVAILABLE_IN_ALL gboolean g_dbus_is_supported_address (const gchar *string, GError **error)
 
GIO_AVAILABLE_IN_ALL void g_dbus_address_get_stream (const gchar *address, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
GIO_AVAILABLE_IN_ALL GIOStreamg_dbus_address_get_stream_finish (GAsyncResult *res, gchar **out_guid, GError **error)
 
GIO_AVAILABLE_IN_ALL GIOStreamg_dbus_address_get_stream_sync (const gchar *address, gchar **out_guid, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_ALL gcharg_dbus_address_get_for_bus_sync (GBusType bus_type, GCancellable *cancellable, GError **error)
 

Function Documentation

◆ g_dbus_address_escape_value()

G_BEGIN_DECLS GIO_AVAILABLE_IN_2_36 gchar * g_dbus_address_escape_value ( const gchar * string)

◆ g_dbus_address_get_for_bus_sync()

GIO_AVAILABLE_IN_ALL gchar * g_dbus_address_get_for_bus_sync ( GBusType bus_type,
GCancellable * cancellable,
GError ** error )

◆ g_dbus_address_get_stream()

GIO_AVAILABLE_IN_ALL void g_dbus_address_get_stream ( const gchar * address,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ g_dbus_address_get_stream_finish()

GIO_AVAILABLE_IN_ALL GIOStream * g_dbus_address_get_stream_finish ( GAsyncResult * res,
gchar ** out_guid,
GError ** error )

◆ g_dbus_address_get_stream_sync()

GIO_AVAILABLE_IN_ALL GIOStream * g_dbus_address_get_stream_sync ( const gchar * address,
gchar ** out_guid,
GCancellable * cancellable,
GError ** error )

◆ g_dbus_is_address()

GIO_AVAILABLE_IN_ALL gboolean g_dbus_is_address ( const gchar * string)

◆ g_dbus_is_supported_address()

GIO_AVAILABLE_IN_ALL gboolean g_dbus_is_supported_address ( const gchar * string,
GError ** error )