gi-gio-2.0.14: Gio bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Objects.DBusObjectProxy

Contents

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.

Synopsis

Exported types

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

gObjectPath