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

Contents

Description

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

Since: 2.30

Synopsis

Exported types

newtype DBusObjectProxy Source #

Memory-managed wrapper type.

Constructors

DBusObjectProxy (ManagedPtr DBusObjectProxy) 
Instances
Eq DBusObjectProxy Source # 
Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

GObject DBusObjectProxy Source # 
Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

Methods

gobjectType :: IO GType

IsGValue DBusObjectProxy Source #

Convert DBusObjectProxy to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

Methods

toGValue :: DBusObjectProxy -> IO GValue

fromGValue :: GValue -> IO DBusObjectProxy

HasParentTypes DBusObjectProxy Source # 
Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

type ParentTypes DBusObjectProxy Source # 
Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

type ParentTypes DBusObjectProxy = Object ': (DBusObject ': ([] :: [Type]))

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
(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.

noDBusObjectProxy :: Maybe DBusObjectProxy Source #

A convenience alias for Nothing :: Maybe DBusObjectProxy.

Methods

Overloaded methods

getConnection

dBusObjectProxyGetConnection Source #

Arguments

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

proxy: a tDBusObjectProxy

-> m DBusConnection

Returns: A tDBusConnection. 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 tDBusConnection

-> Text

objectPath: the object path

-> m DBusObjectProxy

Returns: a new tDBusObjectProxy

Creates a new tDBusObjectProxy 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