~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to src/glib-values.ads

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
   --       Val := To_Ref_Counted_Value (Get_Boxed (Value));
142
142
   --       Unset (Value);
143
143
   --    end;
 
144
   --
 
145
   --  See also Glib.Generic_Properties.Generic_Internal_Boxed_Property.
144
146
 
145
147
   procedure Set_Enum (Value : in out GValue; V_Enum : Gint);
146
148
   function Get_Enum (Value : GValue) return Glib.Gint;