mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Bug 601637 - add GUnixFDList
change GUnixFDMessage to contain a GUnixFDList. add test case for GUnixFDMessage and GUnixFDList. update docs.
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
<xi:include href="xml/ginetsocketaddress.xml"/>
|
||||
<xi:include href="xml/gunixsocketaddress.xml"/>
|
||||
<xi:include href="xml/gsocketcontrolmessage.xml"/>
|
||||
<xi:include href="xml/gunixfdlist.xml"/>
|
||||
<xi:include href="xml/gunixfdmessage.xml"/>
|
||||
</chapter>
|
||||
<chapter id="resolver">
|
||||
|
@@ -1449,6 +1449,27 @@ g_io_extension_point_set_required_type
|
||||
g_io_extension_ref_class
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gunixfdlist</FILE>
|
||||
<TITLE>GUnixFDList</TITLE>
|
||||
GUnixFDList
|
||||
g_unix_fd_list_new_from_array
|
||||
g_unix_fd_list_new
|
||||
g_unix_fd_list_get_length
|
||||
g_unix_fd_list_get
|
||||
g_unix_fd_list_peek_fds
|
||||
g_unix_fd_list_steal_fds
|
||||
g_unix_fd_list_append
|
||||
<SUBSECTION Standard>
|
||||
GUnixFDListClass
|
||||
g_unix_fd_list_get_type
|
||||
G_UNIX_FD_LIST
|
||||
G_UNIX_FD_LIST_CLASS
|
||||
G_IS_UNIX_FD_LIST
|
||||
G_IS_UNIX_FD_LIST_CLASS
|
||||
G_UNIX_FD_LIST_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>ginetaddress</FILE>
|
||||
<TITLE>GInetAddress</TITLE>
|
||||
@@ -1906,7 +1927,9 @@ g_threaded_socket_service_get_type
|
||||
<FILE>gunixfdmessage</FILE>
|
||||
<TITLE>GUnixFDMessage</TITLE>
|
||||
GUnixFDMessage
|
||||
g_unix_fd_message_new_with_fd_list
|
||||
g_unix_fd_message_new
|
||||
g_unix_fd_message_get_fd_list
|
||||
g_unix_fd_message_append_fd
|
||||
g_unix_fd_message_steal_fds
|
||||
<SUBSECTION Standard>
|
||||
|
@@ -84,6 +84,7 @@ g_tcp_connection_get_type
|
||||
g_themed_icon_get_type
|
||||
g_threaded_socket_service_get_type
|
||||
g_unix_connection_get_type
|
||||
g_unix_fd_list_get_type
|
||||
g_unix_fd_message_get_type
|
||||
g_unix_input_stream_get_type
|
||||
g_unix_mount_monitor_get_type
|
||||
|
Reference in New Issue
Block a user