Re: Signals that do not get emitted

2011-11-21 Thread Richard Shann
I have the solution, and it is potentially of general interest. It seems that the GtkPrintOperation widget is interacting with the (Unix) SIGUSR1 signal, which our program started using a while ago to do the client thing. Dropping the (unix) signal handler for that signal made the (glib) signals on

g_spawn_async and Windows service

2011-11-21 Thread Tomáš Šoltys
Hi all, I have created a windows service from which I would like to execute a command line program. I am trying to use g_spawn_async function. For to me unknown reason this is not working. Can someone please explain me why and whether it is possible? This is the returned error: "Failed to r

g_thread_init(NULL) problem

2011-11-21 Thread 张志
Hi, I am cross compiling Glib to arm target platform,but when i run to g_thread_init(NULL),segmentation fault occured,i have noticed that somebody else has also encounter the same problem. Is there any solution?Thank you in advance. ___ gtk-app-deve

gtk3 draw signal handler return value

2011-11-21 Thread William Budd
Hello everyone, According to http://developer.gnome.org/gtk3/3.0/GtkWidget.html#GtkWidget-draw: "Signal handlers connected to this signal can modify the cairo context passed as cr in any way they like and don't need to restore it. The signal emission takes care of calling cairo_save() before and c

GLib 2.31.2

2011-11-21 Thread Ryan Lortie
GLib 2.31.2 is out. This is a point release on the way to what will become GLib 2.32.0. http://download.gnome.org/sources/glib/2.31/ 19d7921671a487c3c5759a57df7b8508afdbadd7764d62a47a82fff7b399032b glib-2.31.2.tar.xz Overview of changes from GLib 2.31.0 to 2.31.2 =

GTK+ 3.3.4 released

2011-11-21 Thread Matthias Clasen
GTK+ 3.3.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/3.3/ http://download.gnome.org/sources/gtk+/3.3/ bca709da29aecda87421eadd6762a0aac05fa5422b983b4a798957089a23a2e6 gtk +-3.3.4.tar.xz 76f08e8aae8ab18865593163c2ee0b694b9618a81536fd56c76ddf124a0df669 gtk +-3.3.4.tar.bz2 A d

Unmaximize event

2011-11-21 Thread Dipesh Sudershan
I know window-state-event is used to check whenever a window is maximized. But is there a way to check whether a window has been unmaximized. I don't want to check a window is in unmaximized state or not. I want to check a window has been unmaximized when the window-state-event is emitted. Any help