MPD 0.17~git
|
#include <glib.h>
Go to the source code of this file.
Functions | |
static G_GNUC_MALLOC GIOChannel * | g_io_channel_new_socket (int fd) |
Portable wrapper for g_io_channel_unix_new() or g_io_channel_win32_new_socket(). |
static G_GNUC_MALLOC GIOChannel* g_io_channel_new_socket | ( | int | fd | ) | [inline, static] |
Portable wrapper for g_io_channel_unix_new() or g_io_channel_win32_new_socket().
Definition at line 31 of file glib_socket.h.