Fri Sep 9 10:02:03 2011 UTC ()
Changes 3.0.12:
* Assorted file chooser improvements/redesign:
 - Remove the expander in Save mode
 - Move the path bar up in Save mode
 - Remember the last opened directory
 - Start in recently-used mode when no folder is set
 - Update recent-files when confirming in the file chooser


(adam)
diff -r1.8 -r1.9 pkgsrc/x11/gtk3/Makefile
diff -r1.2 -r1.3 pkgsrc/x11/gtk3/PLIST
diff -r1.5 -r1.6 pkgsrc/x11/gtk3/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/x11/gtk3/options.mk

cvs diff -r1.8 -r1.9 pkgsrc/x11/gtk3/Makefile (switch to unified diff)

--- pkgsrc/x11/gtk3/Makefile 2011/07/17 03:34:35 1.8
+++ pkgsrc/x11/gtk3/Makefile 2011/09/09 10:02:03 1.9
@@ -1,88 +1,88 @@ @@ -1,88 +1,88 @@
1# $NetBSD: Makefile,v 1.8 2011/07/17 03:34:35 ryoon Exp $ 1# $NetBSD: Makefile,v 1.9 2011/09/09 10:02:03 adam Exp $
2 2
3DISTNAME= gtk+-3.0.11 3DISTNAME= gtk+-3.0.12
4PKGNAME= ${DISTNAME:S/gtk/gtk3/} 4PKGNAME= ${DISTNAME:S/gtk/gtk3/}
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/3.0/ \ 6MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/3.0/ \
7 ${MASTER_SITE_GNOME:=sources/gtk+/3.0/} 7 ${MASTER_SITE_GNOME:=sources/gtk+/3.0/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gtk.org/ 11HOMEPAGE= http://www.gtk.org/
12COMMENT= GIMP Toolkit v3 - libraries for building X11 user interfaces 12COMMENT= GIMP Toolkit v3 - libraries for building X11 user interfaces
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18USE_TOOLS+= gmake msgfmt perl pkg-config bash 18USE_TOOLS+= gmake msgfmt perl pkg-config bash
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
20USE_LIBTOOL= yes 20USE_LIBTOOL= yes
21PTHREAD_AUTO_VARS= yes 21PTHREAD_AUTO_VARS= yes
22 22
23GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes
24# XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh 24# XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh
25CONFIG_SHELL= bash 25CONFIG_SHELL= bash
26CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata 26CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata
27# Work around build problems, disable unstable PAPI, PR #41608: 27# Work around build problems, disable unstable PAPI, PR #41608:
28CONFIGURE_ARGS+= --disable-papi 28CONFIGURE_ARGS+= --disable-papi
29# XXX for now, to avoid conflict 29# XXX for now, to avoid conflict
30CONFIGURE_ARGS+= --enable-gtk2-dependency 30CONFIGURE_ARGS+= --enable-gtk2-dependency
31DEPENDS+= gtk2+-[0-9]*:../../x11/gtk2 31DEPENDS+= gtk2+-[0-9]*:../../x11/gtk2
32MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} 32MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
33TEST_TARGET= check 33TEST_TARGET= check
34 34
35PKGCONFIG_OVERRIDE+= gdk-3.0.pc.in 35PKGCONFIG_OVERRIDE+= gdk-3.0.pc.in
36PKGCONFIG_OVERRIDE+= gtk+-3.0-uninstalled.pc.in 36PKGCONFIG_OVERRIDE+= gtk+-3.0-uninstalled.pc.in
37PKGCONFIG_OVERRIDE+= gtk+-3.0.pc.in 37PKGCONFIG_OVERRIDE+= gtk+-3.0.pc.in
38PKGCONFIG_OVERRIDE+= gtk+-unix-print-3.0.pc.in 38PKGCONFIG_OVERRIDE+= gtk+-unix-print-3.0.pc.in
39PKGCONFIG_OVERRIDE+= gail-3.0-uninstalled.pc.in 39PKGCONFIG_OVERRIDE+= gail-3.0-uninstalled.pc.in
40PKGCONFIG_OVERRIDE+= gail-3.0.pc.in 40PKGCONFIG_OVERRIDE+= gail-3.0.pc.in
41 41
42INSTALLATION_DIRS+= lib/gtk-3.0/immodules 42INSTALLATION_DIRS+= lib/gtk-3.0/immodules
43INSTALLATION_DIRS+= lib/gtk-3.0/modules 43INSTALLATION_DIRS+= lib/gtk-3.0/modules
44INSTALLATION_DIRS+= lib/gtk-3.0/3.0.0/filesystems 44INSTALLATION_DIRS+= lib/gtk-3.0/3.0.0/filesystems
45 45
46#REQD_DIRS+= ${PREFIX}/libdata/gtk-2.0 46#REQD_DIRS+= ${PREFIX}/libdata/gtk-2.0
47 47
48BUILD_DIRS= . demos/gtk-demo 48BUILD_DIRS= . demos/gtk-demo
49 49
50.include "../../mk/bsd.prefs.mk" 50.include "../../mk/bsd.prefs.mk"
51 51
52# gtk/Makefile.am hardcodes 'grep -o' so require GNU grep on platforms 52# gtk/Makefile.am hardcodes 'grep -o' so require GNU grep on platforms
53# which do not have it. 53# which do not have it.
54.if ${OPSYS} == "SunOS" 54.if ${OPSYS} == "SunOS"
55BUILD_DEPENDS+= grep-[0-9]*:../../textproc/grep 55BUILD_DEPENDS+= grep-[0-9]*:../../textproc/grep
56TOOLS_PATH.grep= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}grep 56TOOLS_PATH.grep= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}grep
57.endif 57.endif
58 58
59CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" 59CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
60 60
61# We remove the module databases during post-install since we create them 61# We remove the module databases during post-install since we create them
62# anew in the +INSTALL script as part of the POST-INSTALL action. 62# anew in the +INSTALL script as part of the POST-INSTALL action.
63# 63#
64post-install: 64post-install:
65 ${RM} -f ${DESTDIR}${GTK3_IMMODULES_DB} 65 ${RM} -f ${DESTDIR}${GTK3_IMMODULES_DB}
66 66
67_BUILDING_GTK3= yes 67_BUILDING_GTK3= yes
68.include "modules.mk" 68.include "modules.mk"
69 69
70.include "../../databases/shared-mime-info/buildlink3.mk" 70.include "../../databases/shared-mime-info/buildlink3.mk"
71BUILDLINK_API_DEPENDS.atk+= atk>=1.30.0 71BUILDLINK_API_DEPENDS.atk+= atk>=1.30.0
72.include "../../devel/atk/buildlink3.mk" 72.include "../../devel/atk/buildlink3.mk"
73.include "../../devel/gettext-lib/buildlink3.mk" 73.include "../../devel/gettext-lib/buildlink3.mk"
74BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0 74BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
75.include "../../devel/glib2/buildlink3.mk" 75.include "../../devel/glib2/buildlink3.mk"
76.include "../../graphics/gdk-pixbuf2/buildlink3.mk" 76.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
77 77
78.include "options.mk" 78.include "options.mk"
79 79
80BUILDLINK_API_DEPENDS.pango+= pango>=1.24.0 80BUILDLINK_API_DEPENDS.pango+= pango>=1.24.0
81.include "../../devel/pango/buildlink3.mk" 81.include "../../devel/pango/buildlink3.mk"
82.include "../../fonts/fontconfig/buildlink3.mk" 82.include "../../fonts/fontconfig/buildlink3.mk"
83BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.0 83BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.0
84.include "../../graphics/cairo/buildlink3.mk" 84.include "../../graphics/cairo/buildlink3.mk"
85.include "../../graphics/cairo-gobject/buildlink3.mk" 85.include "../../graphics/cairo-gobject/buildlink3.mk"
86.include "../../graphics/freetype2/buildlink3.mk" 86.include "../../graphics/freetype2/buildlink3.mk"
87 87
88.include "../../mk/bsd.pkg.mk" 88.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/x11/gtk3/PLIST (switch to unified diff)

