![]() |
![]() |
![]() |
librygel-core Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define RYGEL_TYPE_ROOT_DEVICE RygelRootDevice * rygel_root_device_new (GUPnPContext *context
,RygelPlugin *plugin
,GUPnPXMLDoc *description_doc
,const gchar *description_path
,const gchar *description_dir
); GeeArrayList * rygel_root_device_get_services (RygelRootDevice *self
); struct RygelRootDevice; struct RygelRootDeviceClass;
GObject +----GUPnPDeviceInfo +----GUPnPDevice +----GUPnPRootDevice +----RygelRootDevice
#define RYGEL_TYPE_ROOT_DEVICE (rygel_root_device_get_type ())
The type for RygelRootDevice.
RygelRootDevice * rygel_root_device_new (GUPnPContext *context
,RygelPlugin *plugin
,GUPnPXMLDoc *description_doc
,const gchar *description_path
,const gchar *description_dir
);
GeeArrayList * rygel_root_device_get_services (RygelRootDevice *self
);
Get and return the current value of the "services" property.
|
the RygelRootDevice instance to query |
Returns : |
the value of the "services" property |
struct RygelRootDeviceClass { GUPnPRootDeviceClass parent_class; };
The class structure for RYGEL_TYPE_ROOT_DEVICE
. All the fields in this structure are private and should never be accessed directly.