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

« back to all changes in this revision

Viewing changes to src/glib-main.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:
1
1
-----------------------------------------------------------------------
2
2
--               GtkAda - Ada95 binding for Gtk+/Gnome               --
3
3
--                                                                   --
 
4
--                Copyright (C) 2006-2008, AdaCore                   --
4
5
--                                                                   --
5
6
-- This library is free software; you can redistribute it and/or     --
6
7
-- modify it under the terms of the GNU General Public               --
402
402
   pragma Import (C, Main_Context_Unref,   "g_main_context_unref");
403
403
   pragma Import (C, Main_Context_Default, "g_main_context_default");
404
404
   pragma Import (C, Wakeup,               "g_main_context_wakeup");
405
 
   pragma Import (C, Acquire,              "g_main_context_acquire");
406
405
   pragma Import (C, Release,              "g_main_context_release");
407
 
   pragma Import (C, Is_Owner,             "g_main_context_is_owner");
408
406
   pragma Import (C, Dispatch,             "g_main_context_dispatch");
409
407
   pragma Import (C, Source_Ref,           "g_source_ref");
410
408
   pragma Import (C, Source_Unref,         "g_source_unref");
412
410
   pragma Import (C, Source_Destroy,       "g_source_destroy");
413
411
   pragma Import (C, Set_Priority,         "g_source_set_priority");
414
412
   pragma Import (C, Get_Priority,         "g_source_get_priority");
415
 
   pragma Import (C, Set_Can_Recurse,      "g_source_set_can_recurse");
416
 
   pragma Import (C, Get_Can_Recurse,      "g_source_get_can_recurse");
417
413
   pragma Import (C, Get_Id,               "g_source_get_id");
418
414
   pragma Import (C, Get_Context,          "g_source_get_context");
419
415
   pragma Import (C, Idle_Source_New,      "g_idle_source_new");