2006-08-03 Mike Kestner <mkestner@novell.com>
* pango/pango-api-2.10.raw : regen for 1.12.x * sources/Makefile.am : use pango-1.12.3 for parse * sources/gtk-sharp-2.10-sources.xml : ditto svn path=/trunk/gtk-sharp/; revision=63291
This commit is contained in:
parent
636ff0bc8a
commit
3495edb708
4 changed files with 8 additions and 15 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-08-03 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* pango/pango-api-2.10.raw : regen for 1.12.x
|
||||
* sources/Makefile.am : use pango-1.12.3 for parse
|
||||
* sources/gtk-sharp-2.10-sources.xml : ditto
|
||||
|
||||
2006-08-01 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* gtk/Gtk.metadata : fix a couple of compat breaks against 2.8.
|
||||
|
|
|
@ -281,9 +281,6 @@
|
|||
<method name="Describe" cname="pango_font_describe">
|
||||
<return-type type="PangoFontDescription*" />
|
||||
</method>
|
||||
<method name="DescribeWithAbsoluteSize" cname="pango_font_describe_with_absolute_size">
|
||||
<return-type type="PangoFontDescription*" />
|
||||
</method>
|
||||
<method name="DescriptionsFree" cname="pango_font_descriptions_free" shared="true">
|
||||
<return-type type="void" />
|
||||
<parameters>
|
||||
|
@ -1406,9 +1403,6 @@
|
|||
<method name="GetType" cname="pango_glyph_string_get_type" shared="true">
|
||||
<return-type type="GType" />
|
||||
</method>
|
||||
<method name="GetWidth" cname="pango_glyph_string_get_width">
|
||||
<return-type type="int" />
|
||||
</method>
|
||||
<method name="IndexToX" cname="pango_glyph_string_index_to_x">
|
||||
<return-type type="void" />
|
||||
<parameters>
|
||||
|
@ -1997,13 +1991,6 @@
|
|||
<parameter type="gboolean" name="warn" />
|
||||
</parameters>
|
||||
</method>
|
||||
<method name="QuantizeLineGeometry" cname="pango_quantize_line_geometry" shared="true">
|
||||
<return-type type="void" />
|
||||
<parameters>
|
||||
<parameter type="int*" name="thickness" />
|
||||
<parameter type="int*" name="position" />
|
||||
</parameters>
|
||||
</method>
|
||||
<method name="ReadLine" cname="pango_read_line" shared="true">
|
||||
<return-type type="gint" />
|
||||
<parameters>
|
||||
|
|
|
@ -7,7 +7,7 @@ EXTRA_DIST = \
|
|||
|
||||
|
||||
GTK_2_10_DOWNLOADS = \
|
||||
ftp://ftp.gtk.org/pub/gtk/v2.11/pango-1.13.3.tar.bz2 \
|
||||
ftp://ftp.gtk.org/pub/gtk/v2.10/pango-1.12.3.tar.bz2 \
|
||||
ftp://ftp.gtk.org/pub/gtk/v2.8/atk-1.10.3.tar.bz2 \
|
||||
ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-2.10.0.tar.bz2 \
|
||||
http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/libglade-2.3.6.tar.bz2
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<api filename="../pango/pango-api-2.10.raw">
|
||||
<library name="libpango-1.0-0.dll">
|
||||
<namespace name="Pango">
|
||||
<directory path="pango-1.13.3/pango">
|
||||
<directory path="pango-1.12.3/pango">
|
||||
<exclude>pangocairo.h</exclude>
|
||||
<exclude>pangocairo-atsui.h</exclude>
|
||||
<exclude>pangocairo-atsuifont.h</exclude>
|
||||
|
|
Loading…
Reference in a new issue