Module Cam_rc (.ml)


module Cam_rc: sig .. end
Handling configuration files

val rc_dir : string
The directory where personal config files are stored.

The core configuration


val core_ini : Config_file.group
val save_core : unit -> unit
val load_core : unit -> unit

the GUI configuration file


val gui_ini : Config_file.group
val save_gui : unit -> unit
val load_gui : unit -> unit

Keeping windows positions and sizes


val handle_window : GWindow.window -> string -> unit
handle_window win name

Utils


val add_binding : < get : ((Gdk.Tags.modifier list * int) * 'a) list;
set : ((Gdk.Tags.modifier list * int) * 'a) list -> 'b; .. > ->
string -> 'a -> 'b