telepathy-gabble: _gabble_media_factory_caps_to_typeflags: make static
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Mon Oct 7 14:45:48 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: cf214a6ee6c2cdb8b6a62ed768093ee11a9c9b6b
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=cf214a6ee6c2cdb8b6a62ed768093ee11a9c9b6b
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Mon Oct 7 13:55:39 2013 -0400
_gabble_media_factory_caps_to_typeflags: make static
---
src/media-factory.c | 2 +-
src/media-factory.h | 3 ---
2 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/media-factory.c b/src/media-factory.c
index fe22cd0..e29ce57 100644
--- a/src/media-factory.c
+++ b/src/media-factory.c
@@ -706,7 +706,7 @@ gabble_media_factory_add_caps (GabbleCapabilitySet *caps,
/* The switch in gabble_media_factory_get_contact_caps needs to be kept in
* sync with the possible returns from this function. */
-TpChannelMediaCapabilities
+static TpChannelMediaCapabilities
_gabble_media_factory_caps_to_typeflags (const GabbleCapabilitySet *caps)
{
TpChannelMediaCapabilities typeflags = 0;
diff --git a/src/media-factory.h b/src/media-factory.h
index ab3d998..fa4bc93 100644
--- a/src/media-factory.h
+++ b/src/media-factory.h
@@ -61,9 +61,6 @@ GType gabble_media_factory_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), GABBLE_TYPE_MEDIA_FACTORY,\
GabbleMediaFactoryClass))
-TpChannelMediaCapabilities
-_gabble_media_factory_caps_to_typeflags (const GabbleCapabilitySet *caps);
-
const gchar * const * gabble_media_factory_call_channel_allowed_properties (
void);
More information about the telepathy-commits
mailing list