Skip to content

Latest commit

 

History

History
81 lines (40 loc) · 2.17 KB

dbus_service.md

File metadata and controls

81 lines (40 loc) · 2.17 KB

Module dbus_service

Exported D-BUS service gen_server.

Copyright (c) 2006-2007 Mikael Magnusson, 2014-2016 Jean Parpaillon

Behaviours: gen_server.

Authors: Mikael Magnusson (mikma@users.sourceforge.net), Jean Parpaillon (jean.parpaillon@free.fr).

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
register_object/3
start_link/1
terminate/2
unregister_object/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

register_object/3

register_object(Service, Path, Object) -> any()

start_link/1

start_link(ServiceName) -> any()

terminate/2

terminate(Reason, State) -> any()

unregister_object/2

unregister_object(Service, Object) -> any()