summaryrefslogtreecommitdiff
path: root/gio/gsocketconnection.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-05-27 18:20:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-05-27 18:20:08 -0400
commit06144900ec87effb99c94e2d8369ca270d024bf1 (patch)
tree4de2e05c96793588e799dcf01b82ea1d27df21a2 /gio/gsocketconnection.h
parenteecbbb0a20a114b4a2c6759aa108940902c8961c (diff)
downloadglib-06144900ec87effb99c94e2d8369ca270d024bf1.tar.gz
Documentation and coding style fixups
Lots of pedanic changes.
Diffstat (limited to 'gio/gsocketconnection.h')
-rw-r--r--gio/gsocketconnection.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/gio/gsocketconnection.h b/gio/gsocketconnection.h
index 7d96af9ff..1edc2f44c 100644
--- a/gio/gsocketconnection.h
+++ b/gio/gsocketconnection.h
@@ -72,19 +72,19 @@ struct _GSocketConnection
GType g_socket_connection_get_type (void) G_GNUC_CONST;
-GSocket *g_socket_connection_get_socket (GSocketConnection *connection);
-GSocketAddress *g_socket_connection_get_local_address (GSocketConnection *connection,
- GError **error);
-GSocketAddress *g_socket_connection_get_remote_address (GSocketConnection *connection,
- GError **error);
-void g_socket_connection_factory_register_type (GType g_type,
- GSocketFamily family,
- GSocketType type,
- gint protocol);
-GType g_socket_connection_factory_lookup_type (GSocketFamily family,
- GSocketType type,
- gint protocol_id);
-GSocketConnection *g_socket_connection_factory_create_connection (GSocket *socket);
+GSocket *g_socket_connection_get_socket (GSocketConnection *connection);
+GSocketAddress *g_socket_connection_get_local_address (GSocketConnection *connection,
+ GError **error);
+GSocketAddress *g_socket_connection_get_remote_address (GSocketConnection *connection,
+ GError **error);
+void g_socket_connection_factory_register_type (GType g_type,
+ GSocketFamily family,
+ GSocketType type,
+ gint protocol);
+GType g_socket_connection_factory_lookup_type (GSocketFamily family,
+ GSocketType type,
+ gint protocol_id);
+GSocketConnection *g_socket_connection_factory_create_connection (GSocket *socket);
G_END_DECLS