summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-08-06 15:37:47 +0100
committerOlivier Crête <olivier.crete@collabora.com>2014-08-21 14:33:11 -0400
commite87f334a3846641acc9817b424561239acc2538e (patch)
treeb0c7154b02fe07958c25395bc3d3e5b5d390af02 /docs
parent6b6983e1f15f09c4feccbe797cb956d0395a4917 (diff)
downloadlibnice-e87f334a3846641acc9817b424561239acc2538e.tar.gz
pseudotcp: Allow the ‘current’ time to be set
This is needed for the upcoming new test suite for pseudo-TCP. It shouldn’t be used in normal code — only in tests. Ideally, the pseudo-TCP code should originally never have called g_get_monotonic_time() itself, and should have always taken a time parameter from the caller; then it would be more testable. Unfortunately, API guarantees prevent this from being changed now.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libnice/libnice-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/libnice/libnice-sections.txt b/docs/reference/libnice/libnice-sections.txt
index eec82ed..907a58a 100644
--- a/docs/reference/libnice/libnice-sections.txt
+++ b/docs/reference/libnice/libnice-sections.txt
@@ -302,6 +302,7 @@ pseudo_tcp_socket_get_available_bytes
pseudo_tcp_socket_can_send
pseudo_tcp_socket_get_available_send_space
pseudo_tcp_socket_notify_message
+pseudo_tcp_socket_set_time
<SUBSECTION Standard>
pseudo_tcp_socket_get_type
PseudoTcpSocketClass