Class
GUPnPAVProtocolInfo
unstable since: 1.0
Description [src]
class GUPnPAV.ProtocolInfo : GObject.Object
{
/* No available fields */
}
UPnP AV ProtocolInfo
GUPnPProtocolInfo provides a convenient API to deal with ProtocolInfo
strings used in UPnP AV specifications.
Available since: 1.0
Constructors
gupnp_protocol_info_new_from_string
Parses the protocol_info string and creates a new GUPnPProtocolInfo object
as a result.
unstable since: 1.0
Instance methods
gupnp_protocol_info_get_play_speeds
Get the allowed play speeds on this info in the form of array of strings.
unstable since: 1.0
gupnp_protocol_info_is_compatible
Checks if the given protocolInfo string is compatible with info.
unstable since: 1.0
gupnp_protocol_info_set_play_speeds
Set the allowed play speeds on this info in the form of array of strings.
The array must be NULL-terminated.
unstable since: 1.0
Properties
GUPnPAV.ProtocolInfo:play-speeds
The allowed play speeds on this info in the form of array of strings.
unstable since: 1.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
unstable since: 2.0
Class structure
struct GUPnPAVProtocolInfoClass {
GObjectClass parent_class;
void (* _gupnp_reserved1) (
void
);
void (* _gupnp_reserved2) (
void
);
void (* _gupnp_reserved3) (
void
);
void (* _gupnp_reserved4) (
void
);
}
Class members
parent_class: GObjectClass- No description available.
_gupnp_reserved1: void (* _gupnp_reserved1) ( void )- No description available.
_gupnp_reserved2: void (* _gupnp_reserved2) ( void )- No description available.
_gupnp_reserved3: void (* _gupnp_reserved3) ( void )- No description available.
_gupnp_reserved4: void (* _gupnp_reserved4) ( void )- No description available.