diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-25 10:30:19 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-25 10:30:19 +0200 |
commit | 36b34daedf3dabafe5fa6f630295272dbecd70f7 (patch) | |
tree | b4607ebde23313bca093d2dc34c565bfba8924a0 | |
parent | a23eb00df0bc12172f0089d75346aba25a9e9026 (diff) |
test-base-client: add a comment about private headers
-rw-r--r-- | tests/dbus/base-client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dbus/base-client.c b/tests/dbus/base-client.c index ee6e7dab..84739c39 100644 --- a/tests/dbus/base-client.c +++ b/tests/dbus/base-client.c @@ -7,6 +7,8 @@ * notice and this notice are preserved. */ +/* We include -internal headers of context to be able to easily access to + * their semi-private attributes (connection, account, channels, etc). */ #include <telepathy-glib/account-manager.h> #include <telepathy-glib/add-dispatch-operation-context-internal.h> #include <telepathy-glib/base-client.h> |