Re: Image Loading Problem on Windows Box

2007-07-24 Thread Rick Jones
e("images/logo.jpg"); naive question showing my 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

Re: gthread vs pthread

2007-07-23 Thread Rick Jones
o have platform-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

Re: Thread-save posting of events

2007-03-28 Thread Rick Jones
s the GAsyncQueues stuff would be useful for thread-to-thread comms? http://developer.gnome.org/doc/API/2.0/glib/glib-Asynchronous-Queues.html You probably still need watch routines executing the the various event loops (guessing). rick jones still only learning this stuff himself.

written-up caveats on g_main_context_iteration?

2007-03-19 Thread Rick Jones
if I 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

Re: xml messaging

2007-03-16 Thread Rick Jones
http://www.netperf.org/svn/netperf4/trunk - 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
ge string." Now 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://

is there a g_option_print_usage() command?

2007-03-12 Thread Rick Jones
http://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-li

Re: a GList of g_object_add_weak_pointer()s

2007-03-02 Thread Rick Jones
ase and they have bad data > locality, pointer arrays would be better. The structure isn't expected to change much after construction, although the length is not known ahead of time. At present I don't anticipate performance to be an issue here -

a GList of g_object_add_weak_pointer()s

2007-03-01 Thread Rick Jones
hat I pass to g_list_append(), and then I could pass &(node->data) to g_object_add_weak_pointer(). Does that sound reasonable? rick jones for those who want to see some really bad GObject coding :) http://www.netperf.org/svn/netperf4/branches/netperf4_gobject FWIW I'm working off the

Re: libglade frustration

2007-02-14 Thread Rick Jones
David Nečas (Yeti) wrote: > On Tue, Feb 13, 2007 at 04:32:19PM -0800, Rick Jones wrote: > >>I'm not really interested >>in how library call foo is implemented, I just want to know how to call >>it do get my work done. > > > So you want to know how to us

Re: libglade frustration

2007-02-13 Thread Rick Jones
o install source unless I was compileing somewhere were I didnt' already have a binary/library. I'm not really interested in how library call foo is implemented, I just want to know how to call it do get my work done. rick jones ___ gt

Re: GThread pid_t?

2006-08-10 Thread Rick Jones
start routine. What I did should 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

Re: Storing GObject in GtkListStore

2006-08-02 Thread Rick Jones
that mixing "int" and pointer would be bad news. rick jones ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

status of archive indicies? GObject exmaples

2006-07-31 Thread Rick Jones
x27;re re-building the archive search indexes (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 ___

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. > > O

Re: building a library using gtk+

2006-05-17 Thread Rick Jones
27;t using. 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/listinf

Re: building a library using gtk+

2006-05-17 Thread Rick Jones
think you 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