Re: a question about g_strconcat()

2013-02-28 Thread Andrew W. Nosenko
atements instead! > > actually, I have debug my program and find that each time the str_sample > variable has been assigned a different address. But I'm not sure the > internal mechanism of g_strconcat(), whether it apply for a totally new > space or a space that may overlap wi

Re: Memory leaks

2011-02-09 Thread Andrew W. Nosenko
anywhere in my program and won't happen at all a g_warning() > never gets issued.  When it does leak though, it won't necessarily be > associated with the program being initialised so in my view, g_warning() is > definitely an example of leaking co

Re: usb plug/unplug notifications

2009-07-10 Thread Andrew W. Nosenko
NOME beginning of the end? Sorry, I want to be mistaken, but... But I see no sign to... -- Andrew W. Nosenko ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Stop alt-spacebar window menu

2009-05-27 Thread Andrew W. Nosenko
solutelly wrong because don't understand your reasons and needs... -- Andrew W. Nosenko ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Query about handling OS signals

2008-04-10 Thread Andrew W. Nosenko
sts some way to emit/handle GObject signals in the asynchronious way (queued/fetched/executed/multiplexed through GMainLoop). -- Andrew W. Nosenko <[EMAIL PROTECTED]> ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Locale definitions, dots and commas

2008-03-13 Thread Andrew W. Nosenko
On Thu, Mar 13, 2008 at 5:12 PM, Carlos Pereira <[EMAIL PROTECTED]> wrote: > Andrew W. Nosenko wrote: > > What you need to do indeed: > > 1. use locale-dependent formatting in the UI (both for input and output) > > 2. use locale-INDEPENDENT formatting when you read

Re: Locale definitions, dots and commas

2008-03-13 Thread Andrew W. Nosenko
On Wed, Mar 12, 2008 at 10:28 PM, Carlos Pereira <[EMAIL PROTECTED]> wrote: > > Andrew W. Nosenko wrote: > > On Wed, Mar 12, 2008 at 6:09 PM, Carlos Pereira > > <[EMAIL PROTECTED]> wrote: > > > >> Thanks for your answers, I realize this is not Gtk

Re: Locale definitions, dots and commas

2008-03-12 Thread Andrew W. Nosenko
formatting/serialization of double to string, and g_ascii_strtod() and/or g_strtod() converting back from string to double. -- Andrew W. Nosenko <[EMAIL PROTECTED]> ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list