| Top |  |  |  |  | 
| 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 | 
| struct | RygelConnectionManager | 
| struct | RygelConnectionManagerClass | 
gchar *
rygel_connection_manager_get_current_protocol_info
                               (RygelConnectionManager *self);
#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;
	gchar* (*get_current_protocol_info) (RygelConnectionManager* self);
};
The class structure for RYGEL_TYPE_CONNECTION_MANAGER. All the fields in this structure are private and should never be accessed directly.