--- pkgsrc/x11/gtk3/PLIST 2011/04/10 04:30:01 1.2
+++ pkgsrc/x11/gtk3/PLIST 2011/09/09 10:02:03 1.3
@@ -1,1168 +1,1184 @@ @@ -1,1168 +1,1184 @@
1@comment $NetBSD: PLIST,v 1.2 2011/04/10 04:30:01 obache Exp $ 1@comment $NetBSD: PLIST,v 1.3 2011/09/09 10:02:03 adam Exp $
2bin/gtk-query-immodules-3.0 2bin/gtk-query-immodules-3.0
3bin/gtk3-demo 3bin/gtk3-demo
4include/gail-3.0/gail/gailwidget.h 4include/gail-3.0/gail/gailwidget.h
5include/gail-3.0/libgail-util/gail-util.h 5include/gail-3.0/libgail-util/gail-util.h
6include/gail-3.0/libgail-util/gailmisc.h 6include/gail-3.0/libgail-util/gailmisc.h
7include/gail-3.0/libgail-util/gailtextutil.h 7include/gail-3.0/libgail-util/gailtextutil.h
8include/gtk-3.0/gdk/gdk.h 8include/gtk-3.0/gdk/gdk.h
9include/gtk-3.0/gdk/gdkapplaunchcontext.h 9include/gtk-3.0/gdk/gdkapplaunchcontext.h
10include/gtk-3.0/gdk/gdkcairo.h 10include/gtk-3.0/gdk/gdkcairo.h
11include/gtk-3.0/gdk/gdkcolor.h 11include/gtk-3.0/gdk/gdkcolor.h
12include/gtk-3.0/gdk/gdkconfig.h 12include/gtk-3.0/gdk/gdkconfig.h
13include/gtk-3.0/gdk/gdkcursor.h 13include/gtk-3.0/gdk/gdkcursor.h
14include/gtk-3.0/gdk/gdkdevice.h 14include/gtk-3.0/gdk/gdkdevice.h
15include/gtk-3.0/gdk/gdkdevicemanager.h 15include/gtk-3.0/gdk/gdkdevicemanager.h
16include/gtk-3.0/gdk/gdkdisplay.h 16include/gtk-3.0/gdk/gdkdisplay.h
17include/gtk-3.0/gdk/gdkdisplaymanager.h 17include/gtk-3.0/gdk/gdkdisplaymanager.h
18include/gtk-3.0/gdk/gdkdnd.h 18include/gtk-3.0/gdk/gdkdnd.h
19include/gtk-3.0/gdk/gdkenumtypes.h 19include/gtk-3.0/gdk/gdkenumtypes.h
20include/gtk-3.0/gdk/gdkevents.h 20include/gtk-3.0/gdk/gdkevents.h
21include/gtk-3.0/gdk/gdkkeys.h 21include/gtk-3.0/gdk/gdkkeys.h
22include/gtk-3.0/gdk/gdkkeysyms-compat.h 22include/gtk-3.0/gdk/gdkkeysyms-compat.h
23include/gtk-3.0/gdk/gdkkeysyms.h 23include/gtk-3.0/gdk/gdkkeysyms.h
24include/gtk-3.0/gdk/gdkmain.h 24include/gtk-3.0/gdk/gdkmain.h
25include/gtk-3.0/gdk/gdkpango.h 25include/gtk-3.0/gdk/gdkpango.h
26include/gtk-3.0/gdk/gdkpixbuf.h 26include/gtk-3.0/gdk/gdkpixbuf.h
27include/gtk-3.0/gdk/gdkprivate.h 27include/gtk-3.0/gdk/gdkprivate.h
28include/gtk-3.0/gdk/gdkproperty.h 28include/gtk-3.0/gdk/gdkproperty.h
29include/gtk-3.0/gdk/gdkrectangle.h 29include/gtk-3.0/gdk/gdkrectangle.h
30include/gtk-3.0/gdk/gdkrgba.h 30include/gtk-3.0/gdk/gdkrgba.h
31include/gtk-3.0/gdk/gdkscreen.h 31include/gtk-3.0/gdk/gdkscreen.h
32include/gtk-3.0/gdk/gdkselection.h 32include/gtk-3.0/gdk/gdkselection.h
33include/gtk-3.0/gdk/gdktestutils.h 33include/gtk-3.0/gdk/gdktestutils.h
34include/gtk-3.0/gdk/gdkthreads.h 34include/gtk-3.0/gdk/gdkthreads.h
35include/gtk-3.0/gdk/gdktypes.h 35include/gtk-3.0/gdk/gdktypes.h
36include/gtk-3.0/gdk/gdkvisual.h 36include/gtk-3.0/gdk/gdkvisual.h
37include/gtk-3.0/gdk/gdkwindow.h 37include/gtk-3.0/gdk/gdkwindow.h
38include/gtk-3.0/gdk/gdkx.h 38${PLIST.quartz}include/gtk-3.0/gdk/gdkquartz.h
39include/gtk-3.0/gdk/x11/gdkx11applaunchcontext.h 39${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzcursor.h
40include/gtk-3.0/gdk/x11/gdkx11cursor.h 40${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzdevice-core.h
41include/gtk-3.0/gdk/x11/gdkx11device-core.h 41${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzdevicemanager-core.h
42include/gtk-3.0/gdk/x11/gdkx11device-xi.h 42${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzdisplay.h
43include/gtk-3.0/gdk/x11/gdkx11device-xi2.h 43${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzdisplaymanager.h
44include/gtk-3.0/gdk/x11/gdkx11devicemanager-core.h 44${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzdnd.h
45include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi.h 45${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzkeys.h
46include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi2.h 46${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzscreen.h
47include/gtk-3.0/gdk/x11/gdkx11display.h 47${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzutils.h
48include/gtk-3.0/gdk/x11/gdkx11displaymanager.h 48${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzvisual.h
49include/gtk-3.0/gdk/x11/gdkx11dnd.h 49${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzwindow.h
50include/gtk-3.0/gdk/x11/gdkx11keys.h 50${PLIST.x11}include/gtk-3.0/gdk/gdkx.h
51include/gtk-3.0/gdk/x11/gdkx11property.h 51${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11applaunchcontext.h
52include/gtk-3.0/gdk/x11/gdkx11screen.h 52${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11cursor.h
53include/gtk-3.0/gdk/x11/gdkx11selection.h 53${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11device-core.h
54include/gtk-3.0/gdk/x11/gdkx11utils.h 54${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11device-xi.h
55include/gtk-3.0/gdk/x11/gdkx11visual.h 55${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11device-xi2.h
56include/gtk-3.0/gdk/x11/gdkx11window.h 56${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11devicemanager-core.h
 57${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi.h
 58${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi2.h
 59${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11display.h
 60${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11displaymanager.h
 61${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11dnd.h
 62${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11keys.h
 63${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11property.h
 64${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11screen.h
 65${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11selection.h
 66${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11utils.h
 67${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11visual.h
 68${PLIST.x11}include/gtk-3.0/gdk/x11/gdkx11window.h
57include/gtk-3.0/gtk/gtk.h 69include/gtk-3.0/gtk/gtk.h
58include/gtk-3.0/gtk/gtkaboutdialog.h 70include/gtk-3.0/gtk/gtkaboutdialog.h
59include/gtk-3.0/gtk/gtkaccelgroup.h 71include/gtk-3.0/gtk/gtkaccelgroup.h
60include/gtk-3.0/gtk/gtkaccellabel.h 72include/gtk-3.0/gtk/gtkaccellabel.h
61include/gtk-3.0/gtk/gtkaccelmap.h 73include/gtk-3.0/gtk/gtkaccelmap.h
62include/gtk-3.0/gtk/gtkaccessible.h 74include/gtk-3.0/gtk/gtkaccessible.h
63include/gtk-3.0/gtk/gtkaction.h 75include/gtk-3.0/gtk/gtkaction.h
64include/gtk-3.0/gtk/gtkactiongroup.h 76include/gtk-3.0/gtk/gtkactiongroup.h
65include/gtk-3.0/gtk/gtkactivatable.h 77include/gtk-3.0/gtk/gtkactivatable.h
66include/gtk-3.0/gtk/gtkadjustment.h 78include/gtk-3.0/gtk/gtkadjustment.h
67include/gtk-3.0/gtk/gtkalignment.h 79include/gtk-3.0/gtk/gtkalignment.h
68include/gtk-3.0/gtk/gtkappchooser.h 80include/gtk-3.0/gtk/gtkappchooser.h
69include/gtk-3.0/gtk/gtkappchooserbutton.h 81include/gtk-3.0/gtk/gtkappchooserbutton.h
70include/gtk-3.0/gtk/gtkappchooserdialog.h 82include/gtk-3.0/gtk/gtkappchooserdialog.h
71include/gtk-3.0/gtk/gtkappchooserwidget.h 83include/gtk-3.0/gtk/gtkappchooserwidget.h
72include/gtk-3.0/gtk/gtkapplication.h 84include/gtk-3.0/gtk/gtkapplication.h
73include/gtk-3.0/gtk/gtkarrow.h 85include/gtk-3.0/gtk/gtkarrow.h
74include/gtk-3.0/gtk/gtkaspectframe.h 86include/gtk-3.0/gtk/gtkaspectframe.h
75include/gtk-3.0/gtk/gtkassistant.h 87include/gtk-3.0/gtk/gtkassistant.h
76include/gtk-3.0/gtk/gtkbbox.h 88include/gtk-3.0/gtk/gtkbbox.h
77include/gtk-3.0/gtk/gtkbin.h 89include/gtk-3.0/gtk/gtkbin.h
78include/gtk-3.0/gtk/gtkbindings.h 90include/gtk-3.0/gtk/gtkbindings.h
79include/gtk-3.0/gtk/gtkborder.h 91include/gtk-3.0/gtk/gtkborder.h
80include/gtk-3.0/gtk/gtkbox.h 92include/gtk-3.0/gtk/gtkbox.h
81include/gtk-3.0/gtk/gtkbuildable.h 93include/gtk-3.0/gtk/gtkbuildable.h
82include/gtk-3.0/gtk/gtkbuilder.h 94include/gtk-3.0/gtk/gtkbuilder.h
83include/gtk-3.0/gtk/gtkbutton.h 95include/gtk-3.0/gtk/gtkbutton.h
84include/gtk-3.0/gtk/gtkcalendar.h 96include/gtk-3.0/gtk/gtkcalendar.h
85include/gtk-3.0/gtk/gtkcellarea.h 97include/gtk-3.0/gtk/gtkcellarea.h
86include/gtk-3.0/gtk/gtkcellareabox.h 98include/gtk-3.0/gtk/gtkcellareabox.h
87include/gtk-3.0/gtk/gtkcellareacontext.h 99include/gtk-3.0/gtk/gtkcellareacontext.h
88include/gtk-3.0/gtk/gtkcelleditable.h 100include/gtk-3.0/gtk/gtkcelleditable.h
89include/gtk-3.0/gtk/gtkcelllayout.h 101include/gtk-3.0/gtk/gtkcelllayout.h
90include/gtk-3.0/gtk/gtkcellrenderer.h 102include/gtk-3.0/gtk/gtkcellrenderer.h
91include/gtk-3.0/gtk/gtkcellrendereraccel.h 103include/gtk-3.0/gtk/gtkcellrendereraccel.h
92include/gtk-3.0/gtk/gtkcellrenderercombo.h 104include/gtk-3.0/gtk/gtkcellrenderercombo.h
93include/gtk-3.0/gtk/gtkcellrendererpixbuf.h 105include/gtk-3.0/gtk/gtkcellrendererpixbuf.h
94include/gtk-3.0/gtk/gtkcellrendererprogress.h 106include/gtk-3.0/gtk/gtkcellrendererprogress.h
95include/gtk-3.0/gtk/gtkcellrendererspin.h 107include/gtk-3.0/gtk/gtkcellrendererspin.h
96include/gtk-3.0/gtk/gtkcellrendererspinner.h 108include/gtk-3.0/gtk/gtkcellrendererspinner.h
97include/gtk-3.0/gtk/gtkcellrenderertext.h 109include/gtk-3.0/gtk/gtkcellrenderertext.h
98include/gtk-3.0/gtk/gtkcellrenderertoggle.h 110include/gtk-3.0/gtk/gtkcellrenderertoggle.h
99include/gtk-3.0/gtk/gtkcellview.h 111include/gtk-3.0/gtk/gtkcellview.h
100include/gtk-3.0/gtk/gtkcheckbutton.h 112include/gtk-3.0/gtk/gtkcheckbutton.h
101include/gtk-3.0/gtk/gtkcheckmenuitem.h 113include/gtk-3.0/gtk/gtkcheckmenuitem.h
102include/gtk-3.0/gtk/gtkclipboard.h 114include/gtk-3.0/gtk/gtkclipboard.h
103include/gtk-3.0/gtk/gtkcolorbutton.h 115include/gtk-3.0/gtk/gtkcolorbutton.h
104include/gtk-3.0/gtk/gtkcolorsel.h 116include/gtk-3.0/gtk/gtkcolorsel.h
105include/gtk-3.0/gtk/gtkcolorseldialog.h 117include/gtk-3.0/gtk/gtkcolorseldialog.h
106include/gtk-3.0/gtk/gtkcombobox.h 118include/gtk-3.0/gtk/gtkcombobox.h
107include/gtk-3.0/gtk/gtkcomboboxtext.h 119include/gtk-3.0/gtk/gtkcomboboxtext.h
108include/gtk-3.0/gtk/gtkcontainer.h 120include/gtk-3.0/gtk/gtkcontainer.h
109include/gtk-3.0/gtk/gtkcssprovider.h 121include/gtk-3.0/gtk/gtkcssprovider.h
110include/gtk-3.0/gtk/gtkdebug.h 122include/gtk-3.0/gtk/gtkdebug.h
111include/gtk-3.0/gtk/gtkdialog.h 123include/gtk-3.0/gtk/gtkdialog.h
112include/gtk-3.0/gtk/gtkdnd.h 124include/gtk-3.0/gtk/gtkdnd.h
113include/gtk-3.0/gtk/gtkdrawingarea.h 125include/gtk-3.0/gtk/gtkdrawingarea.h
114include/gtk-3.0/gtk/gtkeditable.h 126include/gtk-3.0/gtk/gtkeditable.h
115include/gtk-3.0/gtk/gtkentry.h 127include/gtk-3.0/gtk/gtkentry.h
116include/gtk-3.0/gtk/gtkentrybuffer.h 128include/gtk-3.0/gtk/gtkentrybuffer.h
117include/gtk-3.0/gtk/gtkentrycompletion.h 129include/gtk-3.0/gtk/gtkentrycompletion.h
118include/gtk-3.0/gtk/gtkenums.h 130include/gtk-3.0/gtk/gtkenums.h
119include/gtk-3.0/gtk/gtkeventbox.h 131include/gtk-3.0/gtk/gtkeventbox.h
120include/gtk-3.0/gtk/gtkexpander.h 132include/gtk-3.0/gtk/gtkexpander.h
121include/gtk-3.0/gtk/gtkfilechooser.h 133include/gtk-3.0/gtk/gtkfilechooser.h
122include/gtk-3.0/gtk/gtkfilechooserbutton.h 134include/gtk-3.0/gtk/gtkfilechooserbutton.h
123include/gtk-3.0/gtk/gtkfilechooserdialog.h 135include/gtk-3.0/gtk/gtkfilechooserdialog.h
124include/gtk-3.0/gtk/gtkfilechooserwidget.h 136include/gtk-3.0/gtk/gtkfilechooserwidget.h
125include/gtk-3.0/gtk/gtkfilefilter.h 137include/gtk-3.0/gtk/gtkfilefilter.h
126include/gtk-3.0/gtk/gtkfixed.h 138include/gtk-3.0/gtk/gtkfixed.h
127include/gtk-3.0/gtk/gtkfontbutton.h 139include/gtk-3.0/gtk/gtkfontbutton.h
128include/gtk-3.0/gtk/gtkfontsel.h 140include/gtk-3.0/gtk/gtkfontsel.h
129include/gtk-3.0/gtk/gtkframe.h 141include/gtk-3.0/gtk/gtkframe.h
130include/gtk-3.0/gtk/gtkgradient.h 142include/gtk-3.0/gtk/gtkgradient.h
131include/gtk-3.0/gtk/gtkgrid.h 143include/gtk-3.0/gtk/gtkgrid.h
132include/gtk-3.0/gtk/gtkhandlebox.h 144include/gtk-3.0/gtk/gtkhandlebox.h
133include/gtk-3.0/gtk/gtkhbbox.h 145include/gtk-3.0/gtk/gtkhbbox.h
134include/gtk-3.0/gtk/gtkhbox.h 146include/gtk-3.0/gtk/gtkhbox.h
135include/gtk-3.0/gtk/gtkhpaned.h 147include/gtk-3.0/gtk/gtkhpaned.h
136include/gtk-3.0/gtk/gtkhscale.h 148include/gtk-3.0/gtk/gtkhscale.h
137include/gtk-3.0/gtk/gtkhscrollbar.h 149include/gtk-3.0/gtk/gtkhscrollbar.h
138include/gtk-3.0/gtk/gtkhseparator.h 150include/gtk-3.0/gtk/gtkhseparator.h
139include/gtk-3.0/gtk/gtkhsv.h 151include/gtk-3.0/gtk/gtkhsv.h
140include/gtk-3.0/gtk/gtkiconfactory.h 152include/gtk-3.0/gtk/gtkiconfactory.h
141include/gtk-3.0/gtk/gtkicontheme.h 153include/gtk-3.0/gtk/gtkicontheme.h
142include/gtk-3.0/gtk/gtkiconview.h 154include/gtk-3.0/gtk/gtkiconview.h
143include/gtk-3.0/gtk/gtkimage.h 155include/gtk-3.0/gtk/gtkimage.h
144include/gtk-3.0/gtk/gtkimagemenuitem.h 156include/gtk-3.0/gtk/gtkimagemenuitem.h
145include/gtk-3.0/gtk/gtkimcontext.h 157include/gtk-3.0/gtk/gtkimcontext.h
146include/gtk-3.0/gtk/gtkimcontextsimple.h 158include/gtk-3.0/gtk/gtkimcontextsimple.h
147include/gtk-3.0/gtk/gtkimmodule.h 159include/gtk-3.0/gtk/gtkimmodule.h
148include/gtk-3.0/gtk/gtkimmulticontext.h 160include/gtk-3.0/gtk/gtkimmulticontext.h
149include/gtk-3.0/gtk/gtkinfobar.h 161include/gtk-3.0/gtk/gtkinfobar.h
150include/gtk-3.0/gtk/gtkinvisible.h 162include/gtk-3.0/gtk/gtkinvisible.h
151include/gtk-3.0/gtk/gtklabel.h 163include/gtk-3.0/gtk/gtklabel.h
152include/gtk-3.0/gtk/gtklayout.h 164include/gtk-3.0/gtk/gtklayout.h
153include/gtk-3.0/gtk/gtklinkbutton.h 165include/gtk-3.0/gtk/gtklinkbutton.h
154include/gtk-3.0/gtk/gtkliststore.h 166include/gtk-3.0/gtk/gtkliststore.h
155include/gtk-3.0/gtk/gtkmain.h 167include/gtk-3.0/gtk/gtkmain.h
156include/gtk-3.0/gtk/gtkmenu.h 168include/gtk-3.0/gtk/gtkmenu.h
157include/gtk-3.0/gtk/gtkmenubar.h 169include/gtk-3.0/gtk/gtkmenubar.h
158include/gtk-3.0/gtk/gtkmenuitem.h 170include/gtk-3.0/gtk/gtkmenuitem.h
159include/gtk-3.0/gtk/gtkmenushell.h 171include/gtk-3.0/gtk/gtkmenushell.h
160include/gtk-3.0/gtk/gtkmenutoolbutton.h 172include/gtk-3.0/gtk/gtkmenutoolbutton.h
161include/gtk-3.0/gtk/gtkmessagedialog.h 173include/gtk-3.0/gtk/gtkmessagedialog.h
162include/gtk-3.0/gtk/gtkmisc.h 174include/gtk-3.0/gtk/gtkmisc.h
163include/gtk-3.0/gtk/gtkmodules.h 175include/gtk-3.0/gtk/gtkmodules.h
164include/gtk-3.0/gtk/gtkmountoperation.h 176include/gtk-3.0/gtk/gtkmountoperation.h
165include/gtk-3.0/gtk/gtknotebook.h 177include/gtk-3.0/gtk/gtknotebook.h
166include/gtk-3.0/gtk/gtknumerableicon.h 178include/gtk-3.0/gtk/gtknumerableicon.h
167include/gtk-3.0/gtk/gtkoffscreenwindow.h 179include/gtk-3.0/gtk/gtkoffscreenwindow.h
168include/gtk-3.0/gtk/gtkorientable.h 180include/gtk-3.0/gtk/gtkorientable.h
169include/gtk-3.0/gtk/gtkpagesetup.h 181include/gtk-3.0/gtk/gtkpagesetup.h
170include/gtk-3.0/gtk/gtkpaned.h 182include/gtk-3.0/gtk/gtkpaned.h
171include/gtk-3.0/gtk/gtkpapersize.h 183include/gtk-3.0/gtk/gtkpapersize.h
172include/gtk-3.0/gtk/gtkplug.h 184include/gtk-3.0/gtk/gtkplug.h
173include/gtk-3.0/gtk/gtkprintcontext.h 185include/gtk-3.0/gtk/gtkprintcontext.h
174include/gtk-3.0/gtk/gtkprintoperation.h 186include/gtk-3.0/gtk/gtkprintoperation.h
175include/gtk-3.0/gtk/gtkprintoperationpreview.h 187include/gtk-3.0/gtk/gtkprintoperationpreview.h
176include/gtk-3.0/gtk/gtkprintsettings.h 188include/gtk-3.0/gtk/gtkprintsettings.h
177include/gtk-3.0/gtk/gtkprogressbar.h 189include/gtk-3.0/gtk/gtkprogressbar.h
178include/gtk-3.0/gtk/gtkradioaction.h 190include/gtk-3.0/gtk/gtkradioaction.h
179include/gtk-3.0/gtk/gtkradiobutton.h 191include/gtk-3.0/gtk/gtkradiobutton.h
180include/gtk-3.0/gtk/gtkradiomenuitem.h 192include/gtk-3.0/gtk/gtkradiomenuitem.h
181include/gtk-3.0/gtk/gtkradiotoolbutton.h 193include/gtk-3.0/gtk/gtkradiotoolbutton.h
182include/gtk-3.0/gtk/gtkrange.h 194include/gtk-3.0/gtk/gtkrange.h
183include/gtk-3.0/gtk/gtkrc.h 195include/gtk-3.0/gtk/gtkrc.h
184include/gtk-3.0/gtk/gtkrecentaction.h 196include/gtk-3.0/gtk/gtkrecentaction.h
185include/gtk-3.0/gtk/gtkrecentchooser.h 197include/gtk-3.0/gtk/gtkrecentchooser.h
186include/gtk-3.0/gtk/gtkrecentchooserdialog.h 198include/gtk-3.0/gtk/gtkrecentchooserdialog.h
187include/gtk-3.0/gtk/gtkrecentchoosermenu.h 199include/gtk-3.0/gtk/gtkrecentchoosermenu.h
188include/gtk-3.0/gtk/gtkrecentchooserwidget.h 200include/gtk-3.0/gtk/gtkrecentchooserwidget.h
189include/gtk-3.0/gtk/gtkrecentfilter.h 201include/gtk-3.0/gtk/gtkrecentfilter.h
190include/gtk-3.0/gtk/gtkrecentmanager.h 202include/gtk-3.0/gtk/gtkrecentmanager.h
191include/gtk-3.0/gtk/gtkscale.h 203include/gtk-3.0/gtk/gtkscale.h
192include/gtk-3.0/gtk/gtkscalebutton.h 204include/gtk-3.0/gtk/gtkscalebutton.h
193include/gtk-3.0/gtk/gtkscrollable.h 205include/gtk-3.0/gtk/gtkscrollable.h
194include/gtk-3.0/gtk/gtkscrollbar.h 206include/gtk-3.0/gtk/gtkscrollbar.h
195include/gtk-3.0/gtk/gtkscrolledwindow.h 207include/gtk-3.0/gtk/gtkscrolledwindow.h
196include/gtk-3.0/gtk/gtkselection.h 208include/gtk-3.0/gtk/gtkselection.h
197include/gtk-3.0/gtk/gtkseparator.h 209include/gtk-3.0/gtk/gtkseparator.h
198include/gtk-3.0/gtk/gtkseparatormenuitem.h 210include/gtk-3.0/gtk/gtkseparatormenuitem.h
199include/gtk-3.0/gtk/gtkseparatortoolitem.h 211include/gtk-3.0/gtk/gtkseparatortoolitem.h
200include/gtk-3.0/gtk/gtksettings.h 212include/gtk-3.0/gtk/gtksettings.h
201include/gtk-3.0/gtk/gtkshow.h 213include/gtk-3.0/gtk/gtkshow.h
202include/gtk-3.0/gtk/gtksizegroup.h 214include/gtk-3.0/gtk/gtksizegroup.h
203include/gtk-3.0/gtk/gtksizerequest.h 215include/gtk-3.0/gtk/gtksizerequest.h
204include/gtk-3.0/gtk/gtksocket.h 216include/gtk-3.0/gtk/gtksocket.h
205include/gtk-3.0/gtk/gtkspinbutton.h 217include/gtk-3.0/gtk/gtkspinbutton.h
206include/gtk-3.0/gtk/gtkspinner.h 218include/gtk-3.0/gtk/gtkspinner.h
207include/gtk-3.0/gtk/gtkstatusbar.h 219include/gtk-3.0/gtk/gtkstatusbar.h
208include/gtk-3.0/gtk/gtkstatusicon.h 220include/gtk-3.0/gtk/gtkstatusicon.h
209include/gtk-3.0/gtk/gtkstock.h 221include/gtk-3.0/gtk/gtkstock.h
210include/gtk-3.0/gtk/gtkstyle.h 222include/gtk-3.0/gtk/gtkstyle.h
211include/gtk-3.0/gtk/gtkstylecontext.h 223include/gtk-3.0/gtk/gtkstylecontext.h
212include/gtk-3.0/gtk/gtkstyleproperties.h 224include/gtk-3.0/gtk/gtkstyleproperties.h
213include/gtk-3.0/gtk/gtkstyleprovider.h 225include/gtk-3.0/gtk/gtkstyleprovider.h
214include/gtk-3.0/gtk/gtkswitch.h 226include/gtk-3.0/gtk/gtkswitch.h
215include/gtk-3.0/gtk/gtksymboliccolor.h 227include/gtk-3.0/gtk/gtksymboliccolor.h
216include/gtk-3.0/gtk/gtktable.h 228include/gtk-3.0/gtk/gtktable.h
217include/gtk-3.0/gtk/gtktearoffmenuitem.h 229include/gtk-3.0/gtk/gtktearoffmenuitem.h
218include/gtk-3.0/gtk/gtktestutils.h 230include/gtk-3.0/gtk/gtktestutils.h
219include/gtk-3.0/gtk/gtktextattributes.h 231include/gtk-3.0/gtk/gtktextattributes.h
220include/gtk-3.0/gtk/gtktextbuffer.h 232include/gtk-3.0/gtk/gtktextbuffer.h
221include/gtk-3.0/gtk/gtktextbufferrichtext.h 233include/gtk-3.0/gtk/gtktextbufferrichtext.h
222include/gtk-3.0/gtk/gtktextchild.h 234include/gtk-3.0/gtk/gtktextchild.h
223include/gtk-3.0/gtk/gtktextdisplay.h 235include/gtk-3.0/gtk/gtktextdisplay.h
224include/gtk-3.0/gtk/gtktextiter.h 236include/gtk-3.0/gtk/gtktextiter.h
225include/gtk-3.0/gtk/gtktextlayout.h 237include/gtk-3.0/gtk/gtktextlayout.h
226include/gtk-3.0/gtk/gtktextmark.h 238include/gtk-3.0/gtk/gtktextmark.h
227include/gtk-3.0/gtk/gtktexttag.h 239include/gtk-3.0/gtk/gtktexttag.h
228include/gtk-3.0/gtk/gtktexttagtable.h 240include/gtk-3.0/gtk/gtktexttagtable.h
229include/gtk-3.0/gtk/gtktextview.h 241include/gtk-3.0/gtk/gtktextview.h
230include/gtk-3.0/gtk/gtkthemingengine.h 242include/gtk-3.0/gtk/gtkthemingengine.h
231include/gtk-3.0/gtk/gtktoggleaction.h 243include/gtk-3.0/gtk/gtktoggleaction.h
232include/gtk-3.0/gtk/gtktogglebutton.h 244include/gtk-3.0/gtk/gtktogglebutton.h
233include/gtk-3.0/gtk/gtktoggletoolbutton.h 245include/gtk-3.0/gtk/gtktoggletoolbutton.h
234include/gtk-3.0/gtk/gtktoolbar.h 246include/gtk-3.0/gtk/gtktoolbar.h
235include/gtk-3.0/gtk/gtktoolbutton.h 247include/gtk-3.0/gtk/gtktoolbutton.h
236include/gtk-3.0/gtk/gtktoolitem.h 248include/gtk-3.0/gtk/gtktoolitem.h
237include/gtk-3.0/gtk/gtktoolitemgroup.h 249include/gtk-3.0/gtk/gtktoolitemgroup.h
238include/gtk-3.0/gtk/gtktoolpalette.h 250include/gtk-3.0/gtk/gtktoolpalette.h
239include/gtk-3.0/gtk/gtktoolshell.h 251include/gtk-3.0/gtk/gtktoolshell.h
240include/gtk-3.0/gtk/gtktooltip.h 252include/gtk-3.0/gtk/gtktooltip.h
241include/gtk-3.0/gtk/gtktreednd.h 253include/gtk-3.0/gtk/gtktreednd.h
242include/gtk-3.0/gtk/gtktreemodel.h 254include/gtk-3.0/gtk/gtktreemodel.h
243include/gtk-3.0/gtk/gtktreemodelfilter.h 255include/gtk-3.0/gtk/gtktreemodelfilter.h
244include/gtk-3.0/gtk/gtktreemodelsort.h 256include/gtk-3.0/gtk/gtktreemodelsort.h
245include/gtk-3.0/gtk/gtktreeselection.h 257include/gtk-3.0/gtk/gtktreeselection.h
246include/gtk-3.0/gtk/gtktreesortable.h 258include/gtk-3.0/gtk/gtktreesortable.h
247include/gtk-3.0/gtk/gtktreestore.h 259include/gtk-3.0/gtk/gtktreestore.h
248include/gtk-3.0/gtk/gtktreeview.h 260include/gtk-3.0/gtk/gtktreeview.h
249include/gtk-3.0/gtk/gtktreeviewcolumn.h 261include/gtk-3.0/gtk/gtktreeviewcolumn.h
250include/gtk-3.0/gtk/gtktypebuiltins.h 262include/gtk-3.0/gtk/gtktypebuiltins.h
251include/gtk-3.0/gtk/gtkuimanager.h 263include/gtk-3.0/gtk/gtkuimanager.h
252include/gtk-3.0/gtk/gtkvbbox.h 264include/gtk-3.0/gtk/gtkvbbox.h
253include/gtk-3.0/gtk/gtkvbox.h 265include/gtk-3.0/gtk/gtkvbox.h
254include/gtk-3.0/gtk/gtkversion.h 266include/gtk-3.0/gtk/gtkversion.h
255include/gtk-3.0/gtk/gtkviewport.h 267include/gtk-3.0/gtk/gtkviewport.h
256include/gtk-3.0/gtk/gtkvolumebutton.h 268include/gtk-3.0/gtk/gtkvolumebutton.h
257include/gtk-3.0/gtk/gtkvpaned.h 269include/gtk-3.0/gtk/gtkvpaned.h
258include/gtk-3.0/gtk/gtkvscale.h 270include/gtk-3.0/gtk/gtkvscale.h
259include/gtk-3.0/gtk/gtkvscrollbar.h 271include/gtk-3.0/gtk/gtkvscrollbar.h
260include/gtk-3.0/gtk/gtkvseparator.h 272include/gtk-3.0/gtk/gtkvseparator.h
261include/gtk-3.0/gtk/gtkwidget.h 273include/gtk-3.0/gtk/gtkwidget.h
262include/gtk-3.0/gtk/gtkwidgetpath.h 274include/gtk-3.0/gtk/gtkwidgetpath.h
263include/gtk-3.0/gtk/gtkwindow.h 275include/gtk-3.0/gtk/gtkwindow.h
264include/gtk-3.0/gtk/gtkx.h 276include/gtk-3.0/gtk/gtkx.h
265include/gtk-3.0/unix-print/gtk/gtkpagesetupunixdialog.h 277include/gtk-3.0/unix-print/gtk/gtkpagesetupunixdialog.h
266include/gtk-3.0/unix-print/gtk/gtkprinter.h 278include/gtk-3.0/unix-print/gtk/gtkprinter.h
267include/gtk-3.0/unix-print/gtk/gtkprintjob.h 279include/gtk-3.0/unix-print/gtk/gtkprintjob.h
268include/gtk-3.0/unix-print/gtk/gtkprintunixdialog.h 280include/gtk-3.0/unix-print/gtk/gtkprintunixdialog.h
269include/gtk-3.0/unix-print/gtk/gtkunixprint.h 281include/gtk-3.0/unix-print/gtk/gtkunixprint.h
270lib/gtk-3.0/3.0.0/immodules/im-am-et.la 282lib/gtk-3.0/3.0.0/immodules/im-am-et.la
271lib/gtk-3.0/3.0.0/immodules/im-cedilla.la 283lib/gtk-3.0/3.0.0/immodules/im-cedilla.la
272lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la 284lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la
273lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la 285lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la
274lib/gtk-3.0/3.0.0/immodules/im-ipa.la 286lib/gtk-3.0/3.0.0/immodules/im-ipa.la
275lib/gtk-3.0/3.0.0/immodules/im-multipress.la 287lib/gtk-3.0/3.0.0/immodules/im-multipress.la
276lib/gtk-3.0/3.0.0/immodules/im-thai.la 288lib/gtk-3.0/3.0.0/immodules/im-thai.la
277lib/gtk-3.0/3.0.0/immodules/im-ti-er.la 289lib/gtk-3.0/3.0.0/immodules/im-ti-er.la
278lib/gtk-3.0/3.0.0/immodules/im-ti-et.la 290lib/gtk-3.0/3.0.0/immodules/im-ti-et.la
279lib/gtk-3.0/3.0.0/immodules/im-viqr.la 291lib/gtk-3.0/3.0.0/immodules/im-viqr.la
280lib/gtk-3.0/3.0.0/immodules/im-xim.la 292${PLIST.x11}lib/gtk-3.0/3.0.0/immodules/im-xim.la
281${PLIST.cups}lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.la 293${PLIST.cups}lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.la
282lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.la 294lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.la
283lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.la 295lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.la
284lib/gtk-3.0/modules/libferret.la 296lib/gtk-3.0/modules/libferret.la
285lib/gtk-3.0/modules/libgail.la 297lib/gtk-3.0/modules/libgail.la
286lib/libgailutil-3.la 298lib/libgailutil-3.la
287lib/libgdk-3.la 299lib/libgdk-3.la
288lib/libgtk-3.la 300lib/libgtk-3.la
289lib/pkgconfig/gail-3.0.pc 301lib/pkgconfig/gail-3.0.pc
290lib/pkgconfig/gdk-3.0.pc 302lib/pkgconfig/gdk-3.0.pc
291lib/pkgconfig/gdk-x11-3.0.pc 303${PLIST.quartz}lib/pkgconfig/gdk-quartz-3.0.pc
 304${PLIST.x11}lib/pkgconfig/gdk-x11-3.0.pc
292lib/pkgconfig/gtk+-3.0.pc 305lib/pkgconfig/gtk+-3.0.pc
293lib/pkgconfig/gtk+-unix-print-3.0.pc 306lib/pkgconfig/gtk+-unix-print-3.0.pc
294lib/pkgconfig/gtk+-x11-3.0.pc 307${PLIST.quartz}lib/pkgconfig/gtk+-quartz-3.0.pc
 308${PLIST.x11}lib/pkgconfig/gtk+-x11-3.0.pc
295libdata/gtk-3.0/im-multipress.conf 309libdata/gtk-3.0/im-multipress.conf
296man/man1/gtk-query-immodules-3.0.1 310man/man1/gtk-query-immodules-3.0.1
297man/man1/gtk-update-icon-cache.1 311man/man1/gtk-update-icon-cache.1
298share/aclocal/gtk-3.0.m4 312share/aclocal/gtk-3.0.m4
299share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml 313share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
300share/gtk-3.0/demo/alphatest.png 314share/gtk-3.0/demo/alphatest.png
301share/gtk-3.0/demo/apple-red.png 315share/gtk-3.0/demo/apple-red.png
302share/gtk-3.0/demo/appwindow.c 316share/gtk-3.0/demo/appwindow.c
303share/gtk-3.0/demo/assistant.c 317share/gtk-3.0/demo/assistant.c
304share/gtk-3.0/demo/background.jpg 318share/gtk-3.0/demo/background.jpg
305share/gtk-3.0/demo/builder.c 319share/gtk-3.0/demo/builder.c
306share/gtk-3.0/demo/button_box.c 320share/gtk-3.0/demo/button_box.c
307share/gtk-3.0/demo/changedisplay.c 321share/gtk-3.0/demo/changedisplay.c
308share/gtk-3.0/demo/clipboard.c 322share/gtk-3.0/demo/clipboard.c
309share/gtk-3.0/demo/colorsel.c 323share/gtk-3.0/demo/colorsel.c
310share/gtk-3.0/demo/combobox.c 324share/gtk-3.0/demo/combobox.c
311share/gtk-3.0/demo/demo.ui 325share/gtk-3.0/demo/demo.ui
312share/gtk-3.0/demo/dialog.c 326share/gtk-3.0/demo/dialog.c
313share/gtk-3.0/demo/drawingarea.c 327share/gtk-3.0/demo/drawingarea.c
314share/gtk-3.0/demo/editable_cells.c 328share/gtk-3.0/demo/editable_cells.c
315share/gtk-3.0/demo/entry_buffer.c 329share/gtk-3.0/demo/entry_buffer.c
316share/gtk-3.0/demo/entry_completion.c 330share/gtk-3.0/demo/entry_completion.c
317share/gtk-3.0/demo/expander.c 331share/gtk-3.0/demo/expander.c
318share/gtk-3.0/demo/floppybuddy.gif 332share/gtk-3.0/demo/floppybuddy.gif
319share/gtk-3.0/demo/gnome-applets.png 333share/gtk-3.0/demo/gnome-applets.png
320share/gtk-3.0/demo/gnome-calendar.png 334share/gtk-3.0/demo/gnome-calendar.png
321share/gtk-3.0/demo/gnome-foot.png 335share/gtk-3.0/demo/gnome-foot.png
322share/gtk-3.0/demo/gnome-fs-directory.png 336share/gtk-3.0/demo/gnome-fs-directory.png
323share/gtk-3.0/demo/gnome-fs-regular.png 337share/gtk-3.0/demo/gnome-fs-regular.png
324share/gtk-3.0/demo/gnome-gimp.png 338share/gtk-3.0/demo/gnome-gimp.png
325share/gtk-3.0/demo/gnome-gmush.png 339share/gtk-3.0/demo/gnome-gmush.png
326share/gtk-3.0/demo/gnome-gsame.png 340share/gtk-3.0/demo/gnome-gsame.png
327share/gtk-3.0/demo/gnu-keys.png 341share/gtk-3.0/demo/gnu-keys.png
328share/gtk-3.0/demo/gtk-logo-rgb.gif 342share/gtk-3.0/demo/gtk-logo-rgb.gif
329share/gtk-3.0/demo/hypertext.c 343share/gtk-3.0/demo/hypertext.c
330share/gtk-3.0/demo/iconview.c 344share/gtk-3.0/demo/iconview.c
331share/gtk-3.0/demo/iconview_edit.c 345share/gtk-3.0/demo/iconview_edit.c
332share/gtk-3.0/demo/images.c 346share/gtk-3.0/demo/images.c
333share/gtk-3.0/demo/infobar.c 347share/gtk-3.0/demo/infobar.c
334share/gtk-3.0/demo/links.c 348share/gtk-3.0/demo/links.c
335share/gtk-3.0/demo/list_store.c 349share/gtk-3.0/demo/list_store.c
336share/gtk-3.0/demo/menus.c 350share/gtk-3.0/demo/menus.c
337share/gtk-3.0/demo/offscreen_window.c 351share/gtk-3.0/demo/offscreen_window.c
338share/gtk-3.0/demo/offscreen_window2.c 352share/gtk-3.0/demo/offscreen_window2.c
339share/gtk-3.0/demo/panes.c 353share/gtk-3.0/demo/panes.c
340share/gtk-3.0/demo/pickers.c 354share/gtk-3.0/demo/pickers.c
341share/gtk-3.0/demo/pixbufs.c 355share/gtk-3.0/demo/pixbufs.c
342share/gtk-3.0/demo/printing.c 356share/gtk-3.0/demo/printing.c
343share/gtk-3.0/demo/rotated_text.c 357share/gtk-3.0/demo/rotated_text.c
344share/gtk-3.0/demo/search_entry.c 358share/gtk-3.0/demo/search_entry.c
345share/gtk-3.0/demo/sizegroup.c 359share/gtk-3.0/demo/sizegroup.c
346share/gtk-3.0/demo/spinner.c 360share/gtk-3.0/demo/spinner.c
347share/gtk-3.0/demo/stock_browser.c 361share/gtk-3.0/demo/stock_browser.c
348share/gtk-3.0/demo/textscroll.c 362share/gtk-3.0/demo/textscroll.c
349share/gtk-3.0/demo/textview.c 363share/gtk-3.0/demo/textview.c
350share/gtk-3.0/demo/toolpalette.c 364share/gtk-3.0/demo/toolpalette.c
351share/gtk-3.0/demo/tree_store.c 365share/gtk-3.0/demo/tree_store.c
352share/gtk-3.0/demo/ui_manager.c 366share/gtk-3.0/demo/ui_manager.c
353share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html 367share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html
354share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html 368share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html
355share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp 369${PLIST.x11}share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp
356share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 370share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2
357share/gtk-doc/html/gail-libgail-util3/home.png 371share/gtk-doc/html/gail-libgail-util3/home.png
358share/gtk-doc/html/gail-libgail-util3/index.html 372share/gtk-doc/html/gail-libgail-util3/index.html
359share/gtk-doc/html/gail-libgail-util3/index.sgml 373share/gtk-doc/html/gail-libgail-util3/index.sgml
360share/gtk-doc/html/gail-libgail-util3/left.png 374share/gtk-doc/html/gail-libgail-util3/left.png
361share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html 375share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html
362share/gtk-doc/html/gail-libgail-util3/right.png 376share/gtk-doc/html/gail-libgail-util3/right.png
363share/gtk-doc/html/gail-libgail-util3/style.css 377share/gtk-doc/html/gail-libgail-util3/style.css
364share/gtk-doc/html/gail-libgail-util3/up.png 378share/gtk-doc/html/gail-libgail-util3/up.png
365share/gtk-doc/html/gdk3/GdkDevice.html 379share/gtk-doc/html/gdk3/GdkDevice.html
366share/gtk-doc/html/gdk3/GdkDeviceManager.html 380share/gtk-doc/html/gdk3/GdkDeviceManager.html
367share/gtk-doc/html/gdk3/GdkDisplay.html 381share/gtk-doc/html/gdk3/GdkDisplay.html
368share/gtk-doc/html/gdk3/GdkDisplayManager.html 382share/gtk-doc/html/gdk3/GdkDisplayManager.html
369share/gtk-doc/html/gdk3/GdkScreen.html 383share/gtk-doc/html/gdk3/GdkScreen.html
370share/gtk-doc/html/gdk3/X_cursor.png 384share/gtk-doc/html/gdk3/X_cursor.png
371share/gtk-doc/html/gdk3/annotation-glossary.html 385share/gtk-doc/html/gdk3/annotation-glossary.html
372share/gtk-doc/html/gdk3/api-index-3-0.html 386share/gtk-doc/html/gdk3/api-index-3-0.html
373share/gtk-doc/html/gdk3/api-index-deprecated.html 387share/gtk-doc/html/gdk3/api-index-deprecated.html
374share/gtk-doc/html/gdk3/api-index-full.html 388share/gtk-doc/html/gdk3/api-index-full.html
375share/gtk-doc/html/gdk3/arrow.png 389share/gtk-doc/html/gdk3/arrow.png
376share/gtk-doc/html/gdk3/based_arrow_down.png 390share/gtk-doc/html/gdk3/based_arrow_down.png
377share/gtk-doc/html/gdk3/based_arrow_up.png 391share/gtk-doc/html/gdk3/based_arrow_up.png
378share/gtk-doc/html/gdk3/boat.png 392share/gtk-doc/html/gdk3/boat.png
379share/gtk-doc/html/gdk3/bogosity.png 393share/gtk-doc/html/gdk3/bogosity.png
380share/gtk-doc/html/gdk3/bottom_left_corner.png 394share/gtk-doc/html/gdk3/bottom_left_corner.png
381share/gtk-doc/html/gdk3/bottom_right_corner.png 395share/gtk-doc/html/gdk3/bottom_right_corner.png
382share/gtk-doc/html/gdk3/bottom_side.png 396share/gtk-doc/html/gdk3/bottom_side.png
383share/gtk-doc/html/gdk3/bottom_tee.png 397share/gtk-doc/html/gdk3/bottom_tee.png
384share/gtk-doc/html/gdk3/box_spiral.png 398share/gtk-doc/html/gdk3/box_spiral.png
385share/gtk-doc/html/gdk3/center_ptr.png 399share/gtk-doc/html/gdk3/center_ptr.png
386share/gtk-doc/html/gdk3/circle.png 400share/gtk-doc/html/gdk3/circle.png
387share/gtk-doc/html/gdk3/clock.png 401share/gtk-doc/html/gdk3/clock.png
388share/gtk-doc/html/gdk3/coffee_mug.png 402share/gtk-doc/html/gdk3/coffee_mug.png
389share/gtk-doc/html/gdk3/cross.png 403share/gtk-doc/html/gdk3/cross.png
390share/gtk-doc/html/gdk3/cross_reverse.png 404share/gtk-doc/html/gdk3/cross_reverse.png
391share/gtk-doc/html/gdk3/crosshair.png 405share/gtk-doc/html/gdk3/crosshair.png
392share/gtk-doc/html/gdk3/diamond_cross.png 406share/gtk-doc/html/gdk3/diamond_cross.png
393share/gtk-doc/html/gdk3/dot.png 407share/gtk-doc/html/gdk3/dot.png
394share/gtk-doc/html/gdk3/dotbox.png 408share/gtk-doc/html/gdk3/dotbox.png
395share/gtk-doc/html/gdk3/double_arrow.png 409share/gtk-doc/html/gdk3/double_arrow.png
396share/gtk-doc/html/gdk3/draft_large.png 410share/gtk-doc/html/gdk3/draft_large.png
397share/gtk-doc/html/gdk3/draft_small.png 411share/gtk-doc/html/gdk3/draft_small.png
398share/gtk-doc/html/gdk3/draped_box.png 412share/gtk-doc/html/gdk3/draped_box.png
399share/gtk-doc/html/gdk3/exchange.png 413share/gtk-doc/html/gdk3/exchange.png
400share/gtk-doc/html/gdk3/fleur.png 414share/gtk-doc/html/gdk3/fleur.png
401share/gtk-doc/html/gdk3/gdk3-Application-launching.html 415share/gtk-doc/html/gdk3/gdk3-Application-launching.html
402share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html 416share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html
403share/gtk-doc/html/gdk3/gdk3-Colors.html 417share/gtk-doc/html/gdk3/gdk3-Colors.html
404share/gtk-doc/html/gdk3/gdk3-Cursors.html 418share/gtk-doc/html/gdk3/gdk3-Cursors.html
405share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html 419share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html
406share/gtk-doc/html/gdk3/gdk3-Event-Structures.html 420share/gtk-doc/html/gdk3/gdk3-Event-Structures.html
407share/gtk-doc/html/gdk3/gdk3-Events.html 421share/gtk-doc/html/gdk3/gdk3-Events.html
408share/gtk-doc/html/gdk3/gdk3-General.html 422share/gtk-doc/html/gdk3/gdk3-General.html
409share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html 423share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html
410share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html 424share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html
411share/gtk-doc/html/gdk3/gdk3-Pixbufs.html 425share/gtk-doc/html/gdk3/gdk3-Pixbufs.html
412share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html 426share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html
413share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html 427share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html
414share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html 428share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html
415share/gtk-doc/html/gdk3/gdk3-Selections.html 429share/gtk-doc/html/gdk3/gdk3-Selections.html
416share/gtk-doc/html/gdk3/gdk3-Testing.html 430share/gtk-doc/html/gdk3/gdk3-Testing.html
417share/gtk-doc/html/gdk3/gdk3-Threads.html 431share/gtk-doc/html/gdk3/gdk3-Threads.html
418share/gtk-doc/html/gdk3/gdk3-Visuals.html 432share/gtk-doc/html/gdk3/gdk3-Visuals.html
419share/gtk-doc/html/gdk3/gdk3-Windows.html 433share/gtk-doc/html/gdk3/gdk3-Windows.html
420share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html 434share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html
421share/gtk-doc/html/gdk3/gdk3.devhelp 435${PLIST.x11}share/gtk-doc/html/gdk3/gdk3.devhelp
422share/gtk-doc/html/gdk3/gdk3.devhelp2 436share/gtk-doc/html/gdk3/gdk3.devhelp2
423share/gtk-doc/html/gdk3/gobbler.png 437share/gtk-doc/html/gdk3/gobbler.png
424share/gtk-doc/html/gdk3/gumby.png 438share/gtk-doc/html/gdk3/gumby.png
425share/gtk-doc/html/gdk3/hand1.png 439share/gtk-doc/html/gdk3/hand1.png
426share/gtk-doc/html/gdk3/hand2.png 440share/gtk-doc/html/gdk3/hand2.png
427share/gtk-doc/html/gdk3/heart.png 441share/gtk-doc/html/gdk3/heart.png
428share/gtk-doc/html/gdk3/home.png 442share/gtk-doc/html/gdk3/home.png
429share/gtk-doc/html/gdk3/icon.png 443share/gtk-doc/html/gdk3/icon.png
430share/gtk-doc/html/gdk3/index.html 444share/gtk-doc/html/gdk3/index.html
431share/gtk-doc/html/gdk3/index.sgml 445share/gtk-doc/html/gdk3/index.sgml
432share/gtk-doc/html/gdk3/iron_cross.png 446share/gtk-doc/html/gdk3/iron_cross.png
433share/gtk-doc/html/gdk3/left.png 447share/gtk-doc/html/gdk3/left.png
434share/gtk-doc/html/gdk3/left_ptr.png 448share/gtk-doc/html/gdk3/left_ptr.png
435share/gtk-doc/html/gdk3/left_side.png 449share/gtk-doc/html/gdk3/left_side.png
436share/gtk-doc/html/gdk3/left_tee.png 450share/gtk-doc/html/gdk3/left_tee.png
437share/gtk-doc/html/gdk3/leftbutton.png 451share/gtk-doc/html/gdk3/leftbutton.png
438share/gtk-doc/html/gdk3/ll_angle.png 452share/gtk-doc/html/gdk3/ll_angle.png
439share/gtk-doc/html/gdk3/lr_angle.png 453share/gtk-doc/html/gdk3/lr_angle.png
440share/gtk-doc/html/gdk3/man.png 454share/gtk-doc/html/gdk3/man.png
441share/gtk-doc/html/gdk3/middlebutton.png 455share/gtk-doc/html/gdk3/middlebutton.png
442share/gtk-doc/html/gdk3/mouse.png 456share/gtk-doc/html/gdk3/mouse.png
443share/gtk-doc/html/gdk3/pencil.png 457share/gtk-doc/html/gdk3/pencil.png
444share/gtk-doc/html/gdk3/pirate.png 458share/gtk-doc/html/gdk3/pirate.png
445share/gtk-doc/html/gdk3/plus.png 459share/gtk-doc/html/gdk3/plus.png
446share/gtk-doc/html/gdk3/question_arrow.png 460share/gtk-doc/html/gdk3/question_arrow.png
447share/gtk-doc/html/gdk3/reference.html 461share/gtk-doc/html/gdk3/reference.html
448share/gtk-doc/html/gdk3/right.png 462share/gtk-doc/html/gdk3/right.png
449share/gtk-doc/html/gdk3/right_ptr.png 463share/gtk-doc/html/gdk3/right_ptr.png
450share/gtk-doc/html/gdk3/right_side.png 464share/gtk-doc/html/gdk3/right_side.png
451share/gtk-doc/html/gdk3/right_tee.png 465share/gtk-doc/html/gdk3/right_tee.png
452share/gtk-doc/html/gdk3/rightbutton.png 466share/gtk-doc/html/gdk3/rightbutton.png
453share/gtk-doc/html/gdk3/rotated-text.png 467share/gtk-doc/html/gdk3/rotated-text.png
454share/gtk-doc/html/gdk3/rtl_logo.png 468share/gtk-doc/html/gdk3/rtl_logo.png
455share/gtk-doc/html/gdk3/sailboat.png 469share/gtk-doc/html/gdk3/sailboat.png
456share/gtk-doc/html/gdk3/sb_down_arrow.png 470share/gtk-doc/html/gdk3/sb_down_arrow.png
457share/gtk-doc/html/gdk3/sb_h_double_arrow.png 471share/gtk-doc/html/gdk3/sb_h_double_arrow.png
458share/gtk-doc/html/gdk3/sb_left_arrow.png 472share/gtk-doc/html/gdk3/sb_left_arrow.png
459share/gtk-doc/html/gdk3/sb_right_arrow.png 473share/gtk-doc/html/gdk3/sb_right_arrow.png
460share/gtk-doc/html/gdk3/sb_up_arrow.png 474share/gtk-doc/html/gdk3/sb_up_arrow.png
461share/gtk-doc/html/gdk3/sb_v_double_arrow.png 475share/gtk-doc/html/gdk3/sb_v_double_arrow.png
462share/gtk-doc/html/gdk3/shuttle.png 476share/gtk-doc/html/gdk3/shuttle.png
463share/gtk-doc/html/gdk3/sizing.png 477share/gtk-doc/html/gdk3/sizing.png
464share/gtk-doc/html/gdk3/spider.png 478share/gtk-doc/html/gdk3/spider.png
465share/gtk-doc/html/gdk3/spraycan.png 479share/gtk-doc/html/gdk3/spraycan.png
466share/gtk-doc/html/gdk3/star.png 480share/gtk-doc/html/gdk3/star.png
467share/gtk-doc/html/gdk3/style.css 481share/gtk-doc/html/gdk3/style.css
468share/gtk-doc/html/gdk3/target.png 482share/gtk-doc/html/gdk3/target.png
469share/gtk-doc/html/gdk3/tcross.png 483share/gtk-doc/html/gdk3/tcross.png
470share/gtk-doc/html/gdk3/top_left_arrow.png 484share/gtk-doc/html/gdk3/top_left_arrow.png
471share/gtk-doc/html/gdk3/top_left_corner.png 485share/gtk-doc/html/gdk3/top_left_corner.png
472share/gtk-doc/html/gdk3/top_right_corner.png 486share/gtk-doc/html/gdk3/top_right_corner.png
473share/gtk-doc/html/gdk3/top_side.png 487share/gtk-doc/html/gdk3/top_side.png
474share/gtk-doc/html/gdk3/top_tee.png 488share/gtk-doc/html/gdk3/top_tee.png
475share/gtk-doc/html/gdk3/trek.png 489share/gtk-doc/html/gdk3/trek.png
476share/gtk-doc/html/gdk3/ul_angle.png 490share/gtk-doc/html/gdk3/ul_angle.png
477share/gtk-doc/html/gdk3/umbrella.png 491share/gtk-doc/html/gdk3/umbrella.png
478share/gtk-doc/html/gdk3/up.png 492share/gtk-doc/html/gdk3/up.png
479share/gtk-doc/html/gdk3/ur_angle.png 493share/gtk-doc/html/gdk3/ur_angle.png
480share/gtk-doc/html/gdk3/watch.png 494share/gtk-doc/html/gdk3/watch.png
481share/gtk-doc/html/gdk3/xterm.png 495share/gtk-doc/html/gdk3/xterm.png
482share/gtk-doc/html/gtk3/AbstractObjects.html 496share/gtk-doc/html/gtk3/AbstractObjects.html
483share/gtk-doc/html/gtk3/Actions.html 497share/gtk-doc/html/gtk3/Actions.html
484share/gtk-doc/html/gtk3/Application.html 498share/gtk-doc/html/gtk3/Application.html
485share/gtk-doc/html/gtk3/ApplicationChoosing.html 499share/gtk-doc/html/gtk3/ApplicationChoosing.html
486share/gtk-doc/html/gtk3/Builder.html 500share/gtk-doc/html/gtk3/Builder.html
487share/gtk-doc/html/gtk3/ButtonWidgets.html 501share/gtk-doc/html/gtk3/ButtonWidgets.html
488share/gtk-doc/html/gtk3/DisplayWidgets.html 502share/gtk-doc/html/gtk3/DisplayWidgets.html
489share/gtk-doc/html/gtk3/GtkAboutDialog.html 503share/gtk-doc/html/gtk3/GtkAboutDialog.html
490share/gtk-doc/html/gtk3/GtkAccelLabel.html 504share/gtk-doc/html/gtk3/GtkAccelLabel.html
491share/gtk-doc/html/gtk3/GtkAccessible.html 505share/gtk-doc/html/gtk3/GtkAccessible.html
492share/gtk-doc/html/gtk3/GtkAction.html 506share/gtk-doc/html/gtk3/GtkAction.html
493share/gtk-doc/html/gtk3/GtkActionGroup.html 507share/gtk-doc/html/gtk3/GtkActionGroup.html
494share/gtk-doc/html/gtk3/GtkActivatable.html 508share/gtk-doc/html/gtk3/GtkActivatable.html
495share/gtk-doc/html/gtk3/GtkAdjustment.html 509share/gtk-doc/html/gtk3/GtkAdjustment.html
496share/gtk-doc/html/gtk3/GtkAlignment.html 510share/gtk-doc/html/gtk3/GtkAlignment.html
497share/gtk-doc/html/gtk3/GtkAppChooser.html 511share/gtk-doc/html/gtk3/GtkAppChooser.html
498share/gtk-doc/html/gtk3/GtkAppChooserButton.html 512share/gtk-doc/html/gtk3/GtkAppChooserButton.html
499share/gtk-doc/html/gtk3/GtkAppChooserDialog.html 513share/gtk-doc/html/gtk3/GtkAppChooserDialog.html
500share/gtk-doc/html/gtk3/GtkAppChooserWidget.html 514share/gtk-doc/html/gtk3/GtkAppChooserWidget.html
501share/gtk-doc/html/gtk3/GtkApplication.html 515share/gtk-doc/html/gtk3/GtkApplication.html
502share/gtk-doc/html/gtk3/GtkArrow.html 516share/gtk-doc/html/gtk3/GtkArrow.html
503share/gtk-doc/html/gtk3/GtkAspectFrame.html 517share/gtk-doc/html/gtk3/GtkAspectFrame.html
504share/gtk-doc/html/gtk3/GtkAssistant.html 518share/gtk-doc/html/gtk3/GtkAssistant.html
505share/gtk-doc/html/gtk3/GtkBin.html 519share/gtk-doc/html/gtk3/GtkBin.html
506share/gtk-doc/html/gtk3/GtkBox.html 520share/gtk-doc/html/gtk3/GtkBox.html
507share/gtk-doc/html/gtk3/GtkBuildable.html 521share/gtk-doc/html/gtk3/GtkBuildable.html
508share/gtk-doc/html/gtk3/GtkBuilder.html 522share/gtk-doc/html/gtk3/GtkBuilder.html
509share/gtk-doc/html/gtk3/GtkButton.html 523share/gtk-doc/html/gtk3/GtkButton.html
510share/gtk-doc/html/gtk3/GtkButtonBox.html 524share/gtk-doc/html/gtk3/GtkButtonBox.html
511share/gtk-doc/html/gtk3/GtkCalendar.html 525share/gtk-doc/html/gtk3/GtkCalendar.html
512share/gtk-doc/html/gtk3/GtkCellArea.html 526share/gtk-doc/html/gtk3/GtkCellArea.html
513share/gtk-doc/html/gtk3/GtkCellAreaBox.html 527share/gtk-doc/html/gtk3/GtkCellAreaBox.html
514share/gtk-doc/html/gtk3/GtkCellAreaContext.html 528share/gtk-doc/html/gtk3/GtkCellAreaContext.html
515share/gtk-doc/html/gtk3/GtkCellEditable.html 529share/gtk-doc/html/gtk3/GtkCellEditable.html
516share/gtk-doc/html/gtk3/GtkCellLayout.html 530share/gtk-doc/html/gtk3/GtkCellLayout.html
517share/gtk-doc/html/gtk3/GtkCellRenderer.html 531share/gtk-doc/html/gtk3/GtkCellRenderer.html
518share/gtk-doc/html/gtk3/GtkCellRendererAccel.html 532share/gtk-doc/html/gtk3/GtkCellRendererAccel.html
519share/gtk-doc/html/gtk3/GtkCellRendererCombo.html 533share/gtk-doc/html/gtk3/GtkCellRendererCombo.html
520share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html 534share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html
521share/gtk-doc/html/gtk3/GtkCellRendererProgress.html 535share/gtk-doc/html/gtk3/GtkCellRendererProgress.html
522share/gtk-doc/html/gtk3/GtkCellRendererSpin.html 536share/gtk-doc/html/gtk3/GtkCellRendererSpin.html
523share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html 537share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html
524share/gtk-doc/html/gtk3/GtkCellRendererText.html 538share/gtk-doc/html/gtk3/GtkCellRendererText.html
525share/gtk-doc/html/gtk3/GtkCellRendererToggle.html 539share/gtk-doc/html/gtk3/GtkCellRendererToggle.html
526share/gtk-doc/html/gtk3/GtkCellView.html 540share/gtk-doc/html/gtk3/GtkCellView.html
527share/gtk-doc/html/gtk3/GtkCheckButton.html 541share/gtk-doc/html/gtk3/GtkCheckButton.html
528share/gtk-doc/html/gtk3/GtkColorButton.html 542share/gtk-doc/html/gtk3/GtkColorButton.html
529share/gtk-doc/html/gtk3/GtkColorSelection.html 543share/gtk-doc/html/gtk3/GtkColorSelection.html
530share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html 544share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html
531share/gtk-doc/html/gtk3/GtkComboBox.html 545share/gtk-doc/html/gtk3/GtkComboBox.html
532share/gtk-doc/html/gtk3/GtkComboBoxText.html 546share/gtk-doc/html/gtk3/GtkComboBoxText.html
533share/gtk-doc/html/gtk3/GtkContainer.html 547share/gtk-doc/html/gtk3/GtkContainer.html
534share/gtk-doc/html/gtk3/GtkCssProvider.html 548share/gtk-doc/html/gtk3/GtkCssProvider.html
535share/gtk-doc/html/gtk3/GtkDialog.html 549share/gtk-doc/html/gtk3/GtkDialog.html
536share/gtk-doc/html/gtk3/GtkDrawingArea.html 550share/gtk-doc/html/gtk3/GtkDrawingArea.html
537share/gtk-doc/html/gtk3/GtkEditable.html 551share/gtk-doc/html/gtk3/GtkEditable.html
538share/gtk-doc/html/gtk3/GtkEntry.html 552share/gtk-doc/html/gtk3/GtkEntry.html
539share/gtk-doc/html/gtk3/GtkEntryBuffer.html 553share/gtk-doc/html/gtk3/GtkEntryBuffer.html
540share/gtk-doc/html/gtk3/GtkEntryCompletion.html 554share/gtk-doc/html/gtk3/GtkEntryCompletion.html
541share/gtk-doc/html/gtk3/GtkEventBox.html 555share/gtk-doc/html/gtk3/GtkEventBox.html
542share/gtk-doc/html/gtk3/GtkExpander.html 556share/gtk-doc/html/gtk3/GtkExpander.html
543share/gtk-doc/html/gtk3/GtkFileChooser.html 557share/gtk-doc/html/gtk3/GtkFileChooser.html
544share/gtk-doc/html/gtk3/GtkFileChooserButton.html 558share/gtk-doc/html/gtk3/GtkFileChooserButton.html
545share/gtk-doc/html/gtk3/GtkFileChooserDialog.html 559share/gtk-doc/html/gtk3/GtkFileChooserDialog.html
546share/gtk-doc/html/gtk3/GtkFileChooserWidget.html 560share/gtk-doc/html/gtk3/GtkFileChooserWidget.html
547share/gtk-doc/html/gtk3/GtkFileFilter.html 561share/gtk-doc/html/gtk3/GtkFileFilter.html
548share/gtk-doc/html/gtk3/GtkFixed.html 562share/gtk-doc/html/gtk3/GtkFixed.html
549share/gtk-doc/html/gtk3/GtkFontButton.html 563share/gtk-doc/html/gtk3/GtkFontButton.html
550share/gtk-doc/html/gtk3/GtkFontSelection.html 564share/gtk-doc/html/gtk3/GtkFontSelection.html
551share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html 565share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html
552share/gtk-doc/html/gtk3/GtkFrame.html 566share/gtk-doc/html/gtk3/GtkFrame.html
553share/gtk-doc/html/gtk3/GtkGrid.html 567share/gtk-doc/html/gtk3/GtkGrid.html
554share/gtk-doc/html/gtk3/GtkHBox.html 568share/gtk-doc/html/gtk3/GtkHBox.html
555share/gtk-doc/html/gtk3/GtkHButtonBox.html 569share/gtk-doc/html/gtk3/GtkHButtonBox.html
556share/gtk-doc/html/gtk3/GtkHPaned.html 570share/gtk-doc/html/gtk3/GtkHPaned.html
557share/gtk-doc/html/gtk3/GtkHSV.html 571share/gtk-doc/html/gtk3/GtkHSV.html
558share/gtk-doc/html/gtk3/GtkHScale.html 572share/gtk-doc/html/gtk3/GtkHScale.html
559share/gtk-doc/html/gtk3/GtkHScrollbar.html 573share/gtk-doc/html/gtk3/GtkHScrollbar.html
560share/gtk-doc/html/gtk3/GtkHSeparator.html 574share/gtk-doc/html/gtk3/GtkHSeparator.html
561share/gtk-doc/html/gtk3/GtkHandleBox.html 575share/gtk-doc/html/gtk3/GtkHandleBox.html
562share/gtk-doc/html/gtk3/GtkIMContext.html 576share/gtk-doc/html/gtk3/GtkIMContext.html
563share/gtk-doc/html/gtk3/GtkIMContextSimple.html 577share/gtk-doc/html/gtk3/GtkIMContextSimple.html
564share/gtk-doc/html/gtk3/GtkIMMulticontext.html 578share/gtk-doc/html/gtk3/GtkIMMulticontext.html
565share/gtk-doc/html/gtk3/GtkIconTheme.html 579share/gtk-doc/html/gtk3/GtkIconTheme.html
566share/gtk-doc/html/gtk3/GtkIconView.html 580share/gtk-doc/html/gtk3/GtkIconView.html
567share/gtk-doc/html/gtk3/GtkImage.html 581share/gtk-doc/html/gtk3/GtkImage.html
568share/gtk-doc/html/gtk3/GtkImageMenuItem.html 582share/gtk-doc/html/gtk3/GtkImageMenuItem.html
569share/gtk-doc/html/gtk3/GtkInfoBar.html 583share/gtk-doc/html/gtk3/GtkInfoBar.html
570share/gtk-doc/html/gtk3/GtkInvisible.html 584share/gtk-doc/html/gtk3/GtkInvisible.html
571share/gtk-doc/html/gtk3/GtkLabel.html 585share/gtk-doc/html/gtk3/GtkLabel.html
572share/gtk-doc/html/gtk3/GtkLayout.html 586share/gtk-doc/html/gtk3/GtkLayout.html
573share/gtk-doc/html/gtk3/GtkLinkButton.html 587share/gtk-doc/html/gtk3/GtkLinkButton.html
574share/gtk-doc/html/gtk3/GtkListStore.html 588share/gtk-doc/html/gtk3/GtkListStore.html
575share/gtk-doc/html/gtk3/GtkMenu.html 589share/gtk-doc/html/gtk3/GtkMenu.html
576share/gtk-doc/html/gtk3/GtkMenuBar.html 590share/gtk-doc/html/gtk3/GtkMenuBar.html
577share/gtk-doc/html/gtk3/GtkMenuItem.html 591share/gtk-doc/html/gtk3/GtkMenuItem.html
578share/gtk-doc/html/gtk3/GtkMenuShell.html 592share/gtk-doc/html/gtk3/GtkMenuShell.html
579share/gtk-doc/html/gtk3/GtkMenuToolButton.html 593share/gtk-doc/html/gtk3/GtkMenuToolButton.html
580share/gtk-doc/html/gtk3/GtkMessageDialog.html 594share/gtk-doc/html/gtk3/GtkMessageDialog.html
581share/gtk-doc/html/gtk3/GtkMisc.html 595share/gtk-doc/html/gtk3/GtkMisc.html
582share/gtk-doc/html/gtk3/GtkNotebook.html 596share/gtk-doc/html/gtk3/GtkNotebook.html
583share/gtk-doc/html/gtk3/GtkNumerableIcon.html 597share/gtk-doc/html/gtk3/GtkNumerableIcon.html
584share/gtk-doc/html/gtk3/GtkOffscreenWindow.html 598share/gtk-doc/html/gtk3/GtkOffscreenWindow.html
585share/gtk-doc/html/gtk3/GtkPageSetup.html 599share/gtk-doc/html/gtk3/GtkPageSetup.html
586share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html 600share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html
587share/gtk-doc/html/gtk3/GtkPaned.html 601share/gtk-doc/html/gtk3/GtkPaned.html
588share/gtk-doc/html/gtk3/GtkPaperSize.html 602share/gtk-doc/html/gtk3/GtkPaperSize.html
589share/gtk-doc/html/gtk3/GtkPlug.html 603share/gtk-doc/html/gtk3/GtkPlug.html
590share/gtk-doc/html/gtk3/GtkPrintContext.html 604share/gtk-doc/html/gtk3/GtkPrintContext.html
591share/gtk-doc/html/gtk3/GtkPrintJob.html 605share/gtk-doc/html/gtk3/GtkPrintJob.html
592share/gtk-doc/html/gtk3/GtkPrintSettings.html 606share/gtk-doc/html/gtk3/GtkPrintSettings.html
593share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html 607share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html
594share/gtk-doc/html/gtk3/GtkPrinter.html 608share/gtk-doc/html/gtk3/GtkPrinter.html
595share/gtk-doc/html/gtk3/GtkProgressBar.html 609share/gtk-doc/html/gtk3/GtkProgressBar.html
596share/gtk-doc/html/gtk3/GtkRadioAction.html 610share/gtk-doc/html/gtk3/GtkRadioAction.html
597share/gtk-doc/html/gtk3/GtkRadioButton.html 611share/gtk-doc/html/gtk3/GtkRadioButton.html
598share/gtk-doc/html/gtk3/GtkRadioMenuItem.html 612share/gtk-doc/html/gtk3/GtkRadioMenuItem.html
599share/gtk-doc/html/gtk3/GtkRadioToolButton.html 613share/gtk-doc/html/gtk3/GtkRadioToolButton.html
600share/gtk-doc/html/gtk3/GtkRange.html 614share/gtk-doc/html/gtk3/GtkRange.html
601share/gtk-doc/html/gtk3/GtkRecentAction.html 615share/gtk-doc/html/gtk3/GtkRecentAction.html
602share/gtk-doc/html/gtk3/GtkRecentChooser.html 616share/gtk-doc/html/gtk3/GtkRecentChooser.html
603share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html 617share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html
604share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html 618share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html
605share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html 619share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html
606share/gtk-doc/html/gtk3/GtkRecentFilter.html 620share/gtk-doc/html/gtk3/GtkRecentFilter.html
607share/gtk-doc/html/gtk3/GtkRecentManager.html 621share/gtk-doc/html/gtk3/GtkRecentManager.html
608share/gtk-doc/html/gtk3/GtkScale.html 622share/gtk-doc/html/gtk3/GtkScale.html
609share/gtk-doc/html/gtk3/GtkScaleButton.html 623share/gtk-doc/html/gtk3/GtkScaleButton.html
610share/gtk-doc/html/gtk3/GtkScrollable.html 624share/gtk-doc/html/gtk3/GtkScrollable.html
611share/gtk-doc/html/gtk3/GtkScrollbar.html 625share/gtk-doc/html/gtk3/GtkScrollbar.html
612share/gtk-doc/html/gtk3/GtkScrolledWindow.html 626share/gtk-doc/html/gtk3/GtkScrolledWindow.html
613share/gtk-doc/html/gtk3/GtkSeparator.html 627share/gtk-doc/html/gtk3/GtkSeparator.html
614share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html 628share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html
615share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html 629share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html
616share/gtk-doc/html/gtk3/GtkSettings.html 630share/gtk-doc/html/gtk3/GtkSettings.html
617share/gtk-doc/html/gtk3/GtkSizeGroup.html 631share/gtk-doc/html/gtk3/GtkSizeGroup.html
618share/gtk-doc/html/gtk3/GtkSocket.html 632share/gtk-doc/html/gtk3/GtkSocket.html
619share/gtk-doc/html/gtk3/GtkSpinButton.html 633share/gtk-doc/html/gtk3/GtkSpinButton.html
620share/gtk-doc/html/gtk3/GtkSpinner.html 634share/gtk-doc/html/gtk3/GtkSpinner.html
621share/gtk-doc/html/gtk3/GtkStatusIcon.html 635share/gtk-doc/html/gtk3/GtkStatusIcon.html
622share/gtk-doc/html/gtk3/GtkStatusbar.html 636share/gtk-doc/html/gtk3/GtkStatusbar.html
623share/gtk-doc/html/gtk3/GtkStyle.html 637share/gtk-doc/html/gtk3/GtkStyle.html
624share/gtk-doc/html/gtk3/GtkStyleContext.html 638share/gtk-doc/html/gtk3/GtkStyleContext.html
625share/gtk-doc/html/gtk3/GtkStyleProvider.html 639share/gtk-doc/html/gtk3/GtkStyleProvider.html
626share/gtk-doc/html/gtk3/GtkSwitch.html 640share/gtk-doc/html/gtk3/GtkSwitch.html
627share/gtk-doc/html/gtk3/GtkTable.html 641share/gtk-doc/html/gtk3/GtkTable.html
628share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html 642share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html
629share/gtk-doc/html/gtk3/GtkTextBuffer.html 643share/gtk-doc/html/gtk3/GtkTextBuffer.html
630share/gtk-doc/html/gtk3/GtkTextIter.html 644share/gtk-doc/html/gtk3/GtkTextIter.html
631share/gtk-doc/html/gtk3/GtkTextMark.html 645share/gtk-doc/html/gtk3/GtkTextMark.html
632share/gtk-doc/html/gtk3/GtkTextTag.html 646share/gtk-doc/html/gtk3/GtkTextTag.html
633share/gtk-doc/html/gtk3/GtkTextTagTable.html 647share/gtk-doc/html/gtk3/GtkTextTagTable.html
634share/gtk-doc/html/gtk3/GtkTextView.html 648share/gtk-doc/html/gtk3/GtkTextView.html
635share/gtk-doc/html/gtk3/GtkThemingEngine.html 649share/gtk-doc/html/gtk3/GtkThemingEngine.html
636share/gtk-doc/html/gtk3/GtkToggleAction.html 650share/gtk-doc/html/gtk3/GtkToggleAction.html
637share/gtk-doc/html/gtk3/GtkToggleButton.html 651share/gtk-doc/html/gtk3/GtkToggleButton.html
638share/gtk-doc/html/gtk3/GtkToggleToolButton.html 652share/gtk-doc/html/gtk3/GtkToggleToolButton.html
639share/gtk-doc/html/gtk3/GtkToolButton.html 653share/gtk-doc/html/gtk3/GtkToolButton.html
640share/gtk-doc/html/gtk3/GtkToolItem.html 654share/gtk-doc/html/gtk3/GtkToolItem.html
641share/gtk-doc/html/gtk3/GtkToolItemGroup.html 655share/gtk-doc/html/gtk3/GtkToolItemGroup.html
642share/gtk-doc/html/gtk3/GtkToolPalette.html 656share/gtk-doc/html/gtk3/GtkToolPalette.html
643share/gtk-doc/html/gtk3/GtkToolShell.html 657share/gtk-doc/html/gtk3/GtkToolShell.html
644share/gtk-doc/html/gtk3/GtkToolbar.html 658share/gtk-doc/html/gtk3/GtkToolbar.html
645share/gtk-doc/html/gtk3/GtkTooltip.html 659share/gtk-doc/html/gtk3/GtkTooltip.html
646share/gtk-doc/html/gtk3/GtkTreeModel.html 660share/gtk-doc/html/gtk3/GtkTreeModel.html
647share/gtk-doc/html/gtk3/GtkTreeModelFilter.html 661share/gtk-doc/html/gtk3/GtkTreeModelFilter.html
648share/gtk-doc/html/gtk3/GtkTreeModelSort.html 662share/gtk-doc/html/gtk3/GtkTreeModelSort.html
649share/gtk-doc/html/gtk3/GtkTreeSelection.html 663share/gtk-doc/html/gtk3/GtkTreeSelection.html
650share/gtk-doc/html/gtk3/GtkTreeSortable.html 664share/gtk-doc/html/gtk3/GtkTreeSortable.html
651share/gtk-doc/html/gtk3/GtkTreeStore.html 665share/gtk-doc/html/gtk3/GtkTreeStore.html
652share/gtk-doc/html/gtk3/GtkTreeView.html 666share/gtk-doc/html/gtk3/GtkTreeView.html
653share/gtk-doc/html/gtk3/GtkTreeViewColumn.html 667share/gtk-doc/html/gtk3/GtkTreeViewColumn.html
654share/gtk-doc/html/gtk3/GtkUIManager.html 668share/gtk-doc/html/gtk3/GtkUIManager.html
655share/gtk-doc/html/gtk3/GtkVBox.html 669share/gtk-doc/html/gtk3/GtkVBox.html
656share/gtk-doc/html/gtk3/GtkVButtonBox.html 670share/gtk-doc/html/gtk3/GtkVButtonBox.html
657share/gtk-doc/html/gtk3/GtkVPaned.html 671share/gtk-doc/html/gtk3/GtkVPaned.html
658share/gtk-doc/html/gtk3/GtkVScale.html 672share/gtk-doc/html/gtk3/GtkVScale.html
659share/gtk-doc/html/gtk3/GtkVScrollbar.html 673share/gtk-doc/html/gtk3/GtkVScrollbar.html
660share/gtk-doc/html/gtk3/GtkVSeparator.html 674share/gtk-doc/html/gtk3/GtkVSeparator.html
661share/gtk-doc/html/gtk3/GtkViewport.html 675share/gtk-doc/html/gtk3/GtkViewport.html
662share/gtk-doc/html/gtk3/GtkVolumeButton.html 676share/gtk-doc/html/gtk3/GtkVolumeButton.html
663share/gtk-doc/html/gtk3/GtkWidget.html 677share/gtk-doc/html/gtk3/GtkWidget.html
664share/gtk-doc/html/gtk3/GtkWindow.html 678share/gtk-doc/html/gtk3/GtkWindow.html
665share/gtk-doc/html/gtk3/GtkWindowGroup.html 679share/gtk-doc/html/gtk3/GtkWindowGroup.html
666share/gtk-doc/html/gtk3/LayoutContainers.html 680share/gtk-doc/html/gtk3/LayoutContainers.html
667share/gtk-doc/html/gtk3/MenusAndCombos.html 681share/gtk-doc/html/gtk3/MenusAndCombos.html
668share/gtk-doc/html/gtk3/MiscObjects.html 682share/gtk-doc/html/gtk3/MiscObjects.html
669share/gtk-doc/html/gtk3/NumericEntry.html 683share/gtk-doc/html/gtk3/NumericEntry.html
670share/gtk-doc/html/gtk3/Ornaments.html 684share/gtk-doc/html/gtk3/Ornaments.html
671share/gtk-doc/html/gtk3/PlugSocket.html 685share/gtk-doc/html/gtk3/PlugSocket.html
672share/gtk-doc/html/gtk3/Printing.html 686share/gtk-doc/html/gtk3/Printing.html
673share/gtk-doc/html/gtk3/RecentDocuments.html 687share/gtk-doc/html/gtk3/RecentDocuments.html
674share/gtk-doc/html/gtk3/ScrollingWidgets.html 688share/gtk-doc/html/gtk3/ScrollingWidgets.html
675share/gtk-doc/html/gtk3/SelectorWidgets.html 689share/gtk-doc/html/gtk3/SelectorWidgets.html
676share/gtk-doc/html/gtk3/TextWidget.html 690share/gtk-doc/html/gtk3/TextWidget.html
677share/gtk-doc/html/gtk3/TextWidgetObjects.html 691share/gtk-doc/html/gtk3/TextWidgetObjects.html
678share/gtk-doc/html/gtk3/TreeWidget.html 692share/gtk-doc/html/gtk3/TreeWidget.html
679share/gtk-doc/html/gtk3/TreeWidgetObjects.html 693share/gtk-doc/html/gtk3/TreeWidgetObjects.html
680share/gtk-doc/html/gtk3/WindowWidgets.html 694share/gtk-doc/html/gtk3/WindowWidgets.html
681share/gtk-doc/html/gtk3/aboutdialog.png 695share/gtk-doc/html/gtk3/aboutdialog.png
682share/gtk-doc/html/gtk3/accel-label.png 696share/gtk-doc/html/gtk3/accel-label.png
683share/gtk-doc/html/gtk3/annotation-glossary.html 697share/gtk-doc/html/gtk3/annotation-glossary.html
684share/gtk-doc/html/gtk3/api-index-3-0.html 698share/gtk-doc/html/gtk3/api-index-3-0.html
685share/gtk-doc/html/gtk3/api-index-deprecated.html 699share/gtk-doc/html/gtk3/api-index-deprecated.html
686share/gtk-doc/html/gtk3/api-index-full.html 700share/gtk-doc/html/gtk3/api-index-full.html
687share/gtk-doc/html/gtk3/appchooserbutton.png 701share/gtk-doc/html/gtk3/appchooserbutton.png
688share/gtk-doc/html/gtk3/appchooserdialog.png 702share/gtk-doc/html/gtk3/appchooserdialog.png
689share/gtk-doc/html/gtk3/application-exit.png 703share/gtk-doc/html/gtk3/application-exit.png
690share/gtk-doc/html/gtk3/arrows.png 704share/gtk-doc/html/gtk3/arrows.png
691share/gtk-doc/html/gtk3/assistant.png 705share/gtk-doc/html/gtk3/assistant.png
692share/gtk-doc/html/gtk3/background.png 706share/gtk-doc/html/gtk3/background.png
693share/gtk-doc/html/gtk3/border1.png 707share/gtk-doc/html/gtk3/border1.png
694share/gtk-doc/html/gtk3/border2.png 708share/gtk-doc/html/gtk3/border2.png
695share/gtk-doc/html/gtk3/border3.png 709share/gtk-doc/html/gtk3/border3.png
696share/gtk-doc/html/gtk3/button.png 710share/gtk-doc/html/gtk3/button.png
697share/gtk-doc/html/gtk3/ch02.html 711share/gtk-doc/html/gtk3/ch02.html
698share/gtk-doc/html/gtk3/ch03.html 712share/gtk-doc/html/gtk3/ch03.html
699share/gtk-doc/html/gtk3/ch25s02.html 713share/gtk-doc/html/gtk3/ch25s02.html
700share/gtk-doc/html/gtk3/ch26s02.html 714share/gtk-doc/html/gtk3/ch26s02.html
701share/gtk-doc/html/gtk3/chap-drawing-model.html 715share/gtk-doc/html/gtk3/chap-drawing-model.html
702share/gtk-doc/html/gtk3/check-button.png 716share/gtk-doc/html/gtk3/check-button.png
703share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html 717share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html
704share/gtk-doc/html/gtk3/checklist-modifiers.html 718share/gtk-doc/html/gtk3/checklist-modifiers.html
705share/gtk-doc/html/gtk3/checklist-named-icons.html 719share/gtk-doc/html/gtk3/checklist-named-icons.html
706share/gtk-doc/html/gtk3/checks.png 720share/gtk-doc/html/gtk3/checks.png
707share/gtk-doc/html/gtk3/color-button.png 721share/gtk-doc/html/gtk3/color-button.png
708share/gtk-doc/html/gtk3/colorsel.png 722share/gtk-doc/html/gtk3/colorsel.png
709share/gtk-doc/html/gtk3/combo-box-entry.png 723share/gtk-doc/html/gtk3/combo-box-entry.png
710share/gtk-doc/html/gtk3/combo-box.png 724share/gtk-doc/html/gtk3/combo-box.png
711share/gtk-doc/html/gtk3/dialog-error.png 725share/gtk-doc/html/gtk3/dialog-error.png
712share/gtk-doc/html/gtk3/dialog-information.png 726share/gtk-doc/html/gtk3/dialog-information.png
713share/gtk-doc/html/gtk3/dialog-password.png 727share/gtk-doc/html/gtk3/dialog-password.png
714share/gtk-doc/html/gtk3/dialog-question.png 728share/gtk-doc/html/gtk3/dialog-question.png
715share/gtk-doc/html/gtk3/dialog-warning.png 729share/gtk-doc/html/gtk3/dialog-warning.png
716share/gtk-doc/html/gtk3/document-new.png 730share/gtk-doc/html/gtk3/document-new.png
717share/gtk-doc/html/gtk3/document-open.png 731share/gtk-doc/html/gtk3/document-open.png
718share/gtk-doc/html/gtk3/document-print-preview.png 732share/gtk-doc/html/gtk3/document-print-preview.png
719share/gtk-doc/html/gtk3/document-print.png 733share/gtk-doc/html/gtk3/document-print.png
720share/gtk-doc/html/gtk3/document-properties.png 734share/gtk-doc/html/gtk3/document-properties.png
721share/gtk-doc/html/gtk3/document-revert-ltr.png 735share/gtk-doc/html/gtk3/document-revert-ltr.png
722share/gtk-doc/html/gtk3/document-revert-rtl.png 736share/gtk-doc/html/gtk3/document-revert-rtl.png
723share/gtk-doc/html/gtk3/document-save-as.png 737share/gtk-doc/html/gtk3/document-save-as.png
724share/gtk-doc/html/gtk3/document-save.png 738share/gtk-doc/html/gtk3/document-save.png
725share/gtk-doc/html/gtk3/drawing.png 739share/gtk-doc/html/gtk3/drawing.png
726share/gtk-doc/html/gtk3/drive-harddisk.png 740share/gtk-doc/html/gtk3/drive-harddisk.png
727share/gtk-doc/html/gtk3/ease-in-out.png 741share/gtk-doc/html/gtk3/ease-in-out.png
728share/gtk-doc/html/gtk3/ease-in.png 742share/gtk-doc/html/gtk3/ease-in.png
729share/gtk-doc/html/gtk3/ease-out.png 743share/gtk-doc/html/gtk3/ease-out.png
730share/gtk-doc/html/gtk3/ease.png 744share/gtk-doc/html/gtk3/ease.png
731share/gtk-doc/html/gtk3/edit-clear.png 745share/gtk-doc/html/gtk3/edit-clear.png
732share/gtk-doc/html/gtk3/edit-copy.png 746share/gtk-doc/html/gtk3/edit-copy.png
733share/gtk-doc/html/gtk3/edit-cut.png 747share/gtk-doc/html/gtk3/edit-cut.png
734share/gtk-doc/html/gtk3/edit-delete.png 748share/gtk-doc/html/gtk3/edit-delete.png
735share/gtk-doc/html/gtk3/edit-find-replace.png 749share/gtk-doc/html/gtk3/edit-find-replace.png
736share/gtk-doc/html/gtk3/edit-find.png 750share/gtk-doc/html/gtk3/edit-find.png
737share/gtk-doc/html/gtk3/edit-paste.png 751share/gtk-doc/html/gtk3/edit-paste.png
738share/gtk-doc/html/gtk3/edit-redo-ltr.png 752share/gtk-doc/html/gtk3/edit-redo-ltr.png
739share/gtk-doc/html/gtk3/edit-redo-rtl.png 753share/gtk-doc/html/gtk3/edit-redo-rtl.png
740share/gtk-doc/html/gtk3/edit-select-all.png 754share/gtk-doc/html/gtk3/edit-select-all.png
741share/gtk-doc/html/gtk3/edit-undo-ltr.png 755share/gtk-doc/html/gtk3/edit-undo-ltr.png
742share/gtk-doc/html/gtk3/edit-undo-rtl.png 756share/gtk-doc/html/gtk3/edit-undo-rtl.png
743share/gtk-doc/html/gtk3/entry.png 757share/gtk-doc/html/gtk3/entry.png
744share/gtk-doc/html/gtk3/expanders.png 758share/gtk-doc/html/gtk3/expanders.png
745share/gtk-doc/html/gtk3/extensions.png 759share/gtk-doc/html/gtk3/extensions.png
746share/gtk-doc/html/gtk3/figure-hierarchical-drawing.png 760share/gtk-doc/html/gtk3/figure-hierarchical-drawing.png
747share/gtk-doc/html/gtk3/figure-windowed-label.png 761share/gtk-doc/html/gtk3/figure-windowed-label.png
748share/gtk-doc/html/gtk3/file-button.png 762share/gtk-doc/html/gtk3/file-button.png
749share/gtk-doc/html/gtk3/filechooser.png 763share/gtk-doc/html/gtk3/filechooser.png
750share/gtk-doc/html/gtk3/focus.png 764share/gtk-doc/html/gtk3/focus.png
751share/gtk-doc/html/gtk3/folder.png 765share/gtk-doc/html/gtk3/folder.png
752share/gtk-doc/html/gtk3/font-button.png 766share/gtk-doc/html/gtk3/font-button.png
753share/gtk-doc/html/gtk3/fontsel.png 767share/gtk-doc/html/gtk3/fontsel.png
754share/gtk-doc/html/gtk3/format-indent-less-ltr.png 768share/gtk-doc/html/gtk3/format-indent-less-ltr.png
755share/gtk-doc/html/gtk3/format-indent-less-rtl.png 769share/gtk-doc/html/gtk3/format-indent-less-rtl.png
756share/gtk-doc/html/gtk3/format-indent-more-ltr.png 770share/gtk-doc/html/gtk3/format-indent-more-ltr.png
757share/gtk-doc/html/gtk3/format-indent-more-rtl.png 771share/gtk-doc/html/gtk3/format-indent-more-rtl.png
758share/gtk-doc/html/gtk3/format-justify-center.png 772share/gtk-doc/html/gtk3/format-justify-center.png
759share/gtk-doc/html/gtk3/format-justify-fill.png 773share/gtk-doc/html/gtk3/format-justify-fill.png
760share/gtk-doc/html/gtk3/format-justify-left.png 774share/gtk-doc/html/gtk3/format-justify-left.png
761share/gtk-doc/html/gtk3/format-justify-right.png 775share/gtk-doc/html/gtk3/format-justify-right.png
762share/gtk-doc/html/gtk3/format-text-bold.png 776share/gtk-doc/html/gtk3/format-text-bold.png
763share/gtk-doc/html/gtk3/format-text-italic.png 777share/gtk-doc/html/gtk3/format-text-italic.png
764share/gtk-doc/html/gtk3/format-text-strikethrough.png 778share/gtk-doc/html/gtk3/format-text-strikethrough.png
765share/gtk-doc/html/gtk3/format-text-underline.png 779share/gtk-doc/html/gtk3/format-text-underline.png
766share/gtk-doc/html/gtk3/frame-gap.png 780share/gtk-doc/html/gtk3/frame-gap.png
767share/gtk-doc/html/gtk3/frame.png 781share/gtk-doc/html/gtk3/frame.png
768share/gtk-doc/html/gtk3/frames.png 782share/gtk-doc/html/gtk3/frames.png
769share/gtk-doc/html/gtk3/glossary.html 783share/gtk-doc/html/gtk3/glossary.html
770share/gtk-doc/html/gtk3/go-bottom.png 784share/gtk-doc/html/gtk3/go-bottom.png
771share/gtk-doc/html/gtk3/go-down.png 785share/gtk-doc/html/gtk3/go-down.png
772share/gtk-doc/html/gtk3/go-first-ltr.png 786share/gtk-doc/html/gtk3/go-first-ltr.png
773share/gtk-doc/html/gtk3/go-first-rtl.png 787share/gtk-doc/html/gtk3/go-first-rtl.png
774share/gtk-doc/html/gtk3/go-home.png 788share/gtk-doc/html/gtk3/go-home.png
775share/gtk-doc/html/gtk3/go-jump-ltr.png 789share/gtk-doc/html/gtk3/go-jump-ltr.png
776share/gtk-doc/html/gtk3/go-jump-rtl.png 790share/gtk-doc/html/gtk3/go-jump-rtl.png
777share/gtk-doc/html/gtk3/go-last-ltr.png 791share/gtk-doc/html/gtk3/go-last-ltr.png
778share/gtk-doc/html/gtk3/go-last-rtl.png 792share/gtk-doc/html/gtk3/go-last-rtl.png
779share/gtk-doc/html/gtk3/go-next-ltr.png 793share/gtk-doc/html/gtk3/go-next-ltr.png
780share/gtk-doc/html/gtk3/go-next-rtl.png 794share/gtk-doc/html/gtk3/go-next-rtl.png
781share/gtk-doc/html/gtk3/go-previous-ltr.png 795share/gtk-doc/html/gtk3/go-previous-ltr.png
782share/gtk-doc/html/gtk3/go-previous-rtl.png 796share/gtk-doc/html/gtk3/go-previous-rtl.png
783share/gtk-doc/html/gtk3/go-top.png 797share/gtk-doc/html/gtk3/go-top.png
784share/gtk-doc/html/gtk3/go-up.png 798share/gtk-doc/html/gtk3/go-up.png
785share/gtk-doc/html/gtk3/gradient1.png 799share/gtk-doc/html/gtk3/gradient1.png
786share/gtk-doc/html/gtk3/gradient2.png 800share/gtk-doc/html/gtk3/gradient2.png
787share/gtk-doc/html/gtk3/gradient3.png 801share/gtk-doc/html/gtk3/gradient3.png
788share/gtk-doc/html/gtk3/gradient4.png 802share/gtk-doc/html/gtk3/gradient4.png
789share/gtk-doc/html/gtk3/grid-packing.png 803share/gtk-doc/html/gtk3/grid-packing.png
790share/gtk-doc/html/gtk3/gtk-apply.png 804share/gtk-doc/html/gtk3/gtk-apply.png
791share/gtk-doc/html/gtk3/gtk-building.html 805share/gtk-doc/html/gtk3/gtk-building.html
792share/gtk-doc/html/gtk3/gtk-cancel.png 806share/gtk-doc/html/gtk3/gtk-cancel.png
793share/gtk-doc/html/gtk3/gtk-caps-lock-warning.png 807share/gtk-doc/html/gtk3/gtk-caps-lock-warning.png
794share/gtk-doc/html/gtk3/gtk-color-picker.png 808share/gtk-doc/html/gtk3/gtk-color-picker.png
795share/gtk-doc/html/gtk3/gtk-compiling.html 809share/gtk-doc/html/gtk3/gtk-compiling.html
796share/gtk-doc/html/gtk3/gtk-connect.png 810share/gtk-doc/html/gtk3/gtk-connect.png
797share/gtk-doc/html/gtk3/gtk-convert.png 811share/gtk-doc/html/gtk3/gtk-convert.png
798share/gtk-doc/html/gtk3/gtk-disconnect.png 812share/gtk-doc/html/gtk3/gtk-disconnect.png
799share/gtk-doc/html/gtk3/gtk-dnd-multiple.png 813share/gtk-doc/html/gtk3/gtk-dnd-multiple.png
800share/gtk-doc/html/gtk3/gtk-dnd.png 814share/gtk-doc/html/gtk3/gtk-dnd.png
801share/gtk-doc/html/gtk3/gtk-edit.png 815share/gtk-doc/html/gtk3/gtk-edit.png
802share/gtk-doc/html/gtk3/gtk-font.png 816share/gtk-doc/html/gtk3/gtk-font.png
803share/gtk-doc/html/gtk3/gtk-getting-started.html 817share/gtk-doc/html/gtk3/gtk-getting-started.html
804share/gtk-doc/html/gtk3/gtk-index.png 818share/gtk-doc/html/gtk3/gtk-index.png
805share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html 819share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html
806share/gtk-doc/html/gtk3/gtk-migrating-GtkApplication.html 820share/gtk-doc/html/gtk3/gtk-migrating-GtkApplication.html
807share/gtk-doc/html/gtk3/gtk-migrating-checklist.html 821share/gtk-doc/html/gtk3/gtk-migrating-checklist.html
808share/gtk-doc/html/gtk3/gtk-no.png 822share/gtk-doc/html/gtk3/gtk-no.png
809share/gtk-doc/html/gtk3/gtk-ok.png 823share/gtk-doc/html/gtk3/gtk-ok.png
810share/gtk-doc/html/gtk3/gtk-orientation-landscape.png 824share/gtk-doc/html/gtk3/gtk-orientation-landscape.png
811share/gtk-doc/html/gtk3/gtk-orientation-portrait.png 825share/gtk-doc/html/gtk3/gtk-orientation-portrait.png
812share/gtk-doc/html/gtk3/gtk-orientation-reverse-landscape.png 826share/gtk-doc/html/gtk3/gtk-orientation-reverse-landscape.png
813share/gtk-doc/html/gtk3/gtk-orientation-reverse-portrait.png 827share/gtk-doc/html/gtk3/gtk-orientation-reverse-portrait.png
814share/gtk-doc/html/gtk3/gtk-osx.html 828share/gtk-doc/html/gtk3/gtk-osx.html
815share/gtk-doc/html/gtk3/gtk-page-setup.png 829share/gtk-doc/html/gtk3/gtk-page-setup.png
816share/gtk-doc/html/gtk3/gtk-preferences.png 830share/gtk-doc/html/gtk3/gtk-preferences.png
817share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html 831share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html
818share/gtk-doc/html/gtk3/gtk-question-index.html 832share/gtk-doc/html/gtk3/gtk-question-index.html
819share/gtk-doc/html/gtk3/gtk-resources.html 833share/gtk-doc/html/gtk3/gtk-resources.html
820share/gtk-doc/html/gtk3/gtk-running.html 834share/gtk-doc/html/gtk3/gtk-running.html
821share/gtk-doc/html/gtk3/gtk-select-color.png 835share/gtk-doc/html/gtk3/gtk-select-color.png
822share/gtk-doc/html/gtk3/gtk-undelete-ltr.png 836share/gtk-doc/html/gtk3/gtk-undelete-ltr.png
823share/gtk-doc/html/gtk3/gtk-undelete-rtl.png 837share/gtk-doc/html/gtk3/gtk-undelete-rtl.png
824share/gtk-doc/html/gtk3/gtk-update-icon-cache.html 838share/gtk-doc/html/gtk3/gtk-update-icon-cache.html
825share/gtk-doc/html/gtk3/gtk-windows.html 839share/gtk-doc/html/gtk3/gtk-windows.html
826share/gtk-doc/html/gtk3/gtk-x11.html 840share/gtk-doc/html/gtk3/gtk-x11.html
827share/gtk-doc/html/gtk3/gtk-yes.png 841share/gtk-doc/html/gtk3/gtk-yes.png
828share/gtk-doc/html/gtk3/gtk.html 842share/gtk-doc/html/gtk3/gtk.html
829share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html 843share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html
830share/gtk-doc/html/gtk3/gtk3-Bindings.html 844share/gtk-doc/html/gtk3/gtk3-Bindings.html
831share/gtk-doc/html/gtk3/gtk3-Clipboards.html 845share/gtk-doc/html/gtk3/gtk3-Clipboards.html
832share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html 846share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html
833share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html 847share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html
834share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html 848share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html
835share/gtk-doc/html/gtk3/gtk3-General.html 849share/gtk-doc/html/gtk3/gtk3-General.html
836share/gtk-doc/html/gtk3/gtk3-GtkGradient.html 850share/gtk-doc/html/gtk3/gtk3-GtkGradient.html
837share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html 851share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html
838share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html 852share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html
839share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html 853share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html
840share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html 854share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html
841share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html 855share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html
842share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html 856share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html
843share/gtk-doc/html/gtk3/gtk3-Orientable.html 857share/gtk-doc/html/gtk3/gtk3-Orientable.html
844share/gtk-doc/html/gtk3/gtk3-Resource-Files.html 858share/gtk-doc/html/gtk3/gtk3-Resource-Files.html
845share/gtk-doc/html/gtk3/gtk3-Selections.html 859share/gtk-doc/html/gtk3/gtk3-Selections.html
846share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html 860share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html
847share/gtk-doc/html/gtk3/gtk3-Stock-Items.html 861share/gtk-doc/html/gtk3/gtk3-Stock-Items.html
848share/gtk-doc/html/gtk3/gtk3-Testing.html 862share/gtk-doc/html/gtk3/gtk3-Testing.html
849share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html 863share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html
850share/gtk-doc/html/gtk3/gtk3-gtkcheckmenuitem.html 864share/gtk-doc/html/gtk3/gtk3-gtkcheckmenuitem.html
851share/gtk-doc/html/gtk3/gtk3.devhelp 865${PLIST.x11}share/gtk-doc/html/gtk3/gtk3.devhelp
852share/gtk-doc/html/gtk3/gtk3.devhelp2 866share/gtk-doc/html/gtk3/gtk3.devhelp2
853share/gtk-doc/html/gtk3/gtkbase.html 867share/gtk-doc/html/gtk3/gtkbase.html
854share/gtk-doc/html/gtk3/gtkobjects.html 868share/gtk-doc/html/gtk3/gtkobjects.html
855share/gtk-doc/html/gtk3/handles.png 869share/gtk-doc/html/gtk3/handles.png
856share/gtk-doc/html/gtk3/hello-world.png 870share/gtk-doc/html/gtk3/hello-world.png
857share/gtk-doc/html/gtk3/help-about.png 871share/gtk-doc/html/gtk3/help-about.png
858share/gtk-doc/html/gtk3/help-contents.png 872share/gtk-doc/html/gtk3/help-contents.png
859share/gtk-doc/html/gtk3/home.png 873share/gtk-doc/html/gtk3/home.png
860share/gtk-doc/html/gtk3/icon-view.png 874share/gtk-doc/html/gtk3/icon-view.png
861share/gtk-doc/html/gtk3/image-missing.png 875share/gtk-doc/html/gtk3/image-missing.png
862share/gtk-doc/html/gtk3/image.png 876share/gtk-doc/html/gtk3/image.png
863share/gtk-doc/html/gtk3/index.html 877share/gtk-doc/html/gtk3/index.html
864share/gtk-doc/html/gtk3/index.sgml 878share/gtk-doc/html/gtk3/index.sgml
865share/gtk-doc/html/gtk3/label.png 879share/gtk-doc/html/gtk3/label.png
866share/gtk-doc/html/gtk3/layout-btlr.png 880share/gtk-doc/html/gtk3/layout-btlr.png
867share/gtk-doc/html/gtk3/layout-btrl.png 881share/gtk-doc/html/gtk3/layout-btrl.png
868share/gtk-doc/html/gtk3/layout-lrbt.png 882share/gtk-doc/html/gtk3/layout-lrbt.png
869share/gtk-doc/html/gtk3/layout-lrtb.png 883share/gtk-doc/html/gtk3/layout-lrtb.png
870share/gtk-doc/html/gtk3/layout-rlbt.png 884share/gtk-doc/html/gtk3/layout-rlbt.png
871share/gtk-doc/html/gtk3/layout-rltb.png 885share/gtk-doc/html/gtk3/layout-rltb.png
872share/gtk-doc/html/gtk3/layout-tblr.png 886share/gtk-doc/html/gtk3/layout-tblr.png
873share/gtk-doc/html/gtk3/layout-tbrl.png 887share/gtk-doc/html/gtk3/layout-tbrl.png
874share/gtk-doc/html/gtk3/left.png 888share/gtk-doc/html/gtk3/left.png
875share/gtk-doc/html/gtk3/linear.png 889share/gtk-doc/html/gtk3/linear.png
876share/gtk-doc/html/gtk3/link-button.png 890share/gtk-doc/html/gtk3/link-button.png
877share/gtk-doc/html/gtk3/list-add.png 891share/gtk-doc/html/gtk3/list-add.png
878share/gtk-doc/html/gtk3/list-and-tree.png 892share/gtk-doc/html/gtk3/list-and-tree.png
879share/gtk-doc/html/gtk3/list-remove.png 893share/gtk-doc/html/gtk3/list-remove.png
880share/gtk-doc/html/gtk3/media-floppy.png 894share/gtk-doc/html/gtk3/media-floppy.png
881share/gtk-doc/html/gtk3/media-optical.png 895share/gtk-doc/html/gtk3/media-optical.png
882share/gtk-doc/html/gtk3/media-playback-pause.png 896share/gtk-doc/html/gtk3/media-playback-pause.png
883share/gtk-doc/html/gtk3/media-playback-start-ltr.png 897share/gtk-doc/html/gtk3/media-playback-start-ltr.png
884share/gtk-doc/html/gtk3/media-playback-start-rtl.png 898share/gtk-doc/html/gtk3/media-playback-start-rtl.png
885share/gtk-doc/html/gtk3/media-playback-stop.png 899share/gtk-doc/html/gtk3/media-playback-stop.png
886share/gtk-doc/html/gtk3/media-record.png 900share/gtk-doc/html/gtk3/media-record.png
887share/gtk-doc/html/gtk3/media-seek-backward-ltr.png 901share/gtk-doc/html/gtk3/media-seek-backward-ltr.png
888share/gtk-doc/html/gtk3/media-seek-backward-rtl.png 902share/gtk-doc/html/gtk3/media-seek-backward-rtl.png
889share/gtk-doc/html/gtk3/media-seek-forward-ltr.png 903share/gtk-doc/html/gtk3/media-seek-forward-ltr.png
890share/gtk-doc/html/gtk3/media-seek-forward-rtl.png 904share/gtk-doc/html/gtk3/media-seek-forward-rtl.png
891share/gtk-doc/html/gtk3/media-skip-backward-ltr.png 905share/gtk-doc/html/gtk3/media-skip-backward-ltr.png
892share/gtk-doc/html/gtk3/media-skip-backward-rtl.png 906share/gtk-doc/html/gtk3/media-skip-backward-rtl.png
893share/gtk-doc/html/gtk3/media-skip-forward-ltr.png 907share/gtk-doc/html/gtk3/media-skip-forward-ltr.png
894share/gtk-doc/html/gtk3/media-skip-forward-rtl.png 908share/gtk-doc/html/gtk3/media-skip-forward-rtl.png
895share/gtk-doc/html/gtk3/menubar.png 909share/gtk-doc/html/gtk3/menubar.png
896share/gtk-doc/html/gtk3/messagedialog.png 910share/gtk-doc/html/gtk3/messagedialog.png
897share/gtk-doc/html/gtk3/migrating.html 911share/gtk-doc/html/gtk3/migrating.html
898share/gtk-doc/html/gtk3/multiline-text.png 912share/gtk-doc/html/gtk3/multiline-text.png
899share/gtk-doc/html/gtk3/network-idle.png 913share/gtk-doc/html/gtk3/network-idle.png
900share/gtk-doc/html/gtk3/notebook.png 914share/gtk-doc/html/gtk3/notebook.png
901share/gtk-doc/html/gtk3/numerableicon.png 915share/gtk-doc/html/gtk3/numerableicon.png
902share/gtk-doc/html/gtk3/numerableicon2.png 916share/gtk-doc/html/gtk3/numerableicon2.png
903share/gtk-doc/html/gtk3/options.png 917share/gtk-doc/html/gtk3/options.png
904share/gtk-doc/html/gtk3/pagesetupdialog.png 918share/gtk-doc/html/gtk3/pagesetupdialog.png
905share/gtk-doc/html/gtk3/panes.png 919share/gtk-doc/html/gtk3/panes.png
906share/gtk-doc/html/gtk3/printdialog.png 920share/gtk-doc/html/gtk3/printdialog.png
907share/gtk-doc/html/gtk3/printer-error.png 921share/gtk-doc/html/gtk3/printer-error.png
908share/gtk-doc/html/gtk3/printer-info.png 922share/gtk-doc/html/gtk3/printer-info.png
909share/gtk-doc/html/gtk3/printer-paused.png 923share/gtk-doc/html/gtk3/printer-paused.png
910share/gtk-doc/html/gtk3/printer-warning.png 924share/gtk-doc/html/gtk3/printer-warning.png
911share/gtk-doc/html/gtk3/process-stop.png 925share/gtk-doc/html/gtk3/process-stop.png
912share/gtk-doc/html/gtk3/progressbar.png 926share/gtk-doc/html/gtk3/progressbar.png
913share/gtk-doc/html/gtk3/pt06.html 927share/gtk-doc/html/gtk3/pt06.html
914share/gtk-doc/html/gtk3/radio-group.png 928share/gtk-doc/html/gtk3/radio-group.png
915share/gtk-doc/html/gtk3/recentchooserdialog.png 929share/gtk-doc/html/gtk3/recentchooserdialog.png
916share/gtk-doc/html/gtk3/right.png 930share/gtk-doc/html/gtk3/right.png
917share/gtk-doc/html/gtk3/scales.png 931share/gtk-doc/html/gtk3/scales.png
918share/gtk-doc/html/gtk3/scrolledwindow.png 932share/gtk-doc/html/gtk3/scrolledwindow.png
919share/gtk-doc/html/gtk3/separator.png 933share/gtk-doc/html/gtk3/separator.png
920share/gtk-doc/html/gtk3/slices.png 934share/gtk-doc/html/gtk3/slices.png
921share/gtk-doc/html/gtk3/sliders.png 935share/gtk-doc/html/gtk3/sliders.png
922share/gtk-doc/html/gtk3/spinbutton.png 936share/gtk-doc/html/gtk3/spinbutton.png
923share/gtk-doc/html/gtk3/spinner.png 937share/gtk-doc/html/gtk3/spinner.png
924share/gtk-doc/html/gtk3/statusbar.png 938share/gtk-doc/html/gtk3/statusbar.png
925share/gtk-doc/html/gtk3/style.css 939share/gtk-doc/html/gtk3/style.css
926share/gtk-doc/html/gtk3/switch.png 940share/gtk-doc/html/gtk3/switch.png
927share/gtk-doc/html/gtk3/system-run.png 941share/gtk-doc/html/gtk3/system-run.png
 942${PLIST.quartz}share/gtk-doc/html/gtk3/text-x-generic.png
928share/gtk-doc/html/gtk3/theming.html 943share/gtk-doc/html/gtk3/theming.html
929share/gtk-doc/html/gtk3/toggle-button.png 944share/gtk-doc/html/gtk3/toggle-button.png
930share/gtk-doc/html/gtk3/toolbar.png 945share/gtk-doc/html/gtk3/toolbar.png
931share/gtk-doc/html/gtk3/toolpalette.png 946share/gtk-doc/html/gtk3/toolpalette.png
932share/gtk-doc/html/gtk3/tools-check-spelling.png 947share/gtk-doc/html/gtk3/tools-check-spelling.png
933share/gtk-doc/html/gtk3/tree-view-coordinates.png 948share/gtk-doc/html/gtk3/tree-view-coordinates.png
934share/gtk-doc/html/gtk3/up.png 949share/gtk-doc/html/gtk3/up.png
935share/gtk-doc/html/gtk3/view-fullscreen.png 950share/gtk-doc/html/gtk3/view-fullscreen.png
936share/gtk-doc/html/gtk3/view-refresh.png 951share/gtk-doc/html/gtk3/view-refresh.png
937share/gtk-doc/html/gtk3/view-restore.png 952share/gtk-doc/html/gtk3/view-restore.png
938share/gtk-doc/html/gtk3/view-sort-ascending.png 953share/gtk-doc/html/gtk3/view-sort-ascending.png
939share/gtk-doc/html/gtk3/view-sort-descending.png 954share/gtk-doc/html/gtk3/view-sort-descending.png
940share/gtk-doc/html/gtk3/volumebutton.png 955share/gtk-doc/html/gtk3/volumebutton.png
941share/gtk-doc/html/gtk3/window-close.png 956share/gtk-doc/html/gtk3/window-close.png
942share/gtk-doc/html/gtk3/window-default.png 957share/gtk-doc/html/gtk3/window-default.png
943share/gtk-doc/html/gtk3/window.png 958share/gtk-doc/html/gtk3/window.png
944share/gtk-doc/html/gtk3/zoom-fit-best.png 959share/gtk-doc/html/gtk3/zoom-fit-best.png
945share/gtk-doc/html/gtk3/zoom-in.png 960share/gtk-doc/html/gtk3/zoom-in.png
946share/gtk-doc/html/gtk3/zoom-original.png 961share/gtk-doc/html/gtk3/zoom-original.png
947share/gtk-doc/html/gtk3/zoom-out.png 962share/gtk-doc/html/gtk3/zoom-out.png
948share/locale/af/LC_MESSAGES/gtk30-properties.mo 963share/locale/af/LC_MESSAGES/gtk30-properties.mo
949share/locale/af/LC_MESSAGES/gtk30.mo 964share/locale/af/LC_MESSAGES/gtk30.mo
950share/locale/am/LC_MESSAGES/gtk30-properties.mo 965share/locale/am/LC_MESSAGES/gtk30-properties.mo
951share/locale/am/LC_MESSAGES/gtk30.mo 966share/locale/am/LC_MESSAGES/gtk30.mo
952share/locale/ang/LC_MESSAGES/gtk30-properties.mo 967share/locale/ang/LC_MESSAGES/gtk30-properties.mo
953share/locale/ang/LC_MESSAGES/gtk30.mo 968share/locale/ang/LC_MESSAGES/gtk30.mo
954share/locale/ar/LC_MESSAGES/gtk30-properties.mo 969share/locale/ar/LC_MESSAGES/gtk30-properties.mo
955share/locale/ar/LC_MESSAGES/gtk30.mo 970share/locale/ar/LC_MESSAGES/gtk30.mo
956share/locale/as/LC_MESSAGES/gtk30-properties.mo 971share/locale/as/LC_MESSAGES/gtk30-properties.mo
957share/locale/as/LC_MESSAGES/gtk30.mo 972share/locale/as/LC_MESSAGES/gtk30.mo
958share/locale/ast/LC_MESSAGES/gtk30-properties.mo 973share/locale/ast/LC_MESSAGES/gtk30-properties.mo
959share/locale/ast/LC_MESSAGES/gtk30.mo 974share/locale/ast/LC_MESSAGES/gtk30.mo
960share/locale/az/LC_MESSAGES/gtk30-properties.mo 975share/locale/az/LC_MESSAGES/gtk30-properties.mo
961share/locale/az/LC_MESSAGES/gtk30.mo 976share/locale/az/LC_MESSAGES/gtk30.mo
962share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo 977share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo
963share/locale/az_IR/LC_MESSAGES/gtk30.mo 978share/locale/az_IR/LC_MESSAGES/gtk30.mo
964share/locale/be/LC_MESSAGES/gtk30-properties.mo 979share/locale/be/LC_MESSAGES/gtk30-properties.mo
965share/locale/be/LC_MESSAGES/gtk30.mo 980share/locale/be/LC_MESSAGES/gtk30.mo
966share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo 981share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo
967share/locale/be@latin/LC_MESSAGES/gtk30.mo 982share/locale/be@latin/LC_MESSAGES/gtk30.mo
968share/locale/bg/LC_MESSAGES/gtk30-properties.mo 983share/locale/bg/LC_MESSAGES/gtk30-properties.mo
969share/locale/bg/LC_MESSAGES/gtk30.mo 984share/locale/bg/LC_MESSAGES/gtk30.mo
970share/locale/bn/LC_MESSAGES/gtk30-properties.mo 985share/locale/bn/LC_MESSAGES/gtk30-properties.mo
971share/locale/bn/LC_MESSAGES/gtk30.mo 986share/locale/bn/LC_MESSAGES/gtk30.mo
972share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo 987share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo
973share/locale/bn_IN/LC_MESSAGES/gtk30.mo 988share/locale/bn_IN/LC_MESSAGES/gtk30.mo
974share/locale/br/LC_MESSAGES/gtk30-properties.mo 989share/locale/br/LC_MESSAGES/gtk30-properties.mo
975share/locale/br/LC_MESSAGES/gtk30.mo 990share/locale/br/LC_MESSAGES/gtk30.mo
976share/locale/bs/LC_MESSAGES/gtk30-properties.mo 991share/locale/bs/LC_MESSAGES/gtk30-properties.mo
977share/locale/bs/LC_MESSAGES/gtk30.mo 992share/locale/bs/LC_MESSAGES/gtk30.mo
978share/locale/ca/LC_MESSAGES/gtk30-properties.mo 993share/locale/ca/LC_MESSAGES/gtk30-properties.mo
979share/locale/ca/LC_MESSAGES/gtk30.mo 994share/locale/ca/LC_MESSAGES/gtk30.mo
980share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo 995share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo
981share/locale/ca@valencia/LC_MESSAGES/gtk30.mo 996share/locale/ca@valencia/LC_MESSAGES/gtk30.mo
982share/locale/crh/LC_MESSAGES/gtk30-properties.mo 997share/locale/crh/LC_MESSAGES/gtk30-properties.mo
983share/locale/crh/LC_MESSAGES/gtk30.mo 998share/locale/crh/LC_MESSAGES/gtk30.mo
984share/locale/cs/LC_MESSAGES/gtk30-properties.mo 999share/locale/cs/LC_MESSAGES/gtk30-properties.mo
985share/locale/cs/LC_MESSAGES/gtk30.mo 1000share/locale/cs/LC_MESSAGES/gtk30.mo
986share/locale/cy/LC_MESSAGES/gtk30-properties.mo 1001share/locale/cy/LC_MESSAGES/gtk30-properties.mo
987share/locale/cy/LC_MESSAGES/gtk30.mo 1002share/locale/cy/LC_MESSAGES/gtk30.mo
988share/locale/da/LC_MESSAGES/gtk30-properties.mo 1003share/locale/da/LC_MESSAGES/gtk30-properties.mo
989share/locale/da/LC_MESSAGES/gtk30.mo 1004share/locale/da/LC_MESSAGES/gtk30.mo
990share/locale/de/LC_MESSAGES/gtk30-properties.mo 1005share/locale/de/LC_MESSAGES/gtk30-properties.mo
991share/locale/de/LC_MESSAGES/gtk30.mo 1006share/locale/de/LC_MESSAGES/gtk30.mo
992share/locale/dz/LC_MESSAGES/gtk30-properties.mo 1007share/locale/dz/LC_MESSAGES/gtk30-properties.mo
993share/locale/dz/LC_MESSAGES/gtk30.mo 1008share/locale/dz/LC_MESSAGES/gtk30.mo
994share/locale/el/LC_MESSAGES/gtk30-properties.mo 1009share/locale/el/LC_MESSAGES/gtk30-properties.mo
995share/locale/el/LC_MESSAGES/gtk30.mo 1010share/locale/el/LC_MESSAGES/gtk30.mo
996share/locale/en/LC_MESSAGES/gtk30-properties.mo 1011share/locale/en/LC_MESSAGES/gtk30-properties.mo
997share/locale/en/LC_MESSAGES/gtk30.mo 1012share/locale/en/LC_MESSAGES/gtk30.mo
998share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo 1013share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo
999share/locale/en_CA/LC_MESSAGES/gtk30.mo 1014share/locale/en_CA/LC_MESSAGES/gtk30.mo
1000share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo 1015share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo
1001share/locale/en_GB/LC_MESSAGES/gtk30.mo 1016share/locale/en_GB/LC_MESSAGES/gtk30.mo
1002share/locale/eo/LC_MESSAGES/gtk30-properties.mo 1017share/locale/eo/LC_MESSAGES/gtk30-properties.mo
1003share/locale/eo/LC_MESSAGES/gtk30.mo 1018share/locale/eo/LC_MESSAGES/gtk30.mo
1004share/locale/es/LC_MESSAGES/gtk30-properties.mo 1019share/locale/es/LC_MESSAGES/gtk30-properties.mo
1005share/locale/es/LC_MESSAGES/gtk30.mo 1020share/locale/es/LC_MESSAGES/gtk30.mo
1006share/locale/et/LC_MESSAGES/gtk30-properties.mo 1021share/locale/et/LC_MESSAGES/gtk30-properties.mo
1007share/locale/et/LC_MESSAGES/gtk30.mo 1022share/locale/et/LC_MESSAGES/gtk30.mo
1008share/locale/eu/LC_MESSAGES/gtk30-properties.mo 1023share/locale/eu/LC_MESSAGES/gtk30-properties.mo
1009share/locale/eu/LC_MESSAGES/gtk30.mo 1024share/locale/eu/LC_MESSAGES/gtk30.mo
1010share/locale/fa/LC_MESSAGES/gtk30-properties.mo 1025share/locale/fa/LC_MESSAGES/gtk30-properties.mo
1011share/locale/fa/LC_MESSAGES/gtk30.mo 1026share/locale/fa/LC_MESSAGES/gtk30.mo
1012share/locale/fi/LC_MESSAGES/gtk30-properties.mo 1027share/locale/fi/LC_MESSAGES/gtk30-properties.mo
1013share/locale/fi/LC_MESSAGES/gtk30.mo 1028share/locale/fi/LC_MESSAGES/gtk30.mo
1014share/locale/fr/LC_MESSAGES/gtk30-properties.mo 1029share/locale/fr/LC_MESSAGES/gtk30-properties.mo
1015share/locale/fr/LC_MESSAGES/gtk30.mo 1030share/locale/fr/LC_MESSAGES/gtk30.mo
1016share/locale/ga/LC_MESSAGES/gtk30-properties.mo 1031share/locale/ga/LC_MESSAGES/gtk30-properties.mo
1017share/locale/ga/LC_MESSAGES/gtk30.mo 1032share/locale/ga/LC_MESSAGES/gtk30.mo
1018share/locale/gl/LC_MESSAGES/gtk30-properties.mo 1033share/locale/gl/LC_MESSAGES/gtk30-properties.mo
1019share/locale/gl/LC_MESSAGES/gtk30.mo 1034share/locale/gl/LC_MESSAGES/gtk30.mo
1020share/locale/gu/LC_MESSAGES/gtk30-properties.mo 1035share/locale/gu/LC_MESSAGES/gtk30-properties.mo
1021share/locale/gu/LC_MESSAGES/gtk30.mo 1036share/locale/gu/LC_MESSAGES/gtk30.mo
1022share/locale/he/LC_MESSAGES/gtk30-properties.mo 1037share/locale/he/LC_MESSAGES/gtk30-properties.mo
1023share/locale/he/LC_MESSAGES/gtk30.mo 1038share/locale/he/LC_MESSAGES/gtk30.mo
1024share/locale/hi/LC_MESSAGES/gtk30-properties.mo 1039share/locale/hi/LC_MESSAGES/gtk30-properties.mo
1025share/locale/hi/LC_MESSAGES/gtk30.mo 1040share/locale/hi/LC_MESSAGES/gtk30.mo
1026share/locale/hr/LC_MESSAGES/gtk30-properties.mo 1041share/locale/hr/LC_MESSAGES/gtk30-properties.mo
1027share/locale/hr/LC_MESSAGES/gtk30.mo 1042share/locale/hr/LC_MESSAGES/gtk30.mo
1028share/locale/hu/LC_MESSAGES/gtk30-properties.mo 1043share/locale/hu/LC_MESSAGES/gtk30-properties.mo
1029share/locale/hu/LC_MESSAGES/gtk30.mo 1044share/locale/hu/LC_MESSAGES/gtk30.mo
1030share/locale/hy/LC_MESSAGES/gtk30-properties.mo 1045share/locale/hy/LC_MESSAGES/gtk30-properties.mo
1031share/locale/hy/LC_MESSAGES/gtk30.mo 1046share/locale/hy/LC_MESSAGES/gtk30.mo
1032share/locale/ia/LC_MESSAGES/gtk30-properties.mo 1047share/locale/ia/LC_MESSAGES/gtk30-properties.mo
1033share/locale/ia/LC_MESSAGES/gtk30.mo 1048share/locale/ia/LC_MESSAGES/gtk30.mo
1034share/locale/id/LC_MESSAGES/gtk30-properties.mo 1049share/locale/id/LC_MESSAGES/gtk30-properties.mo
1035share/locale/id/LC_MESSAGES/gtk30.mo 1050share/locale/id/LC_MESSAGES/gtk30.mo
1036share/locale/io/LC_MESSAGES/gtk30-properties.mo 1051share/locale/io/LC_MESSAGES/gtk30-properties.mo
1037share/locale/io/LC_MESSAGES/gtk30.mo 1052share/locale/io/LC_MESSAGES/gtk30.mo
1038share/locale/is/LC_MESSAGES/gtk30-properties.mo 1053share/locale/is/LC_MESSAGES/gtk30-properties.mo
1039share/locale/is/LC_MESSAGES/gtk30.mo 1054share/locale/is/LC_MESSAGES/gtk30.mo
1040share/locale/it/LC_MESSAGES/gtk30-properties.mo 1055share/locale/it/LC_MESSAGES/gtk30-properties.mo
1041share/locale/it/LC_MESSAGES/gtk30.mo 1056share/locale/it/LC_MESSAGES/gtk30.mo
1042share/locale/ja/LC_MESSAGES/gtk30-properties.mo 1057share/locale/ja/LC_MESSAGES/gtk30-properties.mo
1043share/locale/ja/LC_MESSAGES/gtk30.mo 1058share/locale/ja/LC_MESSAGES/gtk30.mo
1044share/locale/ka/LC_MESSAGES/gtk30-properties.mo 1059share/locale/ka/LC_MESSAGES/gtk30-properties.mo
1045share/locale/ka/LC_MESSAGES/gtk30.mo 1060share/locale/ka/LC_MESSAGES/gtk30.mo
1046share/locale/kg/LC_MESSAGES/gtk30-properties.mo 1061share/locale/kg/LC_MESSAGES/gtk30-properties.mo
1047share/locale/kg/LC_MESSAGES/gtk30.mo 1062share/locale/kg/LC_MESSAGES/gtk30.mo
1048share/locale/kk/LC_MESSAGES/gtk30-properties.mo 1063share/locale/kk/LC_MESSAGES/gtk30-properties.mo
1049share/locale/kk/LC_MESSAGES/gtk30.mo 1064share/locale/kk/LC_MESSAGES/gtk30.mo
1050share/locale/kn/LC_MESSAGES/gtk30-properties.mo 1065share/locale/kn/LC_MESSAGES/gtk30-properties.mo
1051share/locale/kn/LC_MESSAGES/gtk30.mo 1066share/locale/kn/LC_MESSAGES/gtk30.mo
1052share/locale/ko/LC_MESSAGES/gtk30-properties.mo 1067share/locale/ko/LC_MESSAGES/gtk30-properties.mo
1053share/locale/ko/LC_MESSAGES/gtk30.mo 1068share/locale/ko/LC_MESSAGES/gtk30.mo
1054share/locale/ku/LC_MESSAGES/gtk30-properties.mo 1069share/locale/ku/LC_MESSAGES/gtk30-properties.mo
1055share/locale/ku/LC_MESSAGES/gtk30.mo 1070share/locale/ku/LC_MESSAGES/gtk30.mo
1056share/locale/lg/LC_MESSAGES/gtk30-properties.mo 1071share/locale/lg/LC_MESSAGES/gtk30-properties.mo
1057share/locale/lg/LC_MESSAGES/gtk30.mo 1072share/locale/lg/LC_MESSAGES/gtk30.mo
1058share/locale/li/LC_MESSAGES/gtk30-properties.mo 1073share/locale/li/LC_MESSAGES/gtk30-properties.mo
1059share/locale/li/LC_MESSAGES/gtk30.mo 1074share/locale/li/LC_MESSAGES/gtk30.mo
1060share/locale/lt/LC_MESSAGES/gtk30-properties.mo 1075share/locale/lt/LC_MESSAGES/gtk30-properties.mo
1061share/locale/lt/LC_MESSAGES/gtk30.mo 1076share/locale/lt/LC_MESSAGES/gtk30.mo
1062share/locale/lv/LC_MESSAGES/gtk30-properties.mo 1077share/locale/lv/LC_MESSAGES/gtk30-properties.mo
1063share/locale/lv/LC_MESSAGES/gtk30.mo 1078share/locale/lv/LC_MESSAGES/gtk30.mo
1064share/locale/mai/LC_MESSAGES/gtk30-properties.mo 1079share/locale/mai/LC_MESSAGES/gtk30-properties.mo
1065share/locale/mai/LC_MESSAGES/gtk30.mo 1080share/locale/mai/LC_MESSAGES/gtk30.mo
1066share/locale/mi/LC_MESSAGES/gtk30-properties.mo 1081share/locale/mi/LC_MESSAGES/gtk30-properties.mo
1067share/locale/mi/LC_MESSAGES/gtk30.mo 1082share/locale/mi/LC_MESSAGES/gtk30.mo
1068share/locale/mk/LC_MESSAGES/gtk30-properties.mo 1083share/locale/mk/LC_MESSAGES/gtk30-properties.mo
1069share/locale/mk/LC_MESSAGES/gtk30.mo 1084share/locale/mk/LC_MESSAGES/gtk30.mo
1070share/locale/ml/LC_MESSAGES/gtk30-properties.mo 1085share/locale/ml/LC_MESSAGES/gtk30-properties.mo
1071share/locale/ml/LC_MESSAGES/gtk30.mo 1086share/locale/ml/LC_MESSAGES/gtk30.mo
1072share/locale/mn/LC_MESSAGES/gtk30-properties.mo 1087share/locale/mn/LC_MESSAGES/gtk30-properties.mo
1073share/locale/mn/LC_MESSAGES/gtk30.mo 1088share/locale/mn/LC_MESSAGES/gtk30.mo
1074share/locale/mr/LC_MESSAGES/gtk30-properties.mo 1089share/locale/mr/LC_MESSAGES/gtk30-properties.mo
1075share/locale/mr/LC_MESSAGES/gtk30.mo 1090share/locale/mr/LC_MESSAGES/gtk30.mo
1076share/locale/ms/LC_MESSAGES/gtk30-properties.mo 1091share/locale/ms/LC_MESSAGES/gtk30-properties.mo
1077share/locale/ms/LC_MESSAGES/gtk30.mo 1092share/locale/ms/LC_MESSAGES/gtk30.mo
1078share/locale/my/LC_MESSAGES/gtk30-properties.mo 1093share/locale/my/LC_MESSAGES/gtk30-properties.mo
1079share/locale/my/LC_MESSAGES/gtk30.mo 1094share/locale/my/LC_MESSAGES/gtk30.mo
1080share/locale/nb/LC_MESSAGES/gtk30-properties.mo 1095share/locale/nb/LC_MESSAGES/gtk30-properties.mo
1081share/locale/nb/LC_MESSAGES/gtk30.mo 1096share/locale/nb/LC_MESSAGES/gtk30.mo
1082share/locale/nds/LC_MESSAGES/gtk30-properties.mo 1097share/locale/nds/LC_MESSAGES/gtk30-properties.mo
1083share/locale/nds/LC_MESSAGES/gtk30.mo 1098share/locale/nds/LC_MESSAGES/gtk30.mo
1084share/locale/ne/LC_MESSAGES/gtk30-properties.mo 1099share/locale/ne/LC_MESSAGES/gtk30-properties.mo
1085share/locale/ne/LC_MESSAGES/gtk30.mo 1100share/locale/ne/LC_MESSAGES/gtk30.mo
1086share/locale/nl/LC_MESSAGES/gtk30-properties.mo 1101share/locale/nl/LC_MESSAGES/gtk30-properties.mo
1087share/locale/nl/LC_MESSAGES/gtk30.mo 1102share/locale/nl/LC_MESSAGES/gtk30.mo
1088share/locale/nn/LC_MESSAGES/gtk30-properties.mo 1103share/locale/nn/LC_MESSAGES/gtk30-properties.mo
1089share/locale/nn/LC_MESSAGES/gtk30.mo 1104share/locale/nn/LC_MESSAGES/gtk30.mo
1090share/locale/nso/LC_MESSAGES/gtk30-properties.mo 1105share/locale/nso/LC_MESSAGES/gtk30-properties.mo
1091share/locale/nso/LC_MESSAGES/gtk30.mo 1106share/locale/nso/LC_MESSAGES/gtk30.mo
1092share/locale/oc/LC_MESSAGES/gtk30-properties.mo 1107share/locale/oc/LC_MESSAGES/gtk30-properties.mo
1093share/locale/oc/LC_MESSAGES/gtk30.mo 1108share/locale/oc/LC_MESSAGES/gtk30.mo
1094share/locale/or/LC_MESSAGES/gtk30-properties.mo 1109share/locale/or/LC_MESSAGES/gtk30-properties.mo
1095share/locale/or/LC_MESSAGES/gtk30.mo 1110share/locale/or/LC_MESSAGES/gtk30.mo
1096share/locale/pa/LC_MESSAGES/gtk30-properties.mo 1111share/locale/pa/LC_MESSAGES/gtk30-properties.mo
1097share/locale/pa/LC_MESSAGES/gtk30.mo 1112share/locale/pa/LC_MESSAGES/gtk30.mo
1098share/locale/pl/LC_MESSAGES/gtk30-properties.mo 1113share/locale/pl/LC_MESSAGES/gtk30-properties.mo
1099share/locale/pl/LC_MESSAGES/gtk30.mo 1114share/locale/pl/LC_MESSAGES/gtk30.mo
1100share/locale/ps/LC_MESSAGES/gtk30-properties.mo 1115share/locale/ps/LC_MESSAGES/gtk30-properties.mo
1101share/locale/ps/LC_MESSAGES/gtk30.mo 1116share/locale/ps/LC_MESSAGES/gtk30.mo
1102share/locale/pt/LC_MESSAGES/gtk30-properties.mo 1117share/locale/pt/LC_MESSAGES/gtk30-properties.mo
1103share/locale/pt/LC_MESSAGES/gtk30.mo 1118share/locale/pt/LC_MESSAGES/gtk30.mo
1104share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo 1119share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo
1105share/locale/pt_BR/LC_MESSAGES/gtk30.mo 1120share/locale/pt_BR/LC_MESSAGES/gtk30.mo
1106share/locale/ro/LC_MESSAGES/gtk30-properties.mo 1121share/locale/ro/LC_MESSAGES/gtk30-properties.mo
1107share/locale/ro/LC_MESSAGES/gtk30.mo 1122share/locale/ro/LC_MESSAGES/gtk30.mo
1108share/locale/ru/LC_MESSAGES/gtk30-properties.mo 1123share/locale/ru/LC_MESSAGES/gtk30-properties.mo
1109share/locale/ru/LC_MESSAGES/gtk30.mo 1124share/locale/ru/LC_MESSAGES/gtk30.mo
1110share/locale/rw/LC_MESSAGES/gtk30-properties.mo 1125share/locale/rw/LC_MESSAGES/gtk30-properties.mo
1111share/locale/rw/LC_MESSAGES/gtk30.mo 1126share/locale/rw/LC_MESSAGES/gtk30.mo
1112share/locale/si/LC_MESSAGES/gtk30-properties.mo 1127share/locale/si/LC_MESSAGES/gtk30-properties.mo
1113share/locale/si/LC_MESSAGES/gtk30.mo 1128share/locale/si/LC_MESSAGES/gtk30.mo
1114share/locale/sk/LC_MESSAGES/gtk30-properties.mo 1129share/locale/sk/LC_MESSAGES/gtk30-properties.mo
1115share/locale/sk/LC_MESSAGES/gtk30.mo 1130share/locale/sk/LC_MESSAGES/gtk30.mo
1116share/locale/sl/LC_MESSAGES/gtk30-properties.mo 1131share/locale/sl/LC_MESSAGES/gtk30-properties.mo
1117share/locale/sl/LC_MESSAGES/gtk30.mo 1132share/locale/sl/LC_MESSAGES/gtk30.mo
1118share/locale/sq/LC_MESSAGES/gtk30-properties.mo 1133share/locale/sq/LC_MESSAGES/gtk30-properties.mo
1119share/locale/sq/LC_MESSAGES/gtk30.mo 1134share/locale/sq/LC_MESSAGES/gtk30.mo
1120share/locale/sr/LC_MESSAGES/gtk30-properties.mo 1135share/locale/sr/LC_MESSAGES/gtk30-properties.mo
1121share/locale/sr/LC_MESSAGES/gtk30.mo 1136share/locale/sr/LC_MESSAGES/gtk30.mo
1122share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo 1137share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo
1123share/locale/sr@ije/LC_MESSAGES/gtk30.mo 1138share/locale/sr@ije/LC_MESSAGES/gtk30.mo
1124share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo 1139share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo
1125share/locale/sr@latin/LC_MESSAGES/gtk30.mo 1140share/locale/sr@latin/LC_MESSAGES/gtk30.mo
1126share/locale/sv/LC_MESSAGES/gtk30-properties.mo 1141share/locale/sv/LC_MESSAGES/gtk30-properties.mo
1127share/locale/sv/LC_MESSAGES/gtk30.mo 1142share/locale/sv/LC_MESSAGES/gtk30.mo
1128share/locale/ta/LC_MESSAGES/gtk30-properties.mo 1143share/locale/ta/LC_MESSAGES/gtk30-properties.mo
1129share/locale/ta/LC_MESSAGES/gtk30.mo 1144share/locale/ta/LC_MESSAGES/gtk30.mo
1130share/locale/te/LC_MESSAGES/gtk30-properties.mo 1145share/locale/te/LC_MESSAGES/gtk30-properties.mo
1131share/locale/te/LC_MESSAGES/gtk30.mo 1146share/locale/te/LC_MESSAGES/gtk30.mo
1132share/locale/th/LC_MESSAGES/gtk30-properties.mo 1147share/locale/th/LC_MESSAGES/gtk30-properties.mo
1133share/locale/th/LC_MESSAGES/gtk30.mo 1148share/locale/th/LC_MESSAGES/gtk30.mo
1134share/locale/tk/LC_MESSAGES/gtk30-properties.mo 1149share/locale/tk/LC_MESSAGES/gtk30-properties.mo
1135share/locale/tk/LC_MESSAGES/gtk30.mo 1150share/locale/tk/LC_MESSAGES/gtk30.mo
1136share/locale/tr/LC_MESSAGES/gtk30-properties.mo 1151share/locale/tr/LC_MESSAGES/gtk30-properties.mo
1137share/locale/tr/LC_MESSAGES/gtk30.mo 1152share/locale/tr/LC_MESSAGES/gtk30.mo
1138share/locale/tt/LC_MESSAGES/gtk30-properties.mo 1153share/locale/tt/LC_MESSAGES/gtk30-properties.mo
1139share/locale/tt/LC_MESSAGES/gtk30.mo 1154share/locale/tt/LC_MESSAGES/gtk30.mo
1140share/locale/ug/LC_MESSAGES/gtk30-properties.mo 1155share/locale/ug/LC_MESSAGES/gtk30-properties.mo
1141share/locale/ug/LC_MESSAGES/gtk30.mo 1156share/locale/ug/LC_MESSAGES/gtk30.mo
1142share/locale/uk/LC_MESSAGES/gtk30-properties.mo 1157share/locale/uk/LC_MESSAGES/gtk30-properties.mo
1143share/locale/uk/LC_MESSAGES/gtk30.mo 1158share/locale/uk/LC_MESSAGES/gtk30.mo
1144share/locale/ur/LC_MESSAGES/gtk30-properties.mo 1159share/locale/ur/LC_MESSAGES/gtk30-properties.mo
1145share/locale/ur/LC_MESSAGES/gtk30.mo 1160share/locale/ur/LC_MESSAGES/gtk30.mo
1146share/locale/uz/LC_MESSAGES/gtk30-properties.mo 1161share/locale/uz/LC_MESSAGES/gtk30-properties.mo
1147share/locale/uz/LC_MESSAGES/gtk30.mo 1162share/locale/uz/LC_MESSAGES/gtk30.mo
1148share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo 1163share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo
1149share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo 1164share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo
1150share/locale/vi/LC_MESSAGES/gtk30-properties.mo 1165share/locale/vi/LC_MESSAGES/gtk30-properties.mo
1151share/locale/vi/LC_MESSAGES/gtk30.mo 1166share/locale/vi/LC_MESSAGES/gtk30.mo
1152share/locale/wa/LC_MESSAGES/gtk30-properties.mo 1167share/locale/wa/LC_MESSAGES/gtk30-properties.mo
1153share/locale/wa/LC_MESSAGES/gtk30.mo 1168share/locale/wa/LC_MESSAGES/gtk30.mo
1154share/locale/xh/LC_MESSAGES/gtk30-properties.mo 1169share/locale/xh/LC_MESSAGES/gtk30-properties.mo
1155share/locale/xh/LC_MESSAGES/gtk30.mo 1170share/locale/xh/LC_MESSAGES/gtk30.mo
1156share/locale/yi/LC_MESSAGES/gtk30-properties.mo 1171share/locale/yi/LC_MESSAGES/gtk30-properties.mo
1157share/locale/yi/LC_MESSAGES/gtk30.mo 1172share/locale/yi/LC_MESSAGES/gtk30.mo
1158share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo 1173share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo
1159share/locale/zh_CN/LC_MESSAGES/gtk30.mo 1174share/locale/zh_CN/LC_MESSAGES/gtk30.mo
1160share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo 1175share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo
1161share/locale/zh_HK/LC_MESSAGES/gtk30.mo 1176share/locale/zh_HK/LC_MESSAGES/gtk30.mo
1162share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo 1177share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo
1163share/locale/zh_TW/LC_MESSAGES/gtk30.mo 1178share/locale/zh_TW/LC_MESSAGES/gtk30.mo
1164share/themes/Default/gtk-3.0/gtk-keys.css 1179share/themes/Default/gtk-3.0/gtk-keys.css
1165share/themes/Emacs/gtk-3.0/gtk-keys.css 1180share/themes/Emacs/gtk-3.0/gtk-keys.css
 1181${PLIST.quartz}share/themes/Mac/gtk-3.0/gtk-keys.css
1166share/themes/Raleigh/gtk-3.0/gtk.css 1182share/themes/Raleigh/gtk-3.0/gtk.css
1167@pkgdir lib/gtk-3.0/immodules 1183@pkgdir lib/gtk-3.0/immodules
1168@pkgdir lib/gtk-3.0/3.0.0/filesystems 1184@pkgdir lib/gtk-3.0/3.0.0/filesystems

cvs diff -r1.5 -r1.6 pkgsrc/x11/gtk3/distinfo (switch to unified diff)

--- pkgsrc/x11/gtk3/distinfo 2011/06/09 11:18:09 1.5
+++ pkgsrc/x11/gtk3/distinfo 2011/09/09 10:02:03 1.6
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.5 2011/06/09 11:18:09 drochner Exp $ 1$NetBSD: distinfo,v 1.6 2011/09/09 10:02:03 adam Exp $
2 2
3SHA1 (gtk+-3.0.11.tar.bz2) = e01da1fe2e1baf9a715cb5ceb1f28d7873eed1fd 3SHA1 (gtk+-3.0.12.tar.bz2) = bb2d294d6cbe9f7e71de67ab4892217085a47d97
4RMD160 (gtk+-3.0.11.tar.bz2) = 73c3c82fde988c65f1a3109b7d41f36e88758509 4RMD160 (gtk+-3.0.12.tar.bz2) = aaf1f6fd626a4790bd75f1229a722778c58026ae
5Size (gtk+-3.0.11.tar.bz2) = 16949671 bytes 5Size (gtk+-3.0.12.tar.bz2) = 17570924 bytes
6SHA1 (patch-ab) = 9c82cc60f3825d377a197c876fcc6faa379cbde3 6SHA1 (patch-ab) = 9c82cc60f3825d377a197c876fcc6faa379cbde3
7SHA1 (patch-af) = cbd00ab8134e445b9b2e7a58bbdef95e2aca5ce2 7SHA1 (patch-af) = cbd00ab8134e445b9b2e7a58bbdef95e2aca5ce2
8SHA1 (patch-aj) = b7c5bc214987435762c88ab8b9438bda5ee6ddd5 8SHA1 (patch-aj) = b7c5bc214987435762c88ab8b9438bda5ee6ddd5

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/gtk3/options.mk (switch to unified diff)

--- pkgsrc/x11/gtk3/options.mk 2011/03/18 17:06:10 1.1.1.1
+++ pkgsrc/x11/gtk3/options.mk 2011/09/09 10:02:03 1.2
@@ -1,55 +1,55 @@ @@ -1,55 +1,55 @@
1# $NetBSD: options.mk,v 1.1.1.1 2011/03/18 17:06:10 drochner Exp $ 1# $NetBSD: options.mk,v 1.2 2011/09/09 10:02:03 adam Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3 3PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3
4PKG_SUPPORTED_OPTIONS= cups debug 4PKG_SUPPORTED_OPTIONS= cups debug
5PKG_OPTIONS_REQUIRED_GROUPS= gdk-target 5PKG_OPTIONS_REQUIRED_GROUPS= gdk-target
6PKG_OPTIONS_GROUP.gdk-target= x11 6PKG_OPTIONS_GROUP.gdk-target= x11
7.if exists(/System/Library/Frameworks/Quartz.framework) 7.if exists(/System/Library/Frameworks/Quartz.framework)
8PKG_OPTIONS_GROUP.gdk-target+= quartz 8PKG_OPTIONS_GROUP.gdk-target+= quartz
9.endif 9.endif
10PKG_SUGGESTED_OPTIONS= x11 10PKG_SUGGESTED_OPTIONS= x11
11 11
12.include "../../mk/bsd.options.mk" 12.include "../../mk/bsd.options.mk"
13 13
14PLIST_VARS+= cups 14PLIST_VARS+= cups
15.if !empty(PKG_OPTIONS:Mcups) 15.if !empty(PKG_OPTIONS:Mcups)
16.include "../../print/cups/buildlink3.mk" 16.include "../../print/cups/buildlink3.mk"
17PLIST.cups= yes 17PLIST.cups= yes
18.else 18.else
19CONFIGURE_ENV+= ac_cv_path_CUPS_CONFIG=no 19CONFIGURE_ENV+= ac_cv_path_CUPS_CONFIG=no
20.endif 20.endif
21 21
22.if !empty(PKG_OPTIONS:Mdebug) 22.if !empty(PKG_OPTIONS:Mdebug)
23CONFIGURE_ARGS+= --enable-debug=yes 23CONFIGURE_ARGS+= --enable-debug=yes
24.endif 24.endif
25 25
26### 26###
27### GDK target 27### GDK target
28### 28###
29PLIST_VARS+= quartz x11 29PLIST_VARS+= quartz x11
30.if !empty(PKG_OPTIONS:Mquartz) 30.if !empty(PKG_OPTIONS:Mquartz)
31CONFIGURE_ARGS+= --without-x 31CONFIGURE_ARGS+= --without-x
32CONFIGURE_ARGS+= --with-gdktarget=quartz 32CONFIGURE_ARGS+= --enable-quartz-backend
33PLIST.quartz= yes 33PLIST.quartz= yes
34.else 34.else
35CONFIGURE_ARGS+= --with-xinput=xfree 35CONFIGURE_ARGS+= --with-xinput=xfree
36CONFIGURE_ENV+= ac_cv_header_X11_extensions_Xinerama_h=no 36CONFIGURE_ENV+= ac_cv_header_X11_extensions_Xinerama_h=no
37CONFIGURE_ENV+= ac_cv_lib_Xinerama_XineramaQueryExtension=no 37CONFIGURE_ENV+= ac_cv_lib_Xinerama_XineramaQueryExtension=no
38PLIST.x11= yes 38PLIST.x11= yes
39 39
40BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2 40BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2
41 41
42.include "../../x11/libX11/buildlink3.mk" 42.include "../../x11/libX11/buildlink3.mk"
43.include "../../x11/libXcursor/buildlink3.mk" 43.include "../../x11/libXcursor/buildlink3.mk"
44.include "../../x11/libXft/buildlink3.mk" 44.include "../../x11/libXft/buildlink3.mk"
45.include "../../x11/libXfixes/buildlink3.mk" 45.include "../../x11/libXfixes/buildlink3.mk"
46.include "../../x11/libXinerama/buildlink3.mk" 46.include "../../x11/libXinerama/buildlink3.mk"
47.include "../../x11/libXi/buildlink3.mk" 47.include "../../x11/libXi/buildlink3.mk"
48.include "../../x11/libXrandr/buildlink3.mk" 48.include "../../x11/libXrandr/buildlink3.mk"
49.include "../../x11/libXrender/buildlink3.mk" 49.include "../../x11/libXrender/buildlink3.mk"
50.include "../../x11/libXt/buildlink3.mk" 50.include "../../x11/libXt/buildlink3.mk"
51.include "../../x11/xextproto/buildlink3.mk" 51.include "../../x11/xextproto/buildlink3.mk"
52.include "../../x11/libXext/buildlink3.mk" 52.include "../../x11/libXext/buildlink3.mk"
53.include "../../x11/libXcomposite/buildlink3.mk" 53.include "../../x11/libXcomposite/buildlink3.mk"
54 54
55.endif 55.endif