summaryrefslogtreecommitdiff
path: root/telepathy-glib/presence-mixin.h
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-04-19 13:15:24 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-04-19 13:15:24 -0300
commitbbd154b115a7c9308a311974c3106e48e7e95222 (patch)
tree224578e96a3a304a50bd5065f517ff31de248aaf /telepathy-glib/presence-mixin.h
parentb936d51d01131b84ed82d3cc0b8d2cf8bd4ff71c (diff)
downloadtelepathy-glib-bbd154b115a7c9308a311974c3106e48e7e95222.tar.gz
Properly add <public>/<private> annotations to TpPresenceMixinClass.
Diffstat (limited to 'telepathy-glib/presence-mixin.h')
-rw-r--r--telepathy-glib/presence-mixin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/presence-mixin.h b/telepathy-glib/presence-mixin.h
index 6a4dcd40a..48cef758e 100644
--- a/telepathy-glib/presence-mixin.h
+++ b/telepathy-glib/presence-mixin.h
@@ -94,8 +94,10 @@ struct _TpPresenceMixinClass {
/*<private>*/
TpPresenceMixinClassPrivate *priv;
+ /*<public>*/
TpPresenceMixinGetMaximumStatusMessageLengthFunc get_maximum_status_message_length;
+ /*<private>*/
gpointer _future1;
gpointer _future2;
gpointer _future3;