summaryrefslogtreecommitdiff
path: root/telepathy-logger/call-channel-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/call-channel-internal.h')
-rw-r--r--telepathy-logger/call-channel-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-logger/call-channel-internal.h b/telepathy-logger/call-channel-internal.h
index e86ce05..439b3af 100644
--- a/telepathy-logger/call-channel-internal.h
+++ b/telepathy-logger/call-channel-internal.h
@@ -44,6 +44,10 @@ typedef enum
TPL_CALL_CHANNEL_ERROR_MISSING_TARGET_CONTACT,
} TplCallChannelError;
+#define TPL_CALL_CHANNEL_FEATURE_CORE \
+ _tpl_call_channel_get_feature_quark_core ()
+GQuark _tpl_call_channel_get_feature_quark_core (void) G_GNUC_CONST;
+
typedef struct _TplCallChannelPriv TplCallChannelPriv;
typedef struct
{