[Telepathy-commits] [telepathy-gabble/master] rename gabble_bytestream_multiple_nb_stream_method to gabble_bytestream_multiple_count_stream_method
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Jan 6 08:41:36 PST 2009
---
src/bytestream-factory.c | 2 +-
src/bytestream-multiple.c | 2 +-
src/bytestream-multiple.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index 6075bd4..1c40f70 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -684,7 +684,7 @@ bytestream_factory_iq_si_cb (LmMessageHandler *handler,
if (multiple)
{
/* Is there at least one stream method? */
- if (gabble_bytestream_multiple_nb_stream_method (
+ if (gabble_bytestream_multiple_count_stream_method (
GABBLE_BYTESTREAM_MULTIPLE (bytestream)) == 0)
{
GError e = { GABBLE_XMPP_ERROR, XMPP_ERROR_SI_NO_VALID_STREAMS, "" };
diff --git a/src/bytestream-multiple.c b/src/bytestream-multiple.c
index 127db8b..d1aee1d 100644
--- a/src/bytestream-multiple.c
+++ b/src/bytestream-multiple.c
@@ -613,7 +613,7 @@ gabble_bytestream_multiple_add_stream_method (GabbleBytestreamMultiple *self,
}
guint
-gabble_bytestream_multiple_nb_stream_method (GabbleBytestreamMultiple *self)
+gabble_bytestream_multiple_count_stream_method (GabbleBytestreamMultiple *self)
{
GabbleBytestreamMultiplePrivate *priv =
GABBLE_BYTESTREAM_MULTIPLE_GET_PRIVATE (self);
diff --git a/src/bytestream-multiple.h b/src/bytestream-multiple.h
index da5b666..660333e 100644
--- a/src/bytestream-multiple.h
+++ b/src/bytestream-multiple.h
@@ -68,7 +68,7 @@ GType gabble_bytestream_multiple_get_type (void);
void gabble_bytestream_multiple_add_stream_method (
GabbleBytestreamMultiple *self, const gchar *method);
-guint gabble_bytestream_multiple_nb_stream_method (
+guint gabble_bytestream_multiple_count_stream_method (
GabbleBytestreamMultiple *self);
G_END_DECLS
--
1.5.6.5
More information about the Telepathy-commits
mailing list