summaryrefslogtreecommitdiff
path: root/libgupnp-av/gupnp-didl-lite-container.c
Commit message (Expand)AuthorAgeFilesLines
* all: Force declared GLib versionJens Georg2021-07-041-0/+1
* LGPL-2.0 -> LGPL-2.1Jens Georg2021-07-041-14/+2
* all: Port classes to new GObject type macrosJens Georg2021-07-031-1/+1
* Rename internal XML utility functionsJens Georg2018-02-141-27/+27
* Fix parsing of storageUsedJens Georg2018-02-131-12/+4
* Remove dependency on GUPnPJens Georg2016-10-101-3/+3
* Fix annotations for functions returning voidJens Georg2016-02-081-8/+0
* Lazy-create XML namespacesJens Georg2014-06-101-2/+4
* Fix compiling with -Wall -WextraJens Georg2013-05-301-1/+1
* Fix gupnp_didl_lite_container_get_total_deleted_child_countLudovic Ferrandis2013-05-301-1/+1
* Allow 'upnp:createClass' attributes retrievalChristophe Guiraud2012-09-241-2/+54
* Some small doc fixes.Krzesimir Nowak2012-09-211-8/+8
* Add totalDeletedChildCount to GUPnPDIDLLiteContainer.Krzesimir Nowak2012-09-211-1/+140
* Add containerUpdateID to GUPnPDIDLLiteContainer.Krzesimir Nowak2012-09-211-1/+144
* Update license headersgupnp-av-0-10Jens Georg2012-08-311-2/+2
* Fix get_{create|search}_classesJens Georg2012-08-191-4/+8
* Fix gtk-doc/gobject-introspectionJens Georg2012-04-201-3/+3
* Add missing breaksJens Georg2012-01-241-0/+1
* Add storageUsed propertyJens Georg2011-06-161-1/+112
* Set mandatory includeDerived XML attributeJens Georg2011-06-161-7/+38
* Micro fix to doc commentZeeshan Ali (Khattak)2011-06-141-0/+2
* Add setter/getter API for 'upnp:searchClass'Topi Santakivi2011-06-141-0/+100
* Update introspection annotationJens Georg2011-06-141-1/+2
* API for handling 'createClass' elementsZeeshan Ali (Khattak)2010-11-051-0/+69
* Remove gupnp_didl_lite_container_new_from_xml()Sven Neumann2010-05-251-23/+0
* Turn the child count into a signed value, so we can return -1 for unknownRoss Burton2010-03-181-18/+19
* Remove redundant construction methodsZeeshan Ali (Khattak)2009-12-301-11/+0
* Add and fix GIR annotationsZach Goldberg2009-12-301-6/+6
* GUPnPXMLDocWrapper has been renamed to GUPnPXMLDocZeeshan Ali (Khattak)2009-08-171-2/+2
* Remove now redundant initialization of DIDL objectsZeeshan Ali (Khattak)2009-08-171-18/+0
* Fix a typo that causes a crashZeeshan Ali (Khattak)2009-08-161-1/+1
* Constructor functions for DIDLLiteObject classesZeeshan Ali (Khattak)2009-08-151-0/+34
* DIDLLiteObject notifies of property changesZeeshan Ali (Khattak)2009-08-091-0/+4
* Fix a typoZeeshan Ali (Khattak)2009-08-091-1/+1
* Document the params of settersZeeshan Ali (Khattak)2009-08-081-0/+2
* Make DIDLLiteObject properties writableZeeshan Ali (Khattak)2009-08-081-2/+31
* Provide setters as wellZeeshan Ali (Khattak)2009-08-081-0/+54
* DIDLLiteObject creates own XML node/doc if not givenZeeshan Ali (Khattak)2009-08-081-0/+18
* GObject'ify DIDLLite object reader APIZeeshan Ali (Khattak)2009-08-041-0/+166