Re: GObject-Introspection 0.5.0



On Mon, 2008-09-08 at 17:28 +0200, Murray Cumming wrote:

> > In GAPI, we have two ownership attributes on list elements: owned and
> > elements_owned.
> 
> or nothing is owned. Yes, we have these 3 in gtkmm too. Johan's system
> offers a fourth combination, list-not-owned, element-owned, so-far not
> seen in the wild), but it seems fine.

Just to clarify, this is what I'm talking about by "attributes on list
elements" in GAPI XML.

<method name="GetSelectedItems" cname="gtk_icon_view_get_selected_items">
  <return-type type="GList*" element_type="GtkTreePath*" elements_owned="true" owned="true" />
</method>

If either attribute is unspecified, it's assumed to be false.

-- 
Mike Kestner <mkestner novell com>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]