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

« back to all changes in this revision

Viewing changes to src/glib-gslist.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:
68
68
      procedure Free (List : in out GSlist);
69
69
      function Get_Data (List : in GSlist)
70
70
                         return Gpointer;
 
71
 
 
72
      function Get_Data_Address (List : GSlist) return System.Address;
 
73
      --  Return directly the System.Address contained in the C list.
 
74
      --  This is used mainly internally in GtkAda to implement String lists,
 
75
      --  and you should not have to use this subprogram yourself.
 
76
 
71
77
      function Index (List : in GSlist;
72
78
                      Data : in Gpointer)
73
79
                      return Gint;