Configuration
Object Hierarchy:
Description:
All known implementing classes:
Namespace: Rygel
Package: rygel-core-2.6
Content:
Methods:
- public abstract bool get_allow_deletion () throws Error
- public abstract bool get_allow_upload () throws Error
- public abstract bool get_bool (string section, string key) throws Error
- public abstract bool get_enabled (string section) throws Error
- public abstract string get_engine_path () throws Error
- public abstract int get_int (string section, string key, int min, int max) throws Error
- public abstract ArrayList<int> get_int_list (string section, string key) throws Error
- public abstract string get_interface () throws Error
- public abstract string[] get_interfaces () throws Error
- public abstract string get_log_levels () throws Error
- public abstract string get_media_engine () throws Error
- public abstract string? get_music_upload_folder () throws Error
- public abstract string? get_picture_upload_folder () throws Error
- public abstract string get_plugin_path () throws Error
- public abstract int get_port () throws Error
- public abstract string get_string (string section, string key) throws Error
- public abstract ArrayList<string> get_string_list (string section, string key) throws Error
- public abstract string get_title (string section) throws Error
- public abstract bool get_transcoding () throws Error
- public abstract string? get_video_upload_folder () throws Error
Signals:
- public signal void configuration_changed (ConfigurationEntry entry)
- public signal void section_changed (string section, SectionEntry entry)
- public signal void setting_changed (string section, string key)
Inherited Members:
All known members inherited from class GLib.Object