summaryrefslogtreecommitdiffstats
path: root/lasso/xml/id-wsf-2.0/disco_query.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
| | | | | | | Instad of referring to an old FSF address, point the reader to the FSF website where the latest licenses and addresses are published. Signed-off-by: Simo Sorce <simo@redhat.com>
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-161-1/+1
|
* [ID-WSFv1&ID-WSFv2] separate better strings for ID-WSF from other stringsBenjamin Dauvergne2010-09-091-0/+1
| | | | | | Code in core source file which depend upon ID-WSF symbols have been conditionalized, and each id-wsf source file now include directly its need string header.
* ID-WSF 2.0: add strings for Discovery service ActionsBenjamin Dauvergne2010-02-171-1/+1
|
* XML: remove all useless instance_init functionsBenjamin Dauvergne2009-08-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use Coccinelle semantic patch tool (http://coccinelle.lip6.fr/) to remove useless instance_init functions, the first patch applied was: @@ type T,V; identifier I, J; parameter list P; expression E1; @@ V instance_init(T node) { <... ( - E1 = 0; | - E1 = NULL; | - E1 = FALSE; ) ...> } It removes useless initialization to 0 (GObject already zeroes allocated objects). The second one is: @ rule1 @ type T; identifier node,fn; @@ - static void fn(T *node) { } @ rule2 extends rule1 @ typedef GType, GInstanceInitFunc; identifier type_constructor; @@ GType type_constructor() { <... - (GInstanceInitFunc)fn + NULL ...> } It removes empty instance_init functions.
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
| | | | | * lots of files: explicitely load the internal header xml/private.h where needed.
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-3/+4
| | | | | | * lots of files: Explicitely set all field of initialized structures, in order to remove -Wno-missing-field-initilizers from needed compiler options when using -Wall -Wextra.
* * Remove ending blanksBenjamin Dauvergne2008-09-121-5/+5
|
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-151-2/+8
| | | | fragments to published doc
* adds all classes from ID-WSF 2 required schemas; with appropriate changes toFrederic Peters2007-07-101-2/+2
| | | | other files.
* implemented discovery queryDamien Laniel2007-04-241-43/+35
|
* disco.processMetadataRegisterResponseMsg(soap_answer) and disco.svcMDID + ↵Damien Laniel2007-04-131-13/+13
| | | | renamed Idwsf2 to IdWsf2 to make it work with new classes
* ID-WSF 2.0 Discovery Query : not yet working classesDamien Laniel2007-04-031-0/+126