Function
GLibUnixfd_add
Declaration [src]
guint
g_unix_fd_add (
gint fd,
GIOCondition condition,
GUnixFDSourceFunc function,
gpointer user_data
)
Parameters
fd
-
Type:
gint
No description available.
condition
-
Type:
GIOCondition
No description available.
function
-
Type:
GUnixFDSourceFunc
No description available.
user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.