|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- This file was automatically generated from C sources - DO NOT EDIT! |
| 3 | +To affect the contents of this file, edit the original C definitions, |
| 4 | +and/or use gtk-doc annotations. --> |
| 5 | +<repository version="1.2" |
| 6 | + xmlns="http://www.gtk.org/introspection/core/1.0" |
| 7 | + xmlns:c="http://www.gtk.org/introspection/c/1.0" |
| 8 | + xmlns:glib="http://www.gtk.org/introspection/glib/1.0"> |
| 9 | + <include name="GLib" version="2.0"/> |
| 10 | + <package name="glib-2.0"/> |
| 11 | + <c:include name="glib.h"/> |
| 12 | + <namespace name="GLibWin32" |
| 13 | + version="2.0" |
| 14 | + shared-library="libgobject-2.0-0.dll,libglib-2.0-0.dll" |
| 15 | + c:identifier-prefixes="GWin32,G" |
| 16 | + c:symbol-prefixes="glib,g_win32,g"> |
| 17 | + <function-macro name="HAVE_WIDECHAR_API" |
| 18 | + c:identifier="G_WIN32_HAVE_WIDECHAR_API" |
| 19 | + introspectable="0"> |
| 20 | + <source-position filename="glib/gwin32.h" line="112"/> |
| 21 | + </function-macro> |
| 22 | + <function-macro name="IS_NT_BASED" |
| 23 | + c:identifier="G_WIN32_IS_NT_BASED" |
| 24 | + introspectable="0"> |
| 25 | + <source-position filename="glib/gwin32.h" line="111"/> |
| 26 | + </function-macro> |
| 27 | + <enumeration name="OSType" c:type="GWin32OSType"> |
| 28 | + <doc xml:space="preserve" |
| 29 | + filename="glib/gwin32.h" |
| 30 | + line="114">Type of Windows edition to check for at run-time.</doc> |
| 31 | + <source-position filename="glib/gwin32.h" line="130"/> |
| 32 | + <member name="any" value="0" c:identifier="G_WIN32_OS_ANY"> |
| 33 | + <doc xml:space="preserve" |
| 34 | + filename="glib/gwin32.h" |
| 35 | + line="116">The running system can be a workstation or a server edition of |
| 36 | + Windows. The type of the running system is therefore not checked.</doc> |
| 37 | + </member> |
| 38 | + <member name="workstation" |
| 39 | + value="1" |
| 40 | + c:identifier="G_WIN32_OS_WORKSTATION"> |
| 41 | + <doc xml:space="preserve" |
| 42 | + filename="glib/gwin32.h" |
| 43 | + line="118">The running system is a workstation edition of Windows, |
| 44 | + such as Windows 7 Professional.</doc> |
| 45 | + </member> |
| 46 | + <member name="server" value="2" c:identifier="G_WIN32_OS_SERVER"> |
| 47 | + <doc xml:space="preserve" |
| 48 | + filename="glib/gwin32.h" |
| 49 | + line="120">The running system is a server edition of Windows, such as |
| 50 | + Windows Server 2008 R2.</doc> |
| 51 | + </member> |
| 52 | + </enumeration> |
| 53 | + <function name="check_windows_version" |
| 54 | + c:identifier="g_win32_check_windows_version"> |
| 55 | + <source-position filename="glib/gwin32.h" line="133"/> |
| 56 | + <return-value transfer-ownership="none"> |
| 57 | + <type name="gboolean" c:type="gboolean"/> |
| 58 | + </return-value> |
| 59 | + <parameters> |
| 60 | + <parameter name="major" transfer-ownership="none"> |
| 61 | + <type name="gint" c:type="const gint"/> |
| 62 | + </parameter> |
| 63 | + <parameter name="minor" transfer-ownership="none"> |
| 64 | + <type name="gint" c:type="const gint"/> |
| 65 | + </parameter> |
| 66 | + <parameter name="spver" transfer-ownership="none"> |
| 67 | + <type name="gint" c:type="const gint"/> |
| 68 | + </parameter> |
| 69 | + <parameter name="os_type" transfer-ownership="none"> |
| 70 | + <type name="GLib.Win32OSType" c:type="const GWin32OSType"/> |
| 71 | + </parameter> |
| 72 | + </parameters> |
| 73 | + </function> |
| 74 | + <function name="error_message" c:identifier="g_win32_error_message"> |
| 75 | + <source-position filename="glib/gwin32.h" line="87"/> |
| 76 | + <return-value transfer-ownership="full"> |
| 77 | + <type name="utf8" c:type="gchar*"/> |
| 78 | + </return-value> |
| 79 | + <parameters> |
| 80 | + <parameter name="error" transfer-ownership="none"> |
| 81 | + <type name="gint" c:type="gint"/> |
| 82 | + </parameter> |
| 83 | + </parameters> |
| 84 | + </function> |
| 85 | + <function name="ftruncate" c:identifier="g_win32_ftruncate"> |
| 86 | + <source-position filename="glib/gwin32.h" line="69"/> |
| 87 | + <return-value transfer-ownership="none"> |
| 88 | + <type name="gint" c:type="gint"/> |
| 89 | + </return-value> |
| 90 | + <parameters> |
| 91 | + <parameter name="f" transfer-ownership="none"> |
| 92 | + <type name="gint" c:type="gint"/> |
| 93 | + </parameter> |
| 94 | + <parameter name="size" transfer-ownership="none"> |
| 95 | + <type name="guint" c:type="guint"/> |
| 96 | + </parameter> |
| 97 | + </parameters> |
| 98 | + </function> |
| 99 | + <function name="get_command_line" |
| 100 | + c:identifier="g_win32_get_command_line" |
| 101 | + introspectable="0"> |
| 102 | + <source-position filename="glib/gwin32.h" line="108"/> |
| 103 | + <return-value> |
| 104 | + <array c:type="gchar**"> |
| 105 | + <type name="utf8"/> |
| 106 | + </array> |
| 107 | + </return-value> |
| 108 | + </function> |
| 109 | + <function name="get_package_installation_directory" |
| 110 | + c:identifier="g_win32_get_package_installation_directory"> |
| 111 | + <source-position filename="glib/gwin32.h" line="90"/> |
| 112 | + <return-value transfer-ownership="full"> |
| 113 | + <type name="utf8" c:type="gchar*"/> |
| 114 | + </return-value> |
| 115 | + <parameters> |
| 116 | + <parameter name="package" transfer-ownership="none"> |
| 117 | + <type name="utf8" c:type="const gchar*"/> |
| 118 | + </parameter> |
| 119 | + <parameter name="dll_name" transfer-ownership="none"> |
| 120 | + <type name="utf8" c:type="const gchar*"/> |
| 121 | + </parameter> |
| 122 | + </parameters> |
| 123 | + </function> |
| 124 | + <function name="get_package_installation_directory_of_module" |
| 125 | + c:identifier="g_win32_get_package_installation_directory_of_module"> |
| 126 | + <source-position filename="glib/gwin32.h" line="99"/> |
| 127 | + <return-value transfer-ownership="full"> |
| 128 | + <type name="utf8" c:type="gchar*"/> |
| 129 | + </return-value> |
| 130 | + <parameters> |
| 131 | + <parameter name="hmodule" |
| 132 | + transfer-ownership="none" |
| 133 | + nullable="1" |
| 134 | + allow-none="1"> |
| 135 | + <type name="gpointer" c:type="gpointer"/> |
| 136 | + </parameter> |
| 137 | + </parameters> |
| 138 | + </function> |
| 139 | + <function name="get_package_installation_subdirectory" |
| 140 | + c:identifier="g_win32_get_package_installation_subdirectory"> |
| 141 | + <source-position filename="glib/gwin32.h" line="94"/> |
| 142 | + <return-value transfer-ownership="full"> |
| 143 | + <type name="utf8" c:type="gchar*"/> |
| 144 | + </return-value> |
| 145 | + <parameters> |
| 146 | + <parameter name="package" transfer-ownership="none"> |
| 147 | + <type name="utf8" c:type="const gchar*"/> |
| 148 | + </parameter> |
| 149 | + <parameter name="dll_name" transfer-ownership="none"> |
| 150 | + <type name="utf8" c:type="const gchar*"/> |
| 151 | + </parameter> |
| 152 | + <parameter name="subdir" transfer-ownership="none"> |
| 153 | + <type name="utf8" c:type="const gchar*"/> |
| 154 | + </parameter> |
| 155 | + </parameters> |
| 156 | + </function> |
| 157 | + <function name="get_windows_version" |
| 158 | + c:identifier="g_win32_get_windows_version"> |
| 159 | + <source-position filename="glib/gwin32.h" line="102"/> |
| 160 | + <return-value transfer-ownership="none"> |
| 161 | + <type name="guint" c:type="guint"/> |
| 162 | + </return-value> |
| 163 | + </function> |
| 164 | + <function name="getlocale" c:identifier="g_win32_getlocale"> |
| 165 | + <source-position filename="glib/gwin32.h" line="80"/> |
| 166 | + <return-value transfer-ownership="full"> |
| 167 | + <type name="utf8" c:type="gchar*"/> |
| 168 | + </return-value> |
| 169 | + </function> |
| 170 | + <function name="locale_filename_from_utf8" |
| 171 | + c:identifier="g_win32_locale_filename_from_utf8"> |
| 172 | + <source-position filename="glib/gwin32.h" line="105"/> |
| 173 | + <return-value transfer-ownership="full"> |
| 174 | + <type name="utf8" c:type="gchar*"/> |
| 175 | + </return-value> |
| 176 | + <parameters> |
| 177 | + <parameter name="utf8filename" transfer-ownership="none"> |
| 178 | + <type name="utf8" c:type="const gchar*"/> |
| 179 | + </parameter> |
| 180 | + </parameters> |
| 181 | + </function> |
| 182 | + </namespace> |
| 183 | +</repository> |
0 commit comments