diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-01-03 11:18:51 +0000 |
---|---|---|
committer | Olivier Crête <olivier.crete@collabora.com> | 2014-01-31 01:48:58 -0500 |
commit | 5d63de5a952dbb56d1141175a55dd40dea4396be (patch) | |
tree | ce092912598536ece33ba8c2a3d5879f985a408c /nice/libnice.sym | |
parent | 243c47ecc9d694ecfe230880081634936770a959 (diff) | |
download | libnice-5d63de5a952dbb56d1141175a55dd40dea4396be.tar.gz |
agent: Add a nice_agent_send_full() API exposing error information
This adds GError and GCancellable parameters to the existing
nice_agent_send() API, and is identical in all other respects (notably,
it is non-blocking).
The GCancellable is currently unused, but could be used in future if the
API grows to support blocking writes.
The GError is used to return more interesting error codes than just
‘-1’.
Diffstat (limited to 'nice/libnice.sym')
-rw-r--r-- | nice/libnice.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nice/libnice.sym b/nice/libnice.sym index 0f7208d..014142c 100644 --- a/nice/libnice.sym +++ b/nice/libnice.sym @@ -38,6 +38,7 @@ nice_agent_parse_remote_stream_sdp nice_agent_remove_stream nice_agent_restart nice_agent_send +nice_agent_send_full nice_agent_set_port_range nice_agent_set_relay_info nice_agent_set_remote_candidates |