doc: Sync classref with current source
This commit is contained in:
parent
679b64fe48
commit
15ada56d73
31 changed files with 406 additions and 298 deletions
|
|
@ -14,6 +14,12 @@
|
|||
</return>
|
||||
<argument index="0" name="features" type="PoolStringArray">
|
||||
</argument>
|
||||
<argument index="1" name="is_debug" type="bool">
|
||||
</argument>
|
||||
<argument index="2" name="path" type="String">
|
||||
</argument>
|
||||
<argument index="3" name="flags" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -41,11 +47,53 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_ios_bundle_file">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="path" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_ios_cpp_code">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="code" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_ios_framework">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="path" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_ios_linker_flags">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="flags" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_ios_plist_content">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="plist_content" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_shared_object">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="path" type="String">
|
||||
</argument>
|
||||
<argument index="1" name="tags" type="PoolStringArray">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue