class type prefBranch =object
..end
method _get_PREF_BOOL : int
method _get_PREF_INT : int
method _get_PREF_STRING : int
method getPrefType : string -> int
method getBoolPref : string -> bool
method getCharPref : string -> string
method getIntPref : string -> int
method setBoolPref : string -> bool -> unit
method setCharPref : string -> string -> unit
method setIntPref : string -> int -> unit