Skip to content

Latest commit

 

History

History
75 lines (37 loc) · 1.86 KB

dbus_service_reg.md

File metadata and controls

75 lines (37 loc) · 1.86 KB

Module dbus_service_reg

Register of exported D-BUS services gen_server.

Copyright (c) 2006-2007 Mikael Magnusson

Behaviours: gen_server.

Authors: Mikael Magnusson (mikma@users.sourceforge.net).

Function Index

code_change/3
export_service/1
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/0
terminate/2

Function Details

code_change/3

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

export_service/1

export_service(ServiceName) -> 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()

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, State) -> any()