Source ID 2 was not found when attempting to remove it

2015-02-21 Thread codekiddy
Hello, Can somebody please explain what means following: *GLib-CRITICAL **: Source ID 2 was not found when attempting to remove it* I'm receiving the above error while running test-app compiled from *gio-test.c* found in */glib-2.42.1/tests/gio-test.c* Any hint what could be missing and what t

GtkIconTheme and constantly icons updating

2015-02-21 Thread Konstantin P.
If icon is created in directory that icon_theme have in its icon_path, and gtk_icon_theme_has_icon immidately called, it returns FALSE; How I can force it to reload icon in such case? gtk_icon_theme_rescan_if_needed freezes my app in a second. It is not good, IMHO. _

Error building template class 'GtkPrintUnixDialog'

2015-02-21 Thread Scott Talbert
Hi all, When calling gtk_print_operation_run(), I'm seeing this GTK error: Gtk-CRITICAL **: Error building template class 'GtkPrintUnixDialog' for an instance of type 'GtkPrintUnixDialog': Invalid object type `GtkPrinterOptionWidget' on line 567 Does anyone know what might be the issue? Thi