Re: [gobject-introspection] How to use caller-allocates and allow-none annotations in Clutter

2013-01-09 Thread Kouhei Sutou
.] Thanks for your reply. I am still waiting for a g-i developer but your reply is very helpful for me. I may misunderstand (out caller-allocates). My understanding about (out) (allow-none) will be right. Thanks! -- kou On 07/01/13 13:22, Kouhei Sutou wrote: ClutterActorIter iter

[gobject-introspection] How to use caller-allocates and allow-none annotations in Clutter

2013-01-07 Thread Kouhei Sutou
Hi, I have questions about out caller-allocates and allow-none annotations of GObject Introspection. I'm sending this e-mail to gtk-devel-list because https://live.gnome.org/GObjectIntrospection introduces this list. I submitted a bug report to Clutter: child of clutter_actor_iter_next() and

Re: Test Framework Mini Tutorial

2007-12-14 Thread Kouhei Sutou
Hi, I'm developing Cutter(*) that is an unit testing framework for C to write tests more easily and simply. (*): http://cutter.sf.net/ In [EMAIL PROTECTED] Test Framework Mini Tutorial on Thu, 13 Dec 2007 18:14:57 +0100 (CET), Tim Janik [EMAIL PROTECTED] wrote: The main goals in writing

Re: GtkBuilder Public API - Last call

2007-06-12 Thread Kouhei Sutou
Hi, I found a typo. 2007/6/13, Johan Dahlin [EMAIL PROTECTED]: gtkbuilder.h /** * gtk_builder_add_from_file: * @buildable: a #GtkBuilder @buildable - @builder * @filename: the name of the file to parse * @error: return location for an error * * Parses a string

Re: GtkTransparent

2006-07-12 Thread Kouhei Sutou
Hi, In [EMAIL PROTECTED] Re: GtkTransparent on Wed, 12 Jul 2006 11:34:45 +0900 (JST), Masatake YAMATO [EMAIL PROTECTED] wrote: I wrote a widget GtkTransparent that makes your custom shape widget easily. If you want to get an arc shape widget, you can write the following:

Re: GtkTransparent

2006-07-12 Thread Kouhei Sutou
Hi, In [EMAIL PROTECTED] Re: GtkTransparent on Wed, 12 Jul 2006 14:59:24 +0100, Gustavo J. A. M. Carneiro [EMAIL PROTECTED] wrote: Can you stack GtkTransparent widgets? Yes. If so, does it have the expected result with translucency? Yes. See this screenshot:

Re: GtkTransparent

2006-07-12 Thread Kouhei Sutou
Hi, I saw that the name GtkTransparent is not good. I should select a better name like GtkCustomShape or some other name. Sorry. Regards, -- kou 2006/7/13, Gustavo J. A. M. Carneiro [EMAIL PROTECTED]: On Qua, 2006-07-12 at 23:47 +0900, Kouhei Sutou wrote: Hi, In [EMAIL PROTECTED] Re

GtkTransparent

2006-07-11 Thread Kouhei Sutou
Hi, I wrote a widget GtkTransparent that makes your custom shape widget easily. If you want to get an arc shape widget, you can write the following: static gboolean expose_cb (GtkWidget *widget, GdkEventExpose *event, gpointer data) { cairo_t *cr; /* Normally: cr = gdk_cairo_create