Home
last modified time | relevance | path

Searched refs:GTlsServerConnection (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dtlsserverconnection.h35 using GTlsServerConnection = struct _GTlsServerConnection;
62 using BaseObjectType = GTlsServerConnection;
93 explicit TlsServerConnection(GTlsServerConnection* castitem);
116GTlsServerConnection* gobj() { return reinterpret_cast<GTlsServerConnection*>(gobject_… in gobj()
119 …const GTlsServerConnection* gobj() const { return reinterpret_cast<GTlsServerConnection*>(gobject_… in gobj()
201 Glib::RefPtr<Gio::TlsServerConnection> wrap(GTlsServerConnection* object, bool take_copy = false);
H A Dtlsserverconnection.cc31 TlsServerConnection::TlsServerConnection(GTlsServerConnection* castitem) in TlsServerConnection()
46 Glib::RefPtr<Gio::TlsServerConnection> wrap(GTlsServerConnection* object, bool take_copy) in wrap()
90 return new TlsServerConnection((GTlsServerConnection*)(object)); in wrap_new()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dtls_server_connection.rs23 …pub struct TlsServerConnection(Interface<ffi::GTlsServerConnection, ffi::GTlsServerConnectionInter…
96 this: *mut ffi::GTlsServerConnection, in connect_authentication_mode_notify() argument
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dtls_server_connection.rs23 …pub struct TlsServerConnection(Interface<ffi::GTlsServerConnection, ffi::GTlsServerConnectionInter…
96 this: *mut ffi::GTlsServerConnection, in connect_authentication_mode_notify() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dtls_server_connection.rs23 …pub struct TlsServerConnection(Interface<ffi::GTlsServerConnection, ffi::GTlsServerConnectionInter…
96 this: *mut ffi::GTlsServerConnection, in connect_authentication_mode_notify() argument
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dtls_server_connection.rs26 …pub struct TlsServerConnection(Interface<gio_sys::GTlsServerConnection>) @requires TlsConnection, …
98 this: *mut gio_sys::GTlsServerConnection, in connect_property_authentication_mode_notify() argument
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dtls_server_connection.rs26 …pub struct TlsServerConnection(Interface<gio_sys::GTlsServerConnection>) @requires TlsConnection, …
95 this: *mut gio_sys::GTlsServerConnection, in connect_property_authentication_mode_notify() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dtls_server_connection.rs26 …pub struct TlsServerConnection(Interface<gio_sys::GTlsServerConnection>) @requires TlsConnection, …
98 this: *mut gio_sys::GTlsServerConnection, in connect_property_authentication_mode_notify() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dtls_server_connection.rs23 …pub struct TlsServerConnection(Interface<ffi::GTlsServerConnection, ffi::GTlsServerConnectionInter…
96 this: *mut ffi::GTlsServerConnection, in connect_authentication_mode_notify() argument
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dtls_server_connection.rs23 …pub struct TlsServerConnection(Interface<ffi::GTlsServerConnection, ffi::GTlsServerConnectionInter…
96 this: *mut ffi::GTlsServerConnection, in connect_authentication_mode_notify() argument
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dtls_server_connection.rs23 …pub struct TlsServerConnection(Interface<ffi::GTlsServerConnection, ffi::GTlsServerConnectionInter…
96 this: *mut ffi::GTlsServerConnection, in connect_authentication_mode_notify() argument
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/private/
H A Dtlsserverconnection_p.h18 using BaseObjectType = GTlsServerConnection;
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgtlsserverconnection.c41 G_DEFINE_INTERFACE (GTlsServerConnection, g_tls_server_connection, G_TYPE_TLS_CONNECTION) in G_DEFINE_INTERFACE() argument
H A Dgtlsserverconnection.h31 … (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_TLS_SERVER_CONNECTION, GTlsServerConnection))
H A Dgio-autocleanups.h148 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTlsServerConnection, g_object_unref)
H A Dgiotypes.h237 typedef struct _GTlsServerConnection GTlsServerConnection; /* Dummy typedef */ typedef
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dtlsserverconnection.ccg22 TlsServerConnection::TlsServerConnection(GTlsServerConnection* castitem)
H A Dtlsserverconnection.hg39 …_CLASS_INTERFACE(TlsServerConnection, GTlsServerConnection, G_TLS_SERVER_CONNECTION, GTlsServerCon…
H A Dgio_signals.defs2506 ;; From GTlsServerConnection
2509 (of-object "GTlsServerConnection")
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/server/
H A Dsoup-socket.c503 GTlsServerConnection *conn; in soup_socket_setup_ssl()
/dports/net/glib-networking/glib-networking-2.66.0/
H A DNEWS701 * Fixed GTlsServerConnection:authentication-mode to work
851 * Implement TLS session caching for GTlsServerConnection
/dports/devel/libsoup/libsoup-2.74.0/libsoup/
H A Dsoup-socket.c1423 GTlsServerConnection *conn; in soup_socket_setup_ssl()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-sys-0.14.0/src/
H A Dlib.rs8628 pub struct GTlsServerConnection(c_void); struct
8630 impl ::std::fmt::Debug for GTlsServerConnection { implementation
15877 ) -> *mut GTlsServerConnection; in g_tls_server_connection_new() argument
/dports/www/castor/castor-0.8.16/cargo-crates/gio-sys-0.9.1/src/
H A Dlib.rs8690 pub struct GTlsServerConnection(c_void); struct
8692 impl ::std::fmt::Debug for GTlsServerConnection { implementation
15869 ) -> *mut GTlsServerConnection; in g_tls_server_connection_new() argument
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio-sys/src/
H A Dlib.rs8628 pub struct GTlsServerConnection(c_void); struct
8630 impl ::std::fmt::Debug for GTlsServerConnection { implementation
15877 ) -> *mut GTlsServerConnection; in g_tls_server_connection_new() argument

12