| Top |
RygelSerializerRygelSerializer — Proxy class hiding the different serializers (DIDL, DIDL_S, M3U) behind a single implementation. |
| #define | RYGEL_TYPE_SERIALIZER |
| struct | RygelSerializer |
| struct | RygelSerializerClass |
| enum | RygelSerializerType |
#define RYGEL_TYPE_SERIALIZER (rygel_serializer_get_type ())
The type for RygelSerializer.
struct RygelSerializer {
GObject parent_instance;
RygelSerializerPrivate * priv;
};
Proxy class hiding the different serializers (DIDL, DIDL_S, M3U) behind a single implementation.
struct RygelSerializerClass {
GObjectClass parent_class;
};
The class structure for RYGEL_TYPE_SERIALIZER. All the fields in this structure are private and should never be accessed directly.