mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 03:46:56 +00:00
2009-07-10 Christian Hoff <christian_hoff@gmx.net>
* pango/Pango.metadata: Mark "ink_rect" and "logical_rect" parameters of Get*Extends methods as "out". [Fixes #510105] svn path=/trunk/gtk-sharp/; revision=137712
This commit is contained in:
parent
940cf88750
commit
53d7ae45e3
|
@ -1,9 +1,14 @@
|
||||||
|
2009-07-10 Christian Hoff <christian_hoff@gmx.net>
|
||||||
|
|
||||||
|
* pango/Pango.metadata: Mark "ink_rect" and "logical_rect" parameters of Get*Extends
|
||||||
|
methods as "out". [Fixes #510105]
|
||||||
|
|
||||||
2009-07-02 Christian Hoff <christian_hoff@gmx.net>
|
2009-07-02 Christian Hoff <christian_hoff@gmx.net>
|
||||||
|
|
||||||
* configure.in.in: Target .net 2.0 profile
|
* configure.in.in: Target .net 2.0 profile
|
||||||
* gapi-cdecl-insert: Kill. We are now using the UnmanagedFunctionPointerAttribute
|
* gapi-cdecl-insert: Kill. We are now using the UnmanagedFunctionPointerAttribute
|
||||||
for callbacks.
|
for callbacks.
|
||||||
* glib/CdeclCallback: Mark obsolete.
|
* glib/CdeclCallback.cs: Mark obsolete.
|
||||||
* generator/*.cs:
|
* generator/*.cs:
|
||||||
* *.custom: Use [UnmanagedFunctionPointer (CallingConvention.Cdecl)] instead of
|
* *.custom: Use [UnmanagedFunctionPointer (CallingConvention.Cdecl)] instead of
|
||||||
[GLib.CDeclCallback].
|
[GLib.CDeclCallback].
|
||||||
|
|
|
@ -18,6 +18,11 @@
|
||||||
<attr path="/api/namespace/boxed[@cname='PangoGlyphString']/field[@name='Glyphs']" name="hidden">1</attr>
|
<attr path="/api/namespace/boxed[@cname='PangoGlyphString']/field[@name='Glyphs']" name="hidden">1</attr>
|
||||||
<attr path="/api/namespace/boxed[@cname='PangoGlyphString']/field[@name='LogClusters']" name="hidden">1</attr>
|
<attr path="/api/namespace/boxed[@cname='PangoGlyphString']/field[@name='LogClusters']" name="hidden">1</attr>
|
||||||
<attr path="/api/namespace/boxed[@cname='PangoLayoutIter']/method[@name='Free']" name="deprecated">1</attr>
|
<attr path="/api/namespace/boxed[@cname='PangoLayoutIter']/method[@name='Free']" name="deprecated">1</attr>
|
||||||
|
<attr path="/api/namespace/boxed[@cname='PangoLayoutIter']/method[@name='GetCharExtents']/*/*[@type='PangoRectangle*']" name="pass_as">out</attr>
|
||||||
|
<attr path="/api/namespace/boxed[@cname='PangoLayoutIter']/method[@name='GetClusterExtents']/*/*[@type='PangoRectangle*']" name="pass_as">out</attr>
|
||||||
|
<attr path="/api/namespace/boxed[@cname='PangoLayoutIter']/method[@name='GetLayoutExtents']/*/*[@type='PangoRectangle*']" name="pass_as">out</attr>
|
||||||
|
<attr path="/api/namespace/boxed[@cname='PangoLayoutIter']/method[@name='GetLineExtents']/*/*[@type='PangoRectangle*']" name="pass_as">out</attr>
|
||||||
|
<attr path="/api/namespace/boxed[@cname='PangoLayoutIter']/method[@name='GetRunExtents']/*/*[@type='PangoRectangle*']" name="pass_as">out</attr>
|
||||||
<attr path="/api/namespace/boxed[@cname='PangoMatrix']/method[@name='Copy']" name="deprecated">1</attr>
|
<attr path="/api/namespace/boxed[@cname='PangoMatrix']/method[@name='Copy']" name="deprecated">1</attr>
|
||||||
<attr path="/api/namespace/boxed[@cname='PangoMatrix']/method[@name='TransformDistance']/*/*[@type='double*']" name="pass_as">ref</attr>
|
<attr path="/api/namespace/boxed[@cname='PangoMatrix']/method[@name='TransformDistance']/*/*[@type='double*']" name="pass_as">ref</attr>
|
||||||
<attr path="/api/namespace/boxed[@cname='PangoMatrix']/method[@name='TransformPixelRectangle']/*/*[@type='PangoRectangle*']" name="pass_as">ref</attr>
|
<attr path="/api/namespace/boxed[@cname='PangoMatrix']/method[@name='TransformPixelRectangle']/*/*[@type='PangoRectangle*']" name="pass_as">ref</attr>
|
||||||
|
|
Loading…
Reference in a new issue