![]() |
![]() |
![]() |
librygel-core Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
RygelConnectionManagerRygelConnectionManager — Basic implementation of UPnP ConnectionManager service version 2. |
#define RYGEL_TYPE_CONNECTION_MANAGER
#define RYGEL_CONNECTION_MANAGER_UPNP_ID
#define RYGEL_CONNECTION_MANAGER_UPNP_TYPE
#define RYGEL_CONNECTION_MANAGER_DESCRIPTION_PATH
RygelConnectionManager * rygel_connection_manager_new (void
);
struct RygelConnectionManager;
struct RygelConnectionManagerClass;
#define RYGEL_TYPE_CONNECTION_MANAGER (rygel_connection_manager_get_type ())
The type for RygelConnectionManager.
#define RYGEL_CONNECTION_MANAGER_UPNP_ID "urn:upnp-org:serviceId:ConnectionManager"
#define RYGEL_CONNECTION_MANAGER_UPNP_TYPE "urn:schemas-upnp-org:service:ConnectionManager:2"
#define RYGEL_CONNECTION_MANAGER_DESCRIPTION_PATH "xml/ConnectionManager.xml"
struct RygelConnectionManager;
Basic implementation of UPnP ConnectionManager service version 2.
struct RygelConnectionManagerClass { GUPnPServiceClass parent_class; };
The class structure for RYGEL_TYPE_CONNECTION_MANAGER
. All the fields in this structure are private and should never be accessed directly.