Re: GLib questions, GArray and GNode

2008-03-28 Thread Jordan Walsh
On Thu, 2008-03-27 at 10:01 -0700, Kaustubh Patil wrote: > Hi, > > I am using glib (version 2.0) for developing some > applications. I have some questions about use of > Garray and GNode (G-n-ary tree). > > 1. Is it safe to return an initialized GArray * from a > function? e.g. copying garray arr

Re: Application with plugins

2007-12-17 Thread Jordan Walsh
icah Carrick > > > Or the Pidgin plugin system. > > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Jordan Walsh (910) 639-0111

gtk_message_dialog problem

2007-11-03 Thread Jordan Walsh
It does print the message when the button is clicked but the window does not destroy. -- Jordan Walsh (910) 639-0111 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GModule

2007-01-28 Thread Jordan Walsh
. -- Jordan Walsh ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Weird Segfaulting

2006-05-18 Thread Jordan Walsh
On Fri, 2006-05-19 at 00:03 -0400, Jordan Walsh wrote: > > Ok. I have been scratching my head on this one for a couple days now. > First here is the code: > > http://dega.hopto.org/database.c > > The problem is this. That "read_dir" works fine, the first time it i

Weird Segfaulting

2006-05-18 Thread Jordan Walsh
lt down to "read_dir". Because it works once I am led to believe it is a memory allocation issue, but I cannot find anything I have done wrong. Any help would be appreciated. Sorry about the messy code, alot is commented out as i tried to figure out my problem. -- Jordan

Redrawing slow.

2006-03-07 Thread Jordan Walsh
Hi. I have implemented a widget, and had to include native scrolling capabilities. Only problem is, redrawing is slightly slow, and a noticeable lag (.25 second) is noticed on every scroll. I was wondering if there is a way to after a scroll, draw my window somewhere else, and then show it all