Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Olivier Crête
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)
...
@@ -415,6 +415,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
/**
* NiceAgent::component-state-changed
* NiceAgent::component-state-changed
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @stream_id: The ID of the stream
* @component_id: The ID of the component
* @component_id: The ID of the component
* @state: The #NiceComponentState of the component
* @state: The #NiceComponentState of the component
...
@@ -437,6 +438,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -437,6 +438,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
/**
* NiceAgent::candidate-gathering-done:
* NiceAgent::candidate-gathering-done:
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @stream_id: The ID of the stream
*
*
* This signal is fired whenever a stream has finished gathering its
* This signal is fired whenever a stream has finished gathering its
...
@@ -457,6 +459,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -457,6 +459,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
/**
* NiceAgent::new-selected-pair
* NiceAgent::new-selected-pair
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @stream_id: The ID of the stream
* @component_id: The ID of the component
* @component_id: The ID of the component
* @lfoundation: The local foundation of the selected candidate pair
* @lfoundation: The local foundation of the selected candidate pair
...
@@ -481,6 +484,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -481,6 +484,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
/**
* NiceAgent::new-candidate
* NiceAgent::new-candidate
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @stream_id: The ID of the stream
* @component_id: The ID of the component
* @component_id: The ID of the component
* @foundation: The foundation of the new candidate
* @foundation: The foundation of the new candidate
...
@@ -504,6 +508,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -504,6 +508,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
/**
* NiceAgent::new-remote-candidate
* NiceAgent::new-remote-candidate
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @stream_id: The ID of the stream
* @component_id: The ID of the component
* @component_id: The ID of the component
* @foundation: The foundation of the new candidate
* @foundation: The foundation of the new candidate
...
@@ -528,6 +533,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -528,6 +533,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
/**
* NiceAgent::initial-binding-request-received
* NiceAgent::initial-binding-request-received
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @stream_id: The ID of the stream
*
*
* This signal is fired when we received our first binding request from
* This signal is fired when we received our first binding request from
...
@@ -549,6 +555,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -549,6 +555,7 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
/**
* NiceAgent::reliable-transport-writable
* NiceAgent::reliable-transport-writable
* @agent: The #NiceAgent object
* @stream_id: The ID of the stream
* @stream_id: The ID of the stream
* @component_id: The ID of the component
* @component_id: The ID of the component
*
*
...
@@ -558,8 +565,6 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -558,8 +565,6 @@ nice_agent_class_init (NiceAgentClass *klass)
* bytes than requested to send (or -1) and once when the connection
* bytes than requested to send (or -1) and once when the connection
* is established.
* 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
]
=
signals
[
SIGNAL_RELIABLE_TRANSPORT_WRITABLE
]
=
g_signal_new
(
g_signal_new
(
"reliable-transport-writable"
,
"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