summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
Commit message (Expand)AuthorAgeFilesLines
* gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery2012-05-041-1/+4
* gobex: Translate posix error code to proper OBEX response opcodeLuiz Augusto von Dentz2012-02-201-0/+1
* gobex: handle Single Response Mode (SRM) headersLuiz Augusto von Dentz2012-01-111-0/+1
* gobex: introduce g_obex_get_rsp_pktLuiz Augusto von Dentz2012-01-111-0/+4
* gobex: Add translating error codes to stringsBartosz Szatkowski2011-12-091-0/+2
* gobex: Add client transfer functions taking a pre-created GObexPacketJohan Hedberg2011-08-301-0/+8
* gobex: Add Action command convenience functionsJohan Hedberg2011-08-301-0/+8
* gobex: Allow g_obex_send_rsp to take custom headersJohan Hedberg2011-07-161-1/+2
* gobex: Merge gobex-transfer.h into gobex.hJohan Hedberg2011-07-161-0/+22
* gobex: Use guint instead of gint for request callback idJohan Hedberg2011-07-161-2/+2
* gobex: Add g_obex_send_rsp convenience functionJohan Hedberg2011-07-161-1/+3
* gobex: Make use of va-args headers in higher level functionsJohan Hedberg2011-07-161-3/+3
* gobex: Add g_obex_deleteJohan Hedberg2011-07-161-0/+3
* gobex: Add g_obex_mkdirJohan Hedberg2011-07-161-0/+3
* gobex: Add g_obex_setpathJohan Hedberg2011-07-161-0/+3
* gobex: Add support for suspend & resumeJohan Hedberg2011-07-161-0/+4
* gobex: Remove g_obex_set_request_functionJohan Hedberg2011-07-161-2/+0
* gobex: Add per-opcode request handlersJohan Hedberg2011-07-161-1/+4
* gobex: Track last received request internally and remove g_obex_responseJohan Hedberg2011-07-161-3/+0
* gobex: Rename GObexDisconnectFunc to simply GObexFuncJohan Hedberg2011-07-161-3/+2
* gobex: Use opcode instead of entire req in g_obex_responseJohan Hedberg2011-07-161-1/+2
* gobex: Add convenience response sending functionJohan Hedberg2011-07-161-0/+2
* gobex: Add convenience function for sending connect reqJohan Hedberg2011-07-161-0/+6
* gobex: Add (transport) MTU parameters to g_obex_newJohan Hedberg2011-07-161-1/+2
* gobex: Split ev_func into req_func and disconn_funcJohan Hedberg2011-07-161-2/+6
* gobex: Add request cancellation supportJohan Hedberg2011-07-161-1/+2
* gobex: Remove disconn callback in favor of generic event callbackJohan Hedberg2011-07-161-6/+2
* gobex: Add per-request timeoutsJohan Hedberg2011-07-161-2/+3
* gobex: Add proper error returns to packet sending functionsJohan Hedberg2011-07-161-2/+2
* gobex: Add disconnect callback supportJohan Hedberg2011-07-161-0/+4
* gobex: Split gobex.c into multiple modulesJohan Hedberg2011-07-161-74/+1
* gobex: Move request callback info from GObexPacket to GObex layerJohan Hedberg2011-07-161-3/+0
* gobex: Add functions for fetching data from packetsJohan Hedberg2011-07-161-0/+7
* gobex: Name header creation functions more intuitivelyJohan Hedberg2011-07-161-4/+4
* gobex: Add basic internal handling of connect requestJohan Hedberg2011-07-161-0/+1
* gobex: Refactor reading/writing to allow packet based transportJohan Hedberg2011-07-161-1/+6
* gobex: Add basic response handlingJohan Hedberg2011-07-161-0/+10
* gobex: Make G_OBEX_FINAL definition privateJohan Hedberg2011-07-161-1/+0
* gobex: Fix GObexPacket variable namingJohan Hedberg2011-07-161-2/+2
* gobex: Add basic request callback supportJohan Hedberg2011-07-161-1/+7
* gobex: Add function to get operation informationJohan Hedberg2011-07-161-0/+1
* gobex: Clean up handling of the final bitJohan Hedberg2011-07-161-1/+1
* gobex: Add g_obex_packet_set_data for non-header dataJohan Hedberg2011-07-161-1/+2
* gobex: Rename GObexRequest to GObexPacketJohan Hedberg2011-07-161-6/+6
* gobex: Add basic request decoding supportJohan Hedberg2011-07-161-0/+3
* gobex: Use enum instead of boolean for data policyJohan Hedberg2011-07-161-2/+8
* gobex: Rename header_parse to header_decode to match header_encodeJohan Hedberg2011-07-161-1/+1
* gobex: Use GLib types and functions for fixed size integersJohan Hedberg2011-07-161-5/+5
* gobex: Add header creation functionsJohan Hedberg2011-07-161-0/+6
* gobex: Add header encoding supportJohan Hedberg2011-07-161-0/+1