gio: Add fix-ups to set the scope of a few callbacks
This commit is contained in:
parent
cc249042e3
commit
0f2af96e0a
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue