gio: Add fix-ups to set the scope of a few callbacks

This commit is contained in:
Bertrand Lorentz 2012-11-11 15:37:56 +01:00
parent cc249042e3
commit 0f2af96e0a

View File

@ -1,6 +1,8 @@
<?xml version="1.0"?>
<metadata>
<attr path="/api/namespace/*/*/parameters/parameter[@type='GAsyncReadyCallback']" name="scope">async</attr>
<attr path="/api/namespace/*/*/parameters/parameter[@type='GFileProgressCallback']" name="scope">call</attr>
<attr path="/api/namespace/*/*/parameters/parameter[@type='GSettingsGetMapping']" name="scope">call</attr>
<attr path="/api/namespace" name="name">GLib</attr>
<attr path="/api/namespace/struct[@cname='GIOExtensionPoint']/method[@name='GetExtensions']/return-type" name="element_type">GIOExtension*</attr>
<attr path="/api/namespace/boxed[@cname='GFileAttributeInfoList']/field" name="access">private</attr>