Re: Image Loading Problem on Windows Box

2007-07-24 Thread Rick Jones
ignorance and not having read all the docs - do those two calls fix-up the '/' vs '\' issues one has between Unix and Windows? rick jones ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

Re: gthread vs pthread

2007-07-23 Thread Rick Jones
-specific stuff to get the platform-specific thread IDs so I could make CPU binding calls against them. rick jones ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: how to read data with g_io_read_channel throwed it through a normal socket

2007-04-12 Thread Rick Jones
/svn/netperf4/trunk for the stuff done in netserver and if one is adventuresome, a work-in-progress to get the netperf side properly event-driven: http://www.netperf.org/svn/netperf4/branches/gobject_migration hth, rick jones ___ gtk-app-devel-list

written-up caveats on g_main_context_iteration?

2007-03-19 Thread Rick Jones
might be able to use g_main_context_iteration instead to allow the code that wants to wait to let the loop run to let the test state to be updated etc etc. Are there any non-trivial caveats in using g_main_context_iteration? rick jones tell tests to enter init wait for tests to enter init tell

Re: xml messaging

2007-03-16 Thread Rick Jones
- working code http://www.netperf.org/svn/netperf4/branches/gobject_migration - code in transition rick jones ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: is there a g_option_print_usage() command?

2007-03-13 Thread Rick Jones
that the g_option_mumble stuff is emitting the equivalent to a usage string for --help I want to use that rather than build a second one in parallel. rick jones ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

is there a g_option_print_usage() command?

2007-03-12 Thread Rick Jones
://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html didn't mention one - before I use something I find from source I'd want to check that it was simply an oversight in the api docs :) thanks, rick jones ___ gtk-app-devel-list mailing list

Re: GThread pid_t?

2006-08-10 Thread Rick Jones
be somewhere in: http://www.netperf.org/svn/netperf4/trunk/src/ I think it will be in netlib.c - the routine is called launch_pad rick jones ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

Re: Storing GObject in GtkListStore

2006-08-02 Thread Rick Jones
. Others will have far more informed asnwers than I but I thought I'd ask - wouldn't you use some other fundamental type if you were storing a pointer? I'm thinking when one goes to 64-bit or has code snippets copied into a 64-bit application that mixing int and pointer would be bad news. rick

status of archive indicies? GObject exmaples

2006-07-31 Thread Rick Jones
(again). It bombed out silently last time leaving lockfiles in place (and archives unsearchable). Please bear with us while we try to get it sorted out. -- GNOME sysadmin team. rick jones ___ gtk-app-devel-list mailing list gtk-app-devel-list

Re: building a library using gtk+

2006-05-17 Thread Rick Jones
need to build a shared/dynamic library. rick jones still only getting started with all this... ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: building a library using gtk+

2006-05-17 Thread Rick Jones
. I've run into this a couple times while porting netperf4. rick jones portable adj, code that compiles under more than one compiler ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

Re: building a library using gtk+

2006-05-17 Thread Rick Jones
John Cupitt wrote: On 5/17/06, Rick Jones [EMAIL PROTECTED] wrote: I handle this by making my own .pc file for my library. It's fairly easy to get your configure script to generate one and install it correctly, but I could post an example if you like. One you have a mylibrary.pc installed