summaryrefslogtreecommitdiff
path: root/gobex/gobex-packet.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 a compilation error for the compatibility with LLVMMiao-chen Chou2016-12-071-2/+2
| | | | | | | | | | The C Standard, subclause 7.16.1.4, paragraph 4 [ISO/IEC 9899:2011], states: The parameter parmN is the identifier of the rightmost parameter in the variable parameter list in the function definition (the one just before the ...). If the parameter parmN is declared with the register storage class, with a function or array type, or with a type that is not compatible with the type that results after application of the default argument promotions, the behavior is undefined.
* gobex: Fix includes for gobex.h headerMarcel Holtmann2015-03-011-2/+2
|
* 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: remove extra define of G_OBEX_RSP_SUCCESSLuiz Augusto von Dentz2012-12-041-1/+0
|
* gobex: Remove g_obex_packet_find_headerJohan Hedberg2012-12-041-1/+0
| | | | This was exactly the same as g_obex_packet_get_header.
* gobex: Add OBEX packet header addition convenience functionsJohan Hedberg2012-12-041-0/+6
|
* gobex: Add g_obex_packet_get_body convenience functionJohan Hedberg2012-12-041-0/+1
|
* gobex: Add va-args based packet creation supportJohan Hedberg2012-12-041-1/+5
|
* gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFuncJohan Hedberg2012-12-041-4/+1
|
* gobex: Make on-demand body headers a GObexPacket featureJohan Hedberg2012-12-041-0/+5
|
* gobex: Add g_obex_packet_find_header and g_obex_packet_prepend_headerJohan Hedberg2012-12-041-0/+2
|
* gobex: Add convenience response sending functionJohan Hedberg2012-12-041-1/+1
|
* gobex: Add common response codes to gobex-packet.hJohan Hedberg2012-12-041-8/+50
|
* gobex: Don't export final bit details in public APIJohan Hedberg2012-12-041-2/+0
|
* gobex: Add initial GError supportJohan Hedberg2012-12-041-1/+2
|
* gobex: Use GLib size typesJohan Hedberg2012-12-041-7/+5
|
* gobex: Split gobex.c into multiple modulesJohan Hedberg2012-12-041-0/+59