Updated to gtk+ 3.18.5
This commit is contained in:
parent
b0d741fce4
commit
2c5ba65fa7
3 changed files with 8 additions and 8 deletions
|
@ -12808,7 +12808,7 @@
|
|||
<childprop name="Position" cname="position" type="gint" readable="true" writeable="true" />
|
||||
<property name="Title" cname="title" type="gchar*" readable="true" writeable="true" />
|
||||
<property name="Subtitle" cname="subtitle" type="gchar*" readable="true" writeable="true" />
|
||||
<property name="CustomTitle" cname="custom-title" type="GtkWidget" readable="true" writeable="true" construct="true" />
|
||||
<property name="CustomTitle" cname="custom-title" type="GtkWidget" readable="true" writeable="true" />
|
||||
<property name="Spacing" cname="spacing" type="gint" readable="true" writeable="true" />
|
||||
<property name="ShowCloseButton" cname="show-close-button" type="gboolean" readable="true" writeable="true" />
|
||||
<property name="DecorationLayout" cname="decoration-layout" type="gchar*" readable="true" writeable="true" />
|
||||
|
@ -21303,7 +21303,7 @@
|
|||
<property name="TransitionDuration" cname="transition-duration" type="guint" readable="true" writeable="true" construct="true" />
|
||||
<property name="TransitionType" cname="transition-type" type="GtkStackTransitionType" readable="true" writeable="true" construct="true" />
|
||||
<property name="TransitionRunning" cname="transition-running" type="gboolean" readable="true" />
|
||||
<property name="InterpolateSize" cname="interpolate-size" type="gboolean" readable="true" />
|
||||
<property name="InterpolateSize" cname="interpolate-size" type="gboolean" readable="true" writeable="true" />
|
||||
<property name="Name" cname="name" type="gchar*" readable="true" writeable="true" />
|
||||
<property name="Title" cname="title" type="gchar*" readable="true" writeable="true" />
|
||||
<property name="IconName" cname="icon-name" type="gchar*" readable="true" writeable="true" />
|
||||
|
|
|
@ -3,7 +3,7 @@ EXTRA_DIST = \
|
|||
sources.xml \
|
||||
gtk_tree_model_signal_fix.patch
|
||||
|
||||
TARGET_GTK_VERSION=3.18.2
|
||||
TARGET_GTK_VERSION=3.18.5
|
||||
TARGET_GTK_API=3.18
|
||||
|
||||
GTK_DOWNLOADS = \
|
||||
|
@ -27,5 +27,5 @@ get-source-code:
|
|||
patch -p0 gtk+-$(TARGET_GTK_VERSION)/gtk/gtkselectionprivate.h < gtkselectionprivate-space.patch
|
||||
patch -p0 gtk+-$(TARGET_GTK_VERSION)/gtk/gtktextattributes.h < gtktextattributes-gi-scanner.patch
|
||||
patch -p0 gtk+-$(TARGET_GTK_VERSION)/gtk/gtktextview.h < gtk_text_view_public.patch
|
||||
patch -p0 glib/2.46/gio/gwin32registrykey.h < gwin32registrykey-little-endian.patch
|
||||
patch -p0 glib-2.46.1/gio/gwin32registrykey.h < gwin32registrykey-little-endian.patch
|
||||
|
||||
|
|
|
@ -136,12 +136,12 @@
|
|||
<api filename="../gdk/gdk-api.raw">
|
||||
<library name="libgdk-3-0.dll">
|
||||
<namespace name="Gdk">
|
||||
<directory path="gtk+-3.18.2/gdk">
|
||||
<directory path="gtk+-3.18.5/gdk">
|
||||
<exclude>gdkalias.h</exclude>
|
||||
<exclude>gdkwindowimpl.h</exclude>
|
||||
<exclude>keyname-table.h</exclude>
|
||||
</directory>
|
||||
<directory path="gtk+-3.18.2/gdk/deprecated" />
|
||||
<directory path="gtk+-3.18.5/gdk/deprecated" />
|
||||
</namespace>
|
||||
</library>
|
||||
<library name="libgdk_pixbuf-2.0-0.dll">
|
||||
|
@ -161,7 +161,7 @@
|
|||
<api filename="../gtk/gtk-api.raw">
|
||||
<library name="libgtk-3-0.dll">
|
||||
<namespace name="Gtk">
|
||||
<directory path="gtk+-3.18.2/gtk">
|
||||
<directory path="gtk+-3.18.5/gtk">
|
||||
<!-- Internal stuff -->
|
||||
<exclude>gtkalias.h</exclude>
|
||||
<exclude>gtkappchooseronline.h</exclude>
|
||||
|
@ -258,7 +258,7 @@
|
|||
<exclude>gtklockbutton.h</exclude>
|
||||
<exclude>gtksearchenginemodel.h</exclude>
|
||||
</directory>
|
||||
<directory path="gtk+-3.18.2/gtk/deprecated" />
|
||||
<directory path="gtk+-3.18.5/gtk/deprecated" />
|
||||
</namespace>
|
||||
</library>
|
||||
</api>
|
||||
|
|
Loading…
Reference in a new issue