diff options
-rw-r--r-- | libempathy/empathy-tp-tube.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c index b2ca9406d..717c46876 100644 --- a/libempathy/empathy-tp-tube.c +++ b/libempathy/empathy-tp-tube.c @@ -77,6 +77,13 @@ typedef struct { * #EmpathyTpTube is a convenient object wrapping a Telepathy tube channel. */ +/** + * EmpathyTpTube: + * @parent: parent object + * + * An object wrapping a Telepathy tube channel. + */ + #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyTpTube) typedef struct { |