Top | ![]() |
![]() |
![]() |
![]() |
enum | RygelConfigurationEntry |
enum | RygelSectionEntry |
enum | RygelConfigurationError |
RygelConfiguration | |
struct | RygelConfigurationIface |
typedef struct _RygelConfiguration RygelConfiguration;
Interface for dealing with Rygel configuration.
struct RygelConfigurationIface { GTypeInterface parent_iface; gchar* (*get_interface) (RygelConfiguration* self, GError** error) ; gchar** (*get_interfaces) (RygelConfiguration* self, GError** error); gint (*get_port) (RygelConfiguration* self, GError** error); gboolean (*get_transcoding) (RygelConfiguration* self, GError** error); gboolean (*get_allow_upload) (RygelConfiguration* self, GError** error); gboolean (*get_allow_deletion) (RygelConfiguration* self, GError** error); gchar* (*get_log_levels) (RygelConfiguration* self, GError** error); gchar* (*get_plugin_path) (RygelConfiguration* self, GError** error); gchar* (*get_engine_path) (RygelConfiguration* self, GError** error); gchar* (*get_media_engine) (RygelConfiguration* self, GError** error); gchar* (*get_video_upload_folder) (RygelConfiguration* self, GError** error); gchar* (*get_music_upload_folder) (RygelConfiguration* self, GError** error); gchar* (*get_picture_upload_folder) (RygelConfiguration* self, GError** error); gboolean (*get_enabled) (RygelConfiguration* self, const gchar* section, GError** error); gchar* (*get_title) (RygelConfiguration* self, const gchar* section, GError** error); gchar* (*get_string) (RygelConfiguration* self, const gchar* section, const gchar* key, GError** error); GeeArrayList* (*get_string_list) (RygelConfiguration* self, const gchar* section, const gchar* key, GError** error); gint (*get_int) (RygelConfiguration* self, const gchar* section, const gchar* key, gint min, gint max, GError** error); GeeArrayList* (*get_int_list) (RygelConfiguration* self, const gchar* section, const gchar* key, GError** error); gboolean (*get_bool) (RygelConfiguration* self, const gchar* section, const gchar* key, GError** error); };
Interface for creating RygelConfiguration implementations.
GTypeInterface |
the parent interface structure |
|
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |
||
virtual method called by |