Re: g_app_info_remove_supports_type() needs better API documentation

2014-05-09 Thread Kip Warner
On Fri, 2014-05-09 at 22:57 +0100, Emmanuele Bassi wrote: > hi Kip; > > if you need a review for a patch against GIO you should ask on > gtk-devel-l...@gnome.org or (better) on IRC: the #gtk+ channel on > irc.gnome.org is where the GLib and GTK+ developers hang out and > communicate. Thanks Emman

Re: g_app_info_remove_supports_type() needs better API documentation

2014-05-09 Thread Emmanuele Bassi
hi Kip; if you need a review for a patch against GIO you should ask on gtk-devel-l...@gnome.org or (better) on IRC: the #gtk+ channel on irc.gnome.org is where the GLib and GTK+ developers hang out and communicate. ciao, Emmanuele. On 9 May 2014 20:01, Kip Warner wrote: > Hey list, > > I am c

g_app_info_remove_supports_type() needs better API documentation

2014-05-09 Thread Kip Warner
Hey list, I am currently re-factoring a patch I submitted to meet the requirements of a separate upstream project (Thunderbird): During my work in solving the aforementioned, I needed a function in GLib's GIO module to do something it

Re: corrupted strings of GtkFileChooser by outputting with libxml2

2014-05-09 Thread Joël Krähemann
As I'm trying to use gtk_file_chooser_get_filenames_utf8 instead of gtk_file_chooser_get_filenames getting the linker error during compile time. This could be the root cause. Am Freitag, den 09.05.2014, 07:11 +0200 schrieb Joël Krähemann: > Why do I get corrupted strings of GtkFileChooser when us

Re: Custom Gtk3 Widget - scroll_event

2014-05-09 Thread Bernhard Schuster
On vri, mei 9, 2014 at 7:18 , Joël Krähemann wrote: Do you use a GtkScrolledWindow to pack the entire widget? As I know this is the only way to get scrolled-event out of gtk because it has a viewport. No I don't. But I figured out that using GtkDrawingArea instead GtkWidget as baseclass w