summaryrefslogtreecommitdiff
path: root/telepathy-farsight/stream-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-farsight/stream-priv.h')
-rw-r--r--telepathy-farsight/stream-priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-farsight/stream-priv.h b/telepathy-farsight/stream-priv.h
index eb167cf..3e82a18 100644
--- a/telepathy-farsight/stream-priv.h
+++ b/telepathy-farsight/stream-priv.h
@@ -7,7 +7,7 @@ G_BEGIN_DECLS
typedef struct _TfStreamPrivate TfStreamPrivate;
-/**
+/*
* TfStream:
* @parent: the parent #GObject
* @stream_id: the ID of the stream (READ-ONLY)
@@ -26,7 +26,7 @@ struct _TfStream {
TfStreamPrivate *priv;
};
-/**
+/*
* TfStreamClass:
* @parent_class: the parent #GObjecClass
*