dbus-th-introspection-0.1.0.2: Generate bindings for DBus calls by using DBus introspection and dbus-th

Safe HaskellNone
LanguageHaskell2010

DBus.TH.Introspection.Output

Synopsis

Documentation

pprintFunc :: Function -> String Source #

Gernerate DBus function declaration

pprintInterface Source #

Arguments

:: String

Service name

-> Maybe String

Just name for static object name; Nothing for dynamic object name

-> String

Interface name

-> [String]

Rendered function declarations

-> String 

Generate DBus interface declaration

header :: String -> String Source #

Module header