diff options
author | Olli Salli <olli.salli@collabora.co.uk> | 2007-05-31 09:59:23 +0000 |
---|---|---|
committer | Olli Salli <olli.salli@collabora.co.uk> | 2007-05-31 09:59:23 +0000 |
commit | 77e20d61f54e82dd3b3c39d1366da457b8512df0 (patch) | |
tree | 83f6687a7cd6ddafd9585d1ce2bef77ba78ef386 | |
parent | b5e32cbfb88534f366b87146b99c85ea64eb8a87 (diff) |
Padding for teh peoples in TpPresenceStatusOptionalArgumentSpec
-rw-r--r-- | telepathy-glib/presence-mixin.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/telepathy-glib/presence-mixin.h b/telepathy-glib/presence-mixin.h index a3b84301e..11c0cd878 100644 --- a/telepathy-glib/presence-mixin.h +++ b/telepathy-glib/presence-mixin.h @@ -38,10 +38,18 @@ typedef struct _TpPresenceStatusSpec TpPresenceStatusSpec; * @dtype: D-Bus type signature of the argument * * Structure specifying a supported optional argument for a presence status. + * + * In addition to the fields documented here, there are two gpointer fields + * which must currently be %NULL. A meaning may be defined for these in a future + * version of telepathy-glib. */ struct _TpPresenceStatusOptionalArgumentSpec { const gchar *name; const gchar *dtype; + + /*<private>*/ + gpointer _future1; + gpointer _future2; }; /** |