Top |
#define | RYGEL_TYPE_LOG_HANDLER |
struct | RygelLogHandler |
struct | RygelLogHandlerClass |
enum | RygelLogLevel |
#define RYGEL_TYPE_LOG_HANDLER (rygel_log_handler_get_type ())
The type for RygelLogHandler.
struct RygelLogHandler { GObject parent_instance; RygelLogHandlerPrivate * priv; };
struct RygelLogHandlerClass { GObjectClass parent_class; };
The class structure for RYGEL_TYPE_LOG_HANDLER
. All the fields in this structure are private and should never be accessed directly.