GNOME Bugzilla – Bug 700947
gupnp_device_info_get_dlna_device_class_identifier needed
Last modified: 2013-07-30 07:38:57 UTC
DLNA compatible devices provide the version number and the device class in the element <dlna:X_DLNADOC> of the Device Description Document. The value of this element is "DEVICE_CLASS-VERSION_NUMBER". Example : “DMS-1.50”, “DMPr-1.50”… An API retrieving this value should be useful.
Actually, the name of this function would be gupnp_device_info_list_dlna_device_class_identifier(…) as many values are possibly available.
Created attachment 245557 [details] [review] Patch proposal for this bug Feature added. Hope this fits.
Committed with some documentation added