~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to glib/gnome/gw/glib-spec.scm

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
  (add-type! ws (make <gerror-type> #:name '<GError>))
147
147
  (add-type-alias! ws "GError**" '<GError>)
148
148
 
 
149
  (wrap-freeable-pointer! ws "GBookmarkFile"
 
150
                          "g_bookmark_file_free")
 
151
 
 
152
  (wrap-refcounted-pointer! ws "GIOChannel"
 
153
                            "g_io_channel_ref" "g_io_channel_unref")
 
154
  (wrap-refcounted-pointer! ws "GMainLoop"
 
155
                            "g_main_loop_ref" "g_main_loop_unref")
 
156
  (wrap-refcounted-pointer! ws "GMainContext"
 
157
                            "g_main_context_ref" "g_main_context_unref")
 
158
  (wrap-refcounted-pointer! ws "GSource"
 
159
                            "g_source_ref" "g_source_unref")
 
160
 
 
161
  (wrap-opaque-pointer! ws "GString*")
 
162
 
149
163
  (load-defs-with-overrides ws "gnome/defs/glib.defs"))
150
164
 
151
165
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;