Searched refs:gsocketaddress_class (Results 1 – 3 of 3) sorted by relevance
121 GSocketAddressClass *gsocketaddress_class = G_SOCKET_ADDRESS_CLASS (klass); in g_native_socket_address_class_init() local125 gsocketaddress_class->get_family = g_native_socket_address_get_family; in g_native_socket_address_class_init()126 gsocketaddress_class->to_native = g_native_socket_address_to_native; in g_native_socket_address_class_init()127 gsocketaddress_class->get_native_size = g_native_socket_address_get_native_size; in g_native_socket_address_class_init()
259 GSocketAddressClass *gsocketaddress_class = G_SOCKET_ADDRESS_CLASS (klass); in g_unix_socket_address_class_init() local264 gsocketaddress_class->get_family = g_unix_socket_address_get_family; in g_unix_socket_address_class_init()265 gsocketaddress_class->to_native = g_unix_socket_address_to_native; in g_unix_socket_address_class_init()266 gsocketaddress_class->get_native_size = g_unix_socket_address_get_native_size; in g_unix_socket_address_class_init()
244 GSocketAddressClass *gsocketaddress_class = G_SOCKET_ADDRESS_CLASS (klass); in g_inet_socket_address_class_init() local250 gsocketaddress_class->get_family = g_inet_socket_address_get_family; in g_inet_socket_address_class_init()251 gsocketaddress_class->to_native = g_inet_socket_address_to_native; in g_inet_socket_address_class_init()252 gsocketaddress_class->get_native_size = g_inet_socket_address_get_native_size; in g_inet_socket_address_class_init()