void or bool (GIOmm new definitions)

2010-02-05 Thread Glus Xof
Hi, I started to look over these new definitions: http://datsystems.dnsalias.com/doc/glibmm-2.4/docs/reference/html/classGio_1_1Socket.html And I'd like only to ask you if those methods (like bind, listen, connect...) will really return void... or bool instead. Thanks, Glus.

mm-common 0.9.2 released

2010-02-05 Thread Daniel Elstner
mm-common 0.9.2 Friends is now available for download at: http://download.gnome.org/sources/mm-common/0.9/ SHA256 sums: 6bcd2681c95f3250b60127a8690901c16efd4b456f8c21e0fe72a1a6a15d89fc mm-common-0.9.2.tar.bz2 df98134ba5d0b10d6e6e8e9ca1ee2e767726eb91528a93187e95c65fc7e6e885

Re: void or bool (GIOmm new definitions)

2010-02-05 Thread Krzysztof Kosiński
2010/2/5 Glus Xof gtg...@gmail.com: I started to look over these new definitions: http://datsystems.dnsalias.com/doc/glibmm-2.4/docs/reference/html/classGio_1_1Socket.html And I'd like only to ask you if those methods (like bind, listen, connect...) will really return void... or bool

libgnomedbmm for gdamm 4

2010-02-05 Thread John Holmes
Please, Does anybody know is visions exist for gdamm 4 datasources ? libgnomedbmm 4 ? Thanx ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

gtkmm and RC Files

2010-02-05 Thread Carlo Ascani
What's the right way to make a gtkmm app themeable via a RC file ? Some examples of what i mean are http://guitarix.sourceforge.net/ or http://www.sysex.net/phasex/ -- Carlo Ascani La politica pratica consiste nell'ignorare i fatti. (Henry Adams) C programmers never die. They are just cast into

Re: libgnomedbmm for gdamm 4

2010-02-05 Thread Murray Cumming
On Fri, 2010-02-05 at 10:12 -0900, John Holmes wrote: Please, Does anybody know is visions exist for gdamm 4 datasources ? libgnomedbmm 4 ? Thanx There is no libgnomedb for libgda 4 for C. However, there is some UI stuff in libgda now. (I complained that it was a bad place to

Re: void or bool (GIOmm new definitions)

2010-02-05 Thread Murray Cumming
On Fri, 2010-02-05 at 19:09 +0100, Krzysztof Kosiński wrote: They return void, and on error an exception (Gio::Error) is thrown. The documentation for the retun value is a leftover from the C API. Yes, we need to fix that documentation. I've added TODOs to the code, but bug me if I don't fix