Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
2654e1fe
Commit
2654e1fe
authored
Jan 13, 2010
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix signals documentation
parent
c1866efd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
agent/agent.c
agent/agent.c
+7
-2
No files found.
agent/agent.c
View file @
2654e1fe
...
...
@@ -415,6 +415,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
* NiceAgent::component-state-changed
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @component_id: The ID of the component
* @state: The #NiceComponentState of the component
...
...
@@ -437,6 +438,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
* NiceAgent::candidate-gathering-done:
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
*
* This signal is fired whenever a stream has finished gathering its
...
...
@@ -457,6 +459,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
* NiceAgent::new-selected-pair
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @component_id: The ID of the component
* @lfoundation: The local foundation of the selected candidate pair
...
...
@@ -481,6 +484,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
* NiceAgent::new-candidate
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @component_id: The ID of the component
* @foundation: The foundation of the new candidate
...
...
@@ -504,6 +508,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
* NiceAgent::new-remote-candidate
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @component_id: The ID of the component
* @foundation: The foundation of the new candidate
...
...
@@ -528,6 +533,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
* NiceAgent::initial-binding-request-received
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
*
* This signal is fired when we received our first binding request from
...
...
@@ -549,6 +555,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
* NiceAgent::reliable-transport-writable
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @component_id: The ID of the component
*
...
...
@@ -558,8 +565,6 @@ nice_agent_class_init (NiceAgentClass *klass)
* bytes than requested to send (or -1) and once when the connection
* is established.
*/
/*TODO: transform into a property to allow people to check if it's writable
* before doing a send... */
signals
[
SIGNAL_RELIABLE_TRANSPORT_WRITABLE
]
=
g_signal_new
(
"reliable-transport-writable"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment