| Top |  |  |  |  | 
| RygelBasicManagementRygelBasicManagement — Basic implementation of UPnP BasicManagement service version 2. | 
| #define | RYGEL_TYPE_BASIC_MANAGEMENT | 
| #define | RYGEL_BASIC_MANAGEMENT_UPNP_ID | 
| #define | RYGEL_BASIC_MANAGEMENT_UPNP_TYPE | 
| #define | RYGEL_BASIC_MANAGEMENT_DESCRIPTION_PATH | 
| struct | RygelBasicManagement | 
| struct | RygelBasicManagementClass | 
guint
rygel_basic_management_get_max_history_size
                               (RygelBasicManagement *self);
Get and return the current value of the "max-history-size" property.
void rygel_basic_management_set_max_history_size (RygelBasicManagement *self,guint value);
Set the value of the "max-history-size" property to value
.
| self | the RygelBasicManagement instance to modify | |
| value | the new value of the "max-history-size" property | 
#define RYGEL_TYPE_BASIC_MANAGEMENT (rygel_basic_management_get_type ())
The type for RygelBasicManagement.
#define RYGEL_BASIC_MANAGEMENT_UPNP_ID "urn:upnp-org:serviceId:BasicManagement"
#define RYGEL_BASIC_MANAGEMENT_UPNP_TYPE "urn:schemas-upnp-org:service:BasicManagement:2"
#define RYGEL_BASIC_MANAGEMENT_DESCRIPTION_PATH "xml/BasicManagement2.xml"
struct RygelBasicManagement;
Basic implementation of UPnP BasicManagement service version 2.
struct RygelBasicManagementClass {
	GUPnPServiceClass parent_class;
};
The class structure for RYGEL_TYPE_BASIC_MANAGEMENT. All the fields in this structure are private and should never be accessed directly.