Re: Documentation inconsistency

2015-08-19 Thread Rafał Lużyński
Hi, > On 5 Aug 2015, 06:59 Igor Korot wrote: > [...] > I can turn it off for GTK+-2.32+ (no replacement, right?), but I want > to make sure > it's a right thing to do. In case you have missed this: g_thread_init() belongs to GLib, not GTK+, so all comments about the versions apply to GLib. There

GtkIconTheme documentation

2015-08-19 Thread Igor Korot
Hi, On the https://developer.gnome.org/gtk3/stable/GtkIconTheme.html#gtk-icon-theme-load-icon, the example code is incorrect: [quote] In function 'GdkPixbuf* {anonymous}::CreateStockIcon(const char*, GtkIconSize)': error: invalid conversion from 'int' to 'GtkIconLookupFlags' [-fpermissive]

Documentation of gtk_icon_theme_lookup_icon()

2015-08-19 Thread Igor Korot
Hi, In the https://developer.gnome.org/gtk3/stable/GtkIconTheme.html#gtk-icon-theme-lookup-icon it does not indocate what I need to pass as a size to get the information about the icon if the size is not known beforehand. Could someone please explain? Thank you. _