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