DBusInterfaceSkeletonImpl
The DBusInterfaceSkeletonImpl type represents a native instance of the abstract DBusInterfaceSkeleton class.
Constructors
Properties
Functions
Given @connection to communicate with a proxy (eg, a #GSocketConnection that is connected to the proxy server), this does the necessary handshake to connect to @proxy_address, and if required, wraps the #GIOStream to handle proxy payload.
Asynchronous version of g_proxy_connect().
See g_proxy_connect().
Exports @interface_ at @object_path on @connection.
Gets the first connection that @interface_ is exported on, if any.
Gets a list of the connections that @interface_ is exported on.
Gets the #GDBusInterfaceSkeletonFlags that describes what the behavior of @interface_
Gets D-Bus introspection information for the D-Bus interface implemented by @interface_.
Gets the #GDBusObject that @interface_ belongs to, if any.
Gets the object path that @interface_ is exported on, if any.
Gets all D-Bus properties for @interface_.
Gets the interface vtable for the D-Bus interface implemented by
Checks if @interface_ is exported on @connection.
Emitted when a method is invoked by a remote caller and used to determine if the method call is authorized.
Sets flags describing what the behavior of @skeleton should be.
Sets the #GDBusObject for @interface_ to @object.
Some proxy protocols expect to be passed a hostname, which they will resolve to an IP address themselves. Others, like SOCKS4, do not allow this. This function will return false if @proxy is implementing such a protocol. When false is returned, the caller should resolve the destination hostname first, and then pass a #GProxyAddress containing the stringified IP address to g_proxy_connect() or g_proxy_connect_async().
Stops exporting @interface_ on @connection.