get image in gtktextbuffer

2009-01-09 Thread YU WU
dear all, i added an image into a textbuffer. how can i get the image from the textbuffer? thanks a lot. wu yu _ Send e-mail anywhere. No map, no compass.

Re: get image in gtktextbuffer

2009-01-09 Thread Larry Reaves
You probably want gtk_container_get_children (). -Larry On Tue, 2009-01-06 at 14:37 +, YU WU wrote: dear all, i added an image into a textbuffer. how can i get the image from the textbuffer? thanks a lot. wu yu _

GLib 2.18.4 released

2009-01-09 Thread Matthias Clasen
GLib 2.18.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.18/ http://download.gnome.org/sources/glib/2.18/ glib-2.18.4.tar.bz2 md5sum: ec25ed261534d870141000ab73f1a2bf glib-2.18.4.tar.gzmd5sum: aeecf7b3554f49d010cc540059bc7583 This is a bug fix release in the 2.18

g_object_unref race condition

2009-01-09 Thread Ole Andre Vadla Ravnås
Hi, If you're a GLib maintainer, could you please take a look at: http://bugzilla.gnome.org/show_bug.cgi?id=556515 It's a long-standing race condition in g_object_unref that's trivially fixable. Thanks, Ole André ___ gtk-devel-list mailing list

Re: gparamspecs.c param_double_validate() doesn't support NaN/Inf?

2009-01-09 Thread Michael Natterer
On Thu, 2009-01-08 at 16:46 -0500, Andrew Paprocki wrote: I have a GObject with a double property that I need to be able to set NaN to in certain circumstances. Right now, GObject prints out a warning when this is done because param_double_validate does not handle NaN/Inf explicitly. **

Re: gparamspecs.c param_double_validate() doesn't support NaN/Inf?

2009-01-09 Thread Andrew Paprocki
On Fri, Jan 9, 2009 at 7:11 AM, Michael Natterer mi...@gimp.org wrote: Should I patch GParamSpecDouble to have two :1 fields for 'allow_nan', 'allow_inf' and make param_double_validate do the correct thing with isnan()/isinf()? I think you have a very good point here and that use case is

GLib 2.18.4 released

2009-01-09 Thread Matthias Clasen
GLib 2.18.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.18/ http://download.gnome.org/sources/glib/2.18/ glib-2.18.4.tar.bz2 md5sum: ec25ed261534d870141000ab73f1a2bf glib-2.18.4.tar.gzmd5sum: aeecf7b3554f49d010cc540059bc7583 This is a bug fix release in the 2.18

Re: gparamspecs.c param_double_validate() doesn't support NaN/Inf?

2009-01-09 Thread Michael Natterer
On Fri, 2009-01-09 at 13:03 -0500, Andrew Paprocki wrote: On Fri, Jan 9, 2009 at 7:11 AM, Michael Natterer mi...@gimp.org wrote: Should I patch GParamSpecDouble to have two :1 fields for 'allow_nan', 'allow_inf' and make param_double_validate do the correct thing with isnan()/isinf()? I

Re: documentation or example for GObjectIntrospection

2009-01-09 Thread Colin Walters
2009/1/8 Andy Tai a...@atai.org: Hi, I am interested in learning more about the internals of GObject Introspection and the steps to make a binding for a GObject based C libraries to some language. However, the current documentation is not very complete on how to go about this. I'm working

GLib 2.18.4 released

2009-01-09 Thread Matthias Clasen
GLib 2.18.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.18/ http://download.gnome.org/sources/glib/2.18/ glib-2.18.4.tar.bz2 md5sum: ec25ed261534d870141000ab73f1a2bf glib-2.18.4.tar.gzmd5sum: aeecf7b3554f49d010cc540059bc7583 This is a bug fix release in the 2.18

Re: gtk-perl-list Digest, Vol 57, Issue 7

2009-01-09 Thread csincock-gmail
was scrubbed... Name: GtkObject.xs.bindings.diff Type: text/x-diff Size: 1289 bytes Desc: not available URL: http://mail.gnome.org/archives/gtk-perl-list/attachments/20090109/c95dba81/attachment.bin -- next part -- A non-text attachment was scrubbed... Name: t-entry.pl

CamelBox Error - Entry Point Not Found

2009-01-09 Thread Jeff Hallock
After installing the latest version of CamelBox and attempting to run gyroscope.pl, I get this error: Entry Point Not Found The procedure entry point g_bookmark_file_error_quark could not be located in the dynamic link library libglib-2.0-0.dll. I am running XP SP3. Prior to installing

default signal closure via bindingset

2009-01-09 Thread Kevin Ryde
The program below gets two errors GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed at /home/gg/bug/glib-sig-ret-undef/foo.pl line 44. [gperl_value_from_sv] FIXME: unhandled type - 0 ((null) fundamental for (null)) I think the first is

Re: Volunteers for wrapping new API?

2009-01-09 Thread Emmanuel Rodriguez
I can give it a try as the weekend is arriving and it's cold outside ;) I don't have the most recent version of GTK nor perl Gtk2. I'm using the stock versions provided by Ubuntu 7.10, which is not even the most recent Ubuntu! I have a few questions: I hope that this is the right way for

Re: CamelBox Error - Entry Point Not Found

2009-01-09 Thread Brian Manning
2009/1/9 Jeff Hallock jhall...@wbanda.com: After installing the latest version of CamelBox and attempting to run gyroscope.pl, I get this error: Entry Point Not Found The procedure entry point g_bookmark_file_error_quark could not be located in the dynamic link library libglib-2.0-0.dll. I

Re: Volunteers for wrapping new API?

2009-01-09 Thread Kevin Ryde
Emmanuel Rodriguez emmanuel.rodrig...@gmail.com writes: In Ubuntu/Debian I had to install the modules this way: perl Makefile.PL INSTALLDIRS=vendor make sudo make install PREFIX=/usr It's a pity because this will install the newest version over the existing one. That scariest bit with

Re: default signal closure via bindingset

2009-01-09 Thread muppet
On Jan 9, 2009, at 4:01 PM, Kevin Ryde wrote: The program below gets two errors GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed at /home/gg/bug/glib-sig-ret-undef/foo.pl line 44. [gperl_value_from_sv] FIXME: unhandled type - 0 ((null) fundamental for

Re: Volunteers for wrapping new API?

2009-01-09 Thread muppet
On Jan 9, 2009, at 4:09 PM, Emmanuel Rodriguez wrote: I can give it a try as the weekend is arriving and it's cold outside ;) I don't have the most recent version of GTK nor perl Gtk2. I'm using the stock versions provided by Ubuntu 7.10, which is not even the most recent Ubuntu! I have a few

Patch for GtkCellView 2.16

2009-01-09 Thread Emmanuel Rodriguez
Same as the previous patch but with the proper gtk version check. Please, if something is wrong comment it to me as soon as possible as I will start to do the others modules. -- Emmanuel Rodriguez Index: xs/GtkCellView.xs === ---

Re: Volunteers for wrapping new API?

2009-01-09 Thread Torsten Schoenfeld
Emmanuel Rodriguez wrote: I can give it a try as the weekend is arriving and it's cold outside ;) I don't have the most recent version of GTK nor perl Gtk2. I'm using the stock versions provided by Ubuntu 7.10, which is not even the most recent Ubuntu! I have a few questions: I hope that this