summaryrefslogtreecommitdiff
path: root/telepathy-glib/gnio-util.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 12:13:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 12:35:58 +0100
commit59e580c564711b194d3c0c8004cf8db195f06428 (patch)
tree557249305359a52023dd567fce571cdd53b027ac /telepathy-glib/gnio-util.h
parentf524ee716e4e2fdb959c1dd28210a3a8dfc6cbfe (diff)
downloadtelepathy-glib-59e580c564711b194d3c0c8004cf8db195f06428.tar.gz
Version-annotate recent API
Diffstat (limited to 'telepathy-glib/gnio-util.h')
-rw-r--r--telepathy-glib/gnio-util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/gnio-util.h b/telepathy-glib/gnio-util.h
index a6580ab9c..1ce7e1561 100644
--- a/telepathy-glib/gnio-util.h
+++ b/telepathy-glib/gnio-util.h
@@ -22,6 +22,7 @@
#include <glib-object.h>
#include <gio/gio.h>
+#include <telepathy-glib/defs.h>
#include <telepathy-glib/enums.h>
#ifndef __TP_GNIO_UTIL_H__
@@ -41,22 +42,26 @@ gboolean tp_unix_connection_send_credentials_with_byte (
guchar byte,
GCancellable *cancellable,
GError **error);
+_TP_AVAILABLE_IN_0_18
void tp_unix_connection_send_credentials_with_byte_async (
GSocketConnection *connection,
guchar byte,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
+_TP_AVAILABLE_IN_0_18
gboolean tp_unix_connection_send_credentials_with_byte_finish (
GSocketConnection *connection,
GAsyncResult *result,
GError **error);
+_TP_AVAILABLE_IN_0_18
GCredentials * tp_unix_connection_receive_credentials_with_byte (
GSocketConnection *connection,
guchar *byte,
GCancellable *cancellable,
GError **error);
+_TP_AVAILABLE_IN_0_18
void tp_unix_connection_receive_credentials_with_byte_async (
GSocketConnection *connection,
GCancellable *cancellable,