On Fri, 2010-11-12 at 08:17 +0100, Bartosz Kostrzewa wrote: > Hi everyone, > > do you know of any example code that implements a simple UDP listener > using giomm? I can't quite get my head around how to do it using just > the reference documentation.
It should be possible to use Gio::SocketListener. Also Gio::SocketService or Gio::ThreadedSocketService (which are subclasses of Gio::SocketListener) which might be easier. Possible C examples might show up on google (I'm not sure). > Thanks! > > -Bartek > -- José _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
