Top | ![]() |
![]() |
![]() |
![]() |
RygelV1HacksRygelV1Hacks — Various devices that need a downgrade to MediaServer:1 and ContentDirectory:1 because they ignore that higher versions are required to be backwards-compatible. |
#define RYGEL_TYPE_V1_HACKS (rygel_v1_hacks_get_type ())
The type for RygelV1Hacks.
struct RygelV1Hacks { GObject parent_instance; RygelV1HacksPrivate * priv; gchar* description_path; };
Various devices that need a downgrade to MediaServer:1 and ContentDirectory:1 because they ignore that higher versions are required to be backwards-compatible.
struct RygelV1HacksClass { GObjectClass parent_class; };
The class structure for RYGEL_TYPE_V1_HACKS
. All the fields in this structure are private and should never be accessed directly.