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

Contents

Description

Information about an argument for a method or a signal.

Synopsis

Exported types

newZeroDBusArgInfo :: MonadIO m => m DBusArgInfo Source #

Construct a DBusArgInfo struct initialized to zero.

Methods

ref

dBusArgInfoRef Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DBusArgInfo

info: A DBusArgInfo

-> m DBusArgInfo

Returns: The same info.

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

Since: 2.26

unref

dBusArgInfoUnref Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DBusArgInfo

info: A DBusArgInfo.

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

name

refCount

signature