From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- src/VBox/Main/idl/doxygen.xsl | 774 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 774 insertions(+) create mode 100644 src/VBox/Main/idl/doxygen.xsl (limited to 'src/VBox/Main/idl/doxygen.xsl') diff --git a/src/VBox/Main/idl/doxygen.xsl b/src/VBox/Main/idl/doxygen.xsl new file mode 100644 index 00000000..50d05169 --- /dev/null +++ b/src/VBox/Main/idl/doxygen.xsl @@ -0,0 +1,774 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @link + + + + :: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @endlink + + + + + + + + @note + + + + + + + + @see + + + + + + + + + /** + + + + + + + + + /** + + + + @brief + + + + + + + + + + + + + +@par Expected result codes: + + + + + + + + + + + + + + + +
+ +
+
+
+ + + + + + +@par Interface ID: +{ + + } + */ + + + + + + + + + + + +@warning This attribute is non-scriptable. In particular, this also means that an +attempt to get or set it from a process other than the process that has created and +owns the object will most likely fail or crash your application. + + + + */ + + + + + + + + + + + + + + + +@warning This method is non-scriptable. In particular, this also means that an +attempt to call it from a process other than the process that has created and +owns the object will most likely fail or crash your application. + + + + */ + + + + + @param + + + + + + + + + + +@par Interface ID: +{ + + } + */ + + + + + + + */ + + + + + + + */ + + + + + + + + + + +/* + * DO NOT EDIT! This is a generated file. + * + * Doxygen IDL definition for VirtualBox Main API (COM interfaces) + * generated from XIDL (XML interface definition). + * + * Source : src/VBox/Main/idl/VirtualBox.xidl + * Generator : src/VBox/Main/idl/doxygen.xsl + * + * This IDL is generated using some generic OMG IDL-like syntax SOLELY + * for the purpose of generating the documentation using Doxygen and + * is not syntactically valid. + * + * DO NOT USE THIS HEADER IN ANY OTHER WAY! + */ + + + /** @mainpage + + */ + + + + + + + */ + + + + + + + + + + + + + + + + + + + + + + + #if + + + + + #endif + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + interface + + : + + { + + + + + + + + }; /* interface + + */ + + + + + + + + + + readonly + + attribute + + + + ; + + + + + + + + + void + + + ( + + + + , + + + + ); + + + (); + + + + + + + + + + + + + + + + + enum + + { + + + + + _ + = + , + + }; + + + + + + + in + out + [retval] out + in + + + + + + + + + + + + + + + + + + + + booleanPtr + octetPtr + shortPtr + ushortPtr + longPtr + llongPtr + ulongPtr + ullongPtr + + + + attribute 'mod= + + ' cannot be used with type + + + + + + + + + + wstringUUID + + + + attribute 'mod= + + ' cannot be used with type + + + + + + + + + + of attribute 'mod' is invalid! + + + + + + + + + result + boolean + octet + short + unsigned short + long + long long + unsigned long + unsigned long long + char + wchar + string + wstring + + uuid + + $unknown + + + + + + + + + + + + + + Unknown parameter type: + + + + + + + + + + [] + + + +
+ -- cgit v1.2.3