GTK+ 3.0.4 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/3.0/
http://download.gnome.org/sources/gtk+/3.0/
0e95436f31c9d2a8992d53106ace97961e13c4b52ee70bab52a884c6af6dbb17 gtk
+-3.0.4.tar.bz2
b872c298425b93fa85c6607f36c3b4aad59e4ae62df6f4d0b134ddf6c58287af gtk
+-3.0.4.tar.gz
Thi
GLib 2.28.4 is now available for download at:
ftp://ftp.gtk.org/pub/glib/2.28/
http://download.gnome.org/sources/glib/2.28/
ae627cf35c6a2b4bb9b0ea624046de5fa4c40d81c29e75718bc6c2088b6bd7a1
glib-2.28.4.tar.bz2
526b48cc75fd4d228387e6aea6a8f3f57ec1982597df8b29a5debf6afd6aa59d
glib-2.28.4.tar.gz
Hello.
> Maybe those git pages are not searched by google? In fact I just
> randomly picked a (one line) literal text from the Changelog in git -
> and google didn't find it (did find two instances in mailing list
> copies, but not the one in git).
>
> So, one of the most important sources for in
On Mon, 21 Mar 2011 17:29:03 +0100
Colomban Wendling wrote:
> > Ok... But if I put d: in getopt's arg list, I do expect an argument,
> > and -de is parsed as -d e. Why doesn't GOptionEntry, with a specified
> > G_OPTION_ARG_STRING do the same?
>
> Don't know why, I'm no GLib developer nor never
Le 21/03/2011 17:03, John Coppens a écrit :
> On Mon, 21 Mar 2011 15:42:17 +0100
> Colomban Wendling wrote:
>
>>> The form (-de), frequently used, fails though it is advertised
>>> in the Command line parser description:
>>>
>>> http://library.gnome.org/devel/glib/unstable/glib-Commandline-option
On Mon, 21 Mar 2011 15:42:17 +0100
Colomban Wendling wrote:
> > The form (-de), frequently used, fails though it is advertised
> > in the Command line parser description:
> >
> > http://library.gnome.org/devel/glib/unstable/glib-Commandline-option-parser.html#g-option-context-add-main-entries
>
Le 21/03/2011 15:26, John Coppens a écrit :
> Hello people,
Hi you,
> I've been trying to get GOption and friends working - but it seems
> we're not on friendly terms.
>
> 1) I defined a GOptionEntry as:
>
> {"debug", 'd', 0, G_OPTION_ARG_STRING, &dbg, "Debug options", "opts"},
>
> and find th
Hello people,
I've been trying to get GOption and friends working - but it seems
we're not on friendly terms.
1) I defined a GOptionEntry as:
{"debug", 'd', 0, G_OPTION_ARG_STRING, &dbg, "Debug options", "opts"},
and find that
-d e works
--debug e
--debug=e work correctly
-de
Hi everybody,
In my app on linux, I have full support for chinese big5 encoding.
However, as I have also made a win32 port with mingw, this support is
broken. I guess this has something to do with the fact that the linux
version uses more recent versions of the gtk stack (gtk+, glib, pango,
cairo,