Module sync_scanner

Behaviours: gen_server.

Function Index

code_change/3
enable_patching/0
get_growl/0
get_log/0
handle_call/3
handle_cast/2
handle_info/2
info/0
init/1
pause/0
rescan/0
set_growl/1
set_log/1
start_link/0
terminate/2
unpause/0

Function Details

code_change/3

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

enable_patching/0

enable_patching() -> any()

get_growl/0

get_growl() -> any()

get_log/0

get_log() -> any()

handle_call/3

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

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

info/0

info() -> any()

init/1

init(X1) -> any()

pause/0

pause() -> any()

rescan/0

rescan() -> any()

set_growl/1

set_growl(T) -> any()

set_log/1

set_log(T) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, State) -> any()

unpause/0

unpause() -> any()


Generated by EDoc