Re: gtk_window_set_geometry_hints()

2017-01-26 Thread Kevin Connor Arpe
Hello, I did not see any replies to this message. Was it sent to the wrong mailing list? On Sun, Jan 22, 2017 at 10:26 PM, Kevin Connor Arpe <kevina...@gmail.com> wrote: > Hello, > > Reading the docs/source for v3.22 of gtk_window_set_geometry_hints() > shows... > Ref:

gtk_window_set_geometry_hints()

2017-01-22 Thread Kevin Connor Arpe
is ignored and GTK behaves as if %NULL was * set. Code: if (geometry_widget) info->mask &= ~(GDK_HINT_BASE_SIZE | GDK_HINT_RESIZE_INC); I am confused. It appears that 'geometry_widget' with non-NULL value will change behaviour. Can you please explain? Kind regards, Kevin Connor ARPE H

Patch submitted, but no reviews

2013-01-13 Thread Kevin Connor Arpe
Hello, I am relatively new to this project. On 26 Dec 2012, I submitted a (mostly) documentation patch, but I have seen no reviews/comments. https://bugzilla.gnome.org/show_bug.cgi?id=690737 What is the normal process? For this bug (patch), I simply created, but did not announce on this mailing

Re: A problem about pango

2012-12-28 Thread Kevin Connor Arpe
This link may be helpful: http://www.lemoda.net/pango/list-fonts/index.html Thanks, Arpe On Fri, Dec 28, 2012 at 8:36 PM, yao bo superpro...@gmail.com wrote: Hello everyone! My friend asked me a question about how to list all fonts available by pango.I'm not familiar with pango and I read

g_regex_new(): Decomposing PCRE regex compile errors

2012-12-28 Thread Kevin Connor Arpe
Hi, I am interested to decompose PCRE regex compile errors. Let me explain by example: Try to compile this regular expression asdf[ via g_regex_new(), I will receive this error: Error while compiling regular expression asdf[ at char 5: missing terminating ] for character class (My locale is some

Function pointer casts

2012-12-26 Thread Kevin Connor Arpe
Hello, *First:* I am reading the GPtrArray code (in glib/glib/garray.c) from Git. I noticed this code in g_ptr_array_sort(): void g_ptr_array_sort (GPtrArray*array, GCompareFunc compare_func) { g_return_if_fail (array != NULL); /* Don't use qsort as we want a