mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:25:28 +00:00
2009-01-08 Stephane Delcroix <sdelcroix@novell.com>
* gio/Gio.metadata: change AppInfo's ShouldShow, SupportsFiles and SupportsUris to properties. svn path=/trunk/gtk-sharp/; revision=122746
This commit is contained in:
parent
759d591b2c
commit
651654d72b
|
@ -1,3 +1,8 @@
|
|||
2009-01-08 Stephane Delcroix <sdelcroix@novell.com>
|
||||
|
||||
* gio/Gio.metadata: change AppInfo's ShouldShow, SupportsFiles and
|
||||
SupportsUris to properties.
|
||||
|
||||
2009-01-07 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* generator/MethodBody.cs: avoid null ref when passing null to
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
<attr path="/api/namespace/interface[@cname='GAppInfo']/method[@name='GetAllForType']/return-type" name="element_type">GAppInfo*</attr>
|
||||
<attr path="/api/namespace/interface[@cname='GAppInfo']/method[@name='GetAllForType']/return-type" name="owned">true</attr>
|
||||
<!-- <attr path="/api/namespace/interface[@cname='GAppInfo']/method[@name='GetAllForType']/return-type" name="elements_owned">true</attr>-->
|
||||
<attr path="/api/namespace/interface[@cname='GAppInfo']/method[@name='ShouldShow']" name="name">GetShouldShow</attr>
|
||||
<attr path="/api/namespace/interface[@cname='GAppInfo']/method[@name='SupportsFiles']" name="name">GetSupportsFiles</attr>
|
||||
<attr path="/api/namespace/interface[@cname='GAppInfo']/method[@name='SupportsUris']" name="name">GetSupportsUris</attr>
|
||||
<attr path="/api/namespace/interface[@cname='GFile']/method[@name='GetParseName']" name="name">GetParsedName</attr>
|
||||
<attr path="/api/namespace/interface[@cname='GFile']/method[@name='GetUri']" name="hidden">1</attr>
|
||||
<attr path="/api/namespace/interface[@cname='GLoadableIcon']/method[@name='LoadAsync']/*/*[@type='GAsyncReadyCallback']" name="scope">async</attr>
|
||||
|
|
Loading…
Reference in a new issue