Function g_socket_set_option

Source
pub unsafe extern "C" fn g_socket_set_option(
    socket: *mut GSocket,
    level: gint,
    optname: gint,
    value: gint,
    error: *mut *mut GError,
) -> gboolean