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

« back to all changes in this revision

Viewing changes to libgnomeui/gnome/overrides/libgnomeui.defs-type-ignores

  • 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:
1
1
;; -*- scheme -*-
2
2
 
3
 
(define-object AppBar
4
 
  (in-module "Gnome")
5
 
  (parent "GtkHBox")
6
 
  (c-name "GnomeAppBar")
7
 
  (gtype-id "GNOME_TYPE_APPBAR")
8
 
)
9
 
 
10
 
(ignore-types "GnomeColorPicker"
 
3
(ignore-types "GnomeAbout"
 
4
              "GnomeApp"
 
5
              "GnomeAppBar"
 
6
              "GnomeColorPicker"
11
7
              "GnomeDialog"
 
8
              "GnomeDruid"
 
9
              "GnomeDruidPage"
 
10
              "GnomeDruidPageEdge"
 
11
              "GnomeEdgePosition"
 
12
              "GnomeDruidPageStandard"
12
13
              "GnomeEntry"
13
14
              "GnomeIconData"
 
15
              "GnomeIconEntry"
 
16
              "GnomeIconTextItem"
 
17
              "GnomeIconList"
 
18
              "GnomeIconTheme"
 
19
              "GnomeIconSelection"
 
20
              "GnomeIconData"
 
21
              "GnomeHRef"
 
22
              "GnomeFileEntry"
14
23
              "GnomeFontPicker"
15
24
              "GnomeMDI"
16
25
              "GnomeMDIChild"
20
29
              "GnomePropertyBox"
21
30
              "GnomeFontPickerMode"
22
31
              "GnomeMDIMode"
 
32
              "GnomeScores"
23
33
              "GnomeThemeFileParseError"
24
 
              "GnomeAppBar")
25
 
 
 
34
              "GnomeThumbnailSize"
 
35
              "GnomeThumbnailFactory")
26
36
 
27
37