gi-gio-2.0.25: Gio bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Objects.DBusObjectProxy

Description

A DBusObjectProxy is an object used to represent a remote object with one or more D-Bus interfaces. Normally, you don't instantiate a DBusObjectProxy yourself - typically DBusObjectManagerClient is used to obtain it.

Since: 2.30

Synopsis

Exported types

class (GObject o, IsDescendantOf DBusObjectProxy o) => IsDBusObjectProxy o Source #

Type class for types which can be safely cast to DBusObjectProxy, for instance with toDBusObjectProxy.

Instances

Instances details
(GObject o, IsDescendantOf DBusObjectProxy o) => IsDBusObjectProxy o Source # 
Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

toDBusObjectProxy :: (MonadIO m, IsDBusObjectProxy o) => o -> m DBusObjectProxy Source #

Cast to DBusObjectProxy, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getConnection

dBusObjectProxyGetConnection Source #

Arguments

:: (HasCallStack, MonadIO m, IsDBusObjectProxy a) 
=> a

proxy: a DBusObjectProxy

-> m DBusConnection

Returns: A DBusConnection. Do not free, the object is owned by proxy.

Gets the connection that proxy is for.

Since: 2.30

new

dBusObjectProxyNew Source #

Arguments

:: (HasCallStack, MonadIO m, IsDBusConnection a) 
=> a

connection: a DBusConnection

-> Text

objectPath: the object path

-> m DBusObjectProxy

Returns: a new DBusObjectProxy

Creates a new DBusObjectProxy for the given connection and object path.

Since: 2.30

Properties

gConnection

The connection of the proxy.

Since: 2.30

constructDBusObjectProxyGConnection :: (IsDBusObjectProxy o, IsDBusConnection a) => a -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “g-connection” property. This is rarely needed directly, but it is used by new.

getDBusObjectProxyGConnection :: (MonadIO m, IsDBusObjectProxy o) => o -> m (Maybe DBusConnection) Source #

Get the value of the “g-connection” property. When overloading is enabled, this is equivalent to

get dBusObjectProxy #gConnection

gObjectPath

The object path of the proxy.

Since: 2.30

constructDBusObjectProxyGObjectPath :: IsDBusObjectProxy o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “g-object-path” property. This is rarely needed directly, but it is used by new.

getDBusObjectProxyGObjectPath :: (MonadIO m, IsDBusObjectProxy o) => o -> m (Maybe Text) Source #

Get the value of the “g-object-path” property. When overloading is enabled, this is equivalent to

get dBusObjectProxy #gObjectPath