summaryrefslogtreecommitdiff
path: root/gobex/gobex-defs.h
Commit message (Collapse)AuthorAgeFilesLines
* gobex: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 12 License: GPL-2.0-or-later gobex/gobex-defs.h gobex/gobex-transfer.c gobex/gobex.c gobex/gobex-apparam.h gobex/gobex-header.h gobex/gobex-header.c gobex/gobex.h gobex/gobex-packet.h gobex/gobex-defs.c gobex/gobex-debug.h gobex/gobex-apparam.c gobex/gobex-packet.c
* gobex: Fix GPL version referenceJohan Hedberg2013-02-151-2/+3
| | | | | These files (like everything else in the tree) should be GPL 2 or later instead of GPL 2 only.
* gobex: Premit raw OBEX error codes within G_OBEX_ERROR GError domainJohan Hedberg2012-12-041-1/+4
|
* gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFuncJohan Hedberg2012-12-041-0/+4
|
* gobex: Add request cancellation supportJohan Hedberg2012-12-041-0/+1
|
* gobex: Remove disconn callback in favor of generic event callbackJohan Hedberg2012-12-041-0/+1
|
* gobex: Add per-request timeoutsJohan Hedberg2012-12-041-0/+1
|
* gobex: Add proper error returns to packet sending functionsJohan Hedberg2012-12-041-0/+1
|
* gobex: Add initial GError supportJohan Hedberg2012-12-041-0/+10
|
* gobex: Split gobex.c into multiple modulesJohan Hedberg2012-12-041-0/+31