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.Structs.DBusPropertyInfo

Contents

Description

Information about a D-Bus property on a D-Bus interface.

Synopsis

Exported types

newZeroDBusPropertyInfo :: MonadIO m => m DBusPropertyInfo Source #

Construct a DBusPropertyInfo struct initialized to zero.

Methods

ref

dBusPropertyInfoRef Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DBusPropertyInfo

info: A DBusPropertyInfo

-> m DBusPropertyInfo

Returns: The same info.

If info is statically allocated does nothing. Otherwise increases the reference count.

Since: 2.26

unref

dBusPropertyInfoUnref Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DBusPropertyInfo

info: A DBusPropertyInfo.

-> m () 

If info is statically allocated, does nothing. Otherwise decreases the reference count of info. When its reference count drops to 0, the memory used is freed.

Since: 2.26

Properties

annotations

flags

name

refCount

signature