summaryrefslogtreecommitdiff
path: root/agent/discovery.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-05-08 16:40:10 -0400
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2019-05-09 01:14:37 +0000
commit6171f2507992792fcee739f751fe469322e5a621 (patch)
treeb9a66d88cfb43faf72695e1e36c73d2ab547c9ca /agent/discovery.h
parente78a492314e4577d33966434708e17eb9e2e52a2 (diff)
downloadlibnice-6171f2507992792fcee739f751fe469322e5a621.tar.gz
agent: Replace closed signal with GASyncResult type function
This makes the API more GIO style
Diffstat (limited to 'agent/discovery.h')
-rw-r--r--agent/discovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/discovery.h b/agent/discovery.h
index 3e41e52..976118b 100644
--- a/agent/discovery.h
+++ b/agent/discovery.h
@@ -86,7 +86,7 @@ typedef struct
void refresh_free (NiceAgent *agent, CandidateRefresh *refresh);
void refresh_prune_agent_async (NiceAgent *agent,
- NiceTimeoutLockedCallback function);
+ NiceTimeoutLockedCallback function, gpointer user_data);
void refresh_prune_stream_async (NiceAgent *agent, NiceStream *stream,
NiceTimeoutLockedCallback function);
void refresh_prune_candidate (NiceAgent *agent, NiceCandidate *candidate);