Home
last modified time | relevance | path

Searched refs:SignalSocket (Results 1 – 6 of 6) sorted by relevance

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dsocketsource.h33 class GIOMM_API SignalSocket
37 explicit inline SignalSocket(GMainContext* context);
81 SignalSocket& operator=(const SignalSocket&);
92 SignalSocket signal_socket(
H A Dsocketsource.cc64 inline SignalSocket::SignalSocket(GMainContext* context) : context_(context) in SignalSocket() function in Gio::SignalSocket
69 SignalSocket::connect(const sigc::slot<bool, Glib::IOCondition>& slot, in connect()
80 SignalSocket
83 return SignalSocket(Glib::unwrap(context)); // 0 means default context in signal_socket()
/dports/cad/uranium/Uranium-3ed9c4de/UM/Backend/
H A DBackend.py12 from UM.Backend.SignalSocket import SignalSocket
242 self._socket = SignalSocket()
H A DSignalSocket.py10 class SignalSocket(Arcus.Socket): class
/dports/devel/glibmm/glibmm-2.64.2/
H A DNEWS1253 * Add SocketSource, SignalSocket and Socket::create_source().
1257 * examples/network: Use SocketSource and SignalSocket.
H A DChangeLog4479 Gio::SignalSocket docs: Add an empty line after @newin
5488 examples/network: Use SocketSource and SignalSocket.
5496 Add Gio:SocketSource, SignalSocket and Socket::create_source()
5501 * gio/giomm/socketsource.[cc|h]: New files. SocketSource and SignalSocket.