diff options
author | Sjoerd Simons <sjoerd@luon.net> | 2009-05-20 12:41:50 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-05-20 12:41:50 +0200 |
commit | 9033b37589fcdf42d10025ea9e4d0dfc2c018bf4 (patch) | |
tree | 0f589f6d33cd73a15949f4bdae711a3dd56d921b /docs | |
parent | 25800ed4a393f7edbea179aa86907079a58fd097 (diff) |
Add helper functions for connecting to service (#583061)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gio/gio-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index d882c01a7..9d9fe1954 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -1691,6 +1691,9 @@ g_socket_client_connect_finish g_socket_client_connect_to_host g_socket_client_connect_to_host_async g_socket_client_connect_to_host_finish +g_socket_client_connect_to_service +g_socket_client_connect_to_service_async +g_socket_client_connect_to_service_finish g_socket_client_set_family g_socket_client_set_local_address g_socket_client_set_protocol |