summaryrefslogtreecommitdiff
path: root/gio/gtcpconnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gtcpconnection.h')
-rw-r--r--gio/gtcpconnection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gtcpconnection.h b/gio/gtcpconnection.h
index 29f6bc0a1..03aa28ad3 100644
--- a/gio/gtcpconnection.h
+++ b/gio/gtcpconnection.h
@@ -57,13 +57,13 @@ struct _GTcpConnection
GTcpConnectionPrivate *priv;
};
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
GType g_tcp_connection_get_type (void) G_GNUC_CONST;
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
void g_tcp_connection_set_graceful_disconnect (GTcpConnection *connection,
gboolean graceful_disconnect);
-GLIB_AVAILABLE_IN_ALL
+GIO_AVAILABLE_IN_ALL
gboolean g_tcp_connection_get_graceful_disconnect (GTcpConnection *connection);
G_END_DECLS