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

Contents

Description

Information about a method on an D-Bus interface.

Synopsis

Exported types

newZeroDBusMethodInfo :: MonadIO m => m DBusMethodInfo Source #

Construct a DBusMethodInfo struct initialized to zero.

Methods

ref

dBusMethodInfoRef Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DBusMethodInfo

info: A DBusMethodInfo

-> m DBusMethodInfo

Returns: The same info.

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

Since: 2.26

unref

dBusMethodInfoUnref Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DBusMethodInfo

info: A DBusMethodInfo.

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

inArgs

name

outArgs

refCount