BaseConfiguration
Object Hierarchy:
Description:
Namespace: Rygel
Package: rygel-core-2.6
Content:
Creation methods:
- public BaseConfiguration ()
Methods:
- public virtual bool get_allow_deletion () throws Error
- public virtual bool get_allow_upload () throws Error
- public virtual bool get_bool (string section, string key) throws Error
- public virtual bool get_enabled (string section) throws Error
- public virtual string get_engine_path () throws Error
- public virtual int get_int (string section, string key, int min, int max) throws Error
- public virtual ArrayList<int> get_int_list (string section, string key) throws Error
- public virtual string get_interface () throws Error
- public virtual string[] get_interfaces () throws Error
- public virtual string get_log_levels () throws Error
- public virtual string get_media_engine () throws Error
- public virtual string? get_music_upload_folder () throws Error
- public virtual string? get_picture_upload_folder () throws Error
- public virtual string get_plugin_path () throws Error
- public virtual int get_port () throws Error
- public virtual string get_string (string section, string key) throws Error
- public virtual ArrayList<string> get_string_list (string section, string key) throws Error
- public virtual string get_title (string section) throws Error
- public virtual bool get_transcoding () throws Error
- public virtual string? get_video_upload_folder () throws Error
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Rygel.Configuration