[telepathy-gabble/master] Don't export gabble_media_channel_close

Will Thompson will.thompson at collabora.co.uk
Thu Apr 9 10:41:31 PDT 2009


---
 src/media-channel.c |    3 ++-
 src/media-channel.h |    2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/media-channel.c b/src/media-channel.c
index 37aa02d..1bd2322 100644
--- a/src/media-channel.c
+++ b/src/media-channel.c
@@ -604,6 +604,7 @@ static gboolean gabble_media_channel_add_member (GObject *obj,
     GError **error);
 static gboolean gabble_media_channel_remove_member (GObject *obj,
     TpHandle handle, const gchar *message, guint reason, GError **error);
+static void gabble_media_channel_close (GabbleMediaChannel *self);
 
 static void
 gabble_media_channel_class_init (GabbleMediaChannelClass *gabble_media_channel_class)
@@ -855,7 +856,7 @@ gabble_media_channel_close_async (TpSvcChannel *iface,
   tp_svc_channel_return_from_close (context);
 }
 
-void
+static void
 gabble_media_channel_close (GabbleMediaChannel *self)
 {
   GabbleMediaChannelPrivate *priv;
diff --git a/src/media-channel.h b/src/media-channel.h
index 09a979a..f542e95 100644
--- a/src/media-channel.h
+++ b/src/media-channel.h
@@ -77,8 +77,6 @@ _gabble_media_channel_typeflags_to_caps (TpChannelMediaCapabilities flags);
 TpChannelMediaCapabilities
 _gabble_media_channel_caps_to_typeflags (GabblePresenceCapabilities caps);
 
-void gabble_media_channel_close (GabbleMediaChannel *);
-
 G_END_DECLS
 
 #endif /* #ifndef __GABBLE_MEDIA_CHANNEL_H__*/
-- 
1.5.6.5




More information about the telepathy-commits mailing list