Rygel.Configuration – rygel-core-2.8 Reference Manual
Packages
rygel-core-2.8
Rygel
Configuration
get_allow_deletion
get_allow_upload
get_bool
get_enabled
get_engine_path
get_int
get_int_list
get_interface
get_interfaces
get_log_levels
get_media_engine
get_music_upload_folder
get_picture_upload_folder
get_plugin_path
get_port
get_string
get_string_list
get_string_list_with_default
get_title
get_transcoding
get_video_upload_folder
configuration_changed
section_changed
setting_changed
Configuration
Object Hierarchy:
Description:
public
interface
Configuration
:
Object
All known implementing classes:
BaseConfiguration
CmdlineConfig
EnvironmentConfig
MetaConfig
UserConfig
Namespace:
Rygel
Package:
rygel-core-2.8
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
ArrayList
<
string
>
get_string_list_with_default
(
string
section,
string
key,
ArrayList
<
string
> @default)
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
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref