summaryrefslogtreecommitdiff
path: root/agent/outputstream.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-09-30 14:57:10 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-10-01 17:49:32 +0100
commit008739a5a60e591629e38da9b8b7065dbc2c746f (patch)
tree39a8017fefa342a7d7f756d4755f780869bb3890 /agent/outputstream.c
parent529bc193d56522b10a4de83409396b3316863934 (diff)
downloadlibnice-008739a5a60e591629e38da9b8b7065dbc2c746f.tar.gz
agent: Correctly namespace Component and its methods
Remove all references to the old, unnamespaced versions. This should cause no functional changes. Reviewed-by: Olivier CrĂȘte <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D309
Diffstat (limited to 'agent/outputstream.c')
-rw-r--r--agent/outputstream.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/outputstream.c b/agent/outputstream.c
index 2ad004f..4c918a7 100644
--- a/agent/outputstream.c
+++ b/agent/outputstream.c
@@ -476,7 +476,7 @@ nice_output_stream_close (GOutputStream *stream, GCancellable *cancellable,
GError **error)
{
NiceOutputStreamPrivate *priv = NICE_OUTPUT_STREAM (stream)->priv;
- Component *component = NULL;
+ NiceComponent *component = NULL;
NiceStream *_stream = NULL;
NiceAgent *agent; /* owned */
@@ -505,7 +505,7 @@ static gboolean
nice_output_stream_is_writable (GPollableOutputStream *stream)
{
NiceOutputStreamPrivate *priv = NICE_OUTPUT_STREAM (stream)->priv;
- Component *component = NULL;
+ NiceComponent *component = NULL;
NiceStream *_stream = NULL;
gboolean retval = FALSE;
NiceAgent *agent; /* owned */
@@ -595,7 +595,7 @@ nice_output_stream_create_source (GPollableOutputStream *stream,
{
NiceOutputStreamPrivate *priv = NICE_OUTPUT_STREAM (stream)->priv;
GSource *component_source = NULL;
- Component *component = NULL;
+ NiceComponent *component = NULL;
NiceStream *_stream = NULL;
NiceAgent *agent; /* owned */