summaryrefslogtreecommitdiff
path: root/src/bytestream-iface.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-04Use GLib's simple (1-argument) signal marshallersSimon McVittie1-2/+2
2008-12-18add connection-error signal to bytestream-ifaceGuillaume Desmottes1-0/+8
2008-12-17rename gabble_bytestream_iface_block_read to gabble_bytestream_iface_block_re...Guillaume Desmottes1-3/+3
2008-12-15bytestream-iface: add write-blocked signalGuillaume Desmottes1-0/+8
2008-12-15bytestream-iface: define bytestream signalsGuillaume Desmottes1-0/+17
2008-12-15add gabble_bytestream_iface_block_read as an optionnal abstract methodGuillaume Desmottes1-0/+11
2008-10-14GabbleBytestream*: use G_PARAM_STATIC_STRINGSSimon McVittie1-30/+7
2008-07-21tidy up libc/glib includesDafydd Harries1-2/+0
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2008-07-14rename gabble-connection.h to connection.hDafydd Harries1-1/+1
2007-12-19bytestream-iface: add "protocol" propertiesGuillaume Desmottes1-0/+11
2007-12-19bytestream-iface: remove gabble_bytestream_iface_get_protocolGuillaume Desmottes1-9/+0
2007-12-19bytestream-iface: gabble_bytestream_iface_accept now take a function ptr inst...Guillaume Desmottes1-3/+5
2007-09-26Move support for declining SIs with a reason to the bytestream interface, by ...Simon McVittie1-3/+4
2007-09-03move stream-init-id property to bytestream-iface as it's private bytestream s...Guillaume Desmottes1-11/+0
2007-09-03move "peer-resource" property to bytestream-ibb as it's private bytestream sp...Guillaume Desmottes1-11/+0
2007-09-03move bytestream properties definition to bytestream-ifaceGuillaume Desmottes1-1/+109
2007-08-31fix copyrightGuillaume Desmottes1-1/+1
2007-08-31rename gabble_bytestream_iface_initiation to gabble_bytestream_iface_initiateGuillaume Desmottes1-2/+2
2007-08-31gabble_bytestream_iface_send now takes a const gchar *Guillaume Desmottes1-2/+2
2007-08-30drop gabble_bytestream_iface_make_accept_iq and use gabble_bytestream_iface_g...Guillaume Desmottes1-9/+0
2007-08-30add bytestream-iface.[ch]Guillaume Desmottes1-0/+104