@gtkx/ffi 0.6.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (724) hide show
  1. package/dist/cairo/cairo.d.ts +4 -6
  2. package/dist/cairo/cairo.js +0 -3
  3. package/dist/codegen/ffi-generator.d.ts +10 -4
  4. package/dist/codegen/ffi-generator.js +156 -22
  5. package/dist/generated/adw/application-window.js +3 -2
  6. package/dist/generated/adw/avatar.js +3 -2
  7. package/dist/generated/adw/banner.d.ts +57 -0
  8. package/dist/generated/adw/banner.js +119 -1
  9. package/dist/generated/adw/breakpoint-condition.js +2 -2
  10. package/dist/generated/adw/breakpoint.d.ts +7 -0
  11. package/dist/generated/adw/breakpoint.js +16 -2
  12. package/dist/generated/adw/carousel-indicator-dots.d.ts +9 -0
  13. package/dist/generated/adw/carousel-indicator-dots.js +27 -0
  14. package/dist/generated/adw/carousel-indicator-lines.d.ts +9 -0
  15. package/dist/generated/adw/carousel-indicator-lines.js +27 -0
  16. package/dist/generated/adw/carousel.d.ts +9 -0
  17. package/dist/generated/adw/carousel.js +29 -2
  18. package/dist/generated/adw/clamp-layout.d.ts +9 -0
  19. package/dist/generated/adw/clamp-layout.js +27 -0
  20. package/dist/generated/adw/clamp-scrollable.d.ts +61 -0
  21. package/dist/generated/adw/clamp-scrollable.js +175 -0
  22. package/dist/generated/adw/clamp.d.ts +9 -0
  23. package/dist/generated/adw/clamp.js +27 -0
  24. package/dist/generated/adw/combo-row.js +3 -2
  25. package/dist/generated/adw/constants.d.ts +17 -0
  26. package/dist/generated/adw/constants.js +17 -0
  27. package/dist/generated/adw/entry-row.d.ts +220 -0
  28. package/dist/generated/adw/entry-row.js +480 -2
  29. package/dist/generated/adw/enum-list-model.d.ts +61 -0
  30. package/dist/generated/adw/enum-list-model.js +108 -0
  31. package/dist/generated/adw/flap.d.ts +9 -0
  32. package/dist/generated/adw/flap.js +29 -2
  33. package/dist/generated/adw/functions.js +2 -2
  34. package/dist/generated/adw/index.d.ts +1 -0
  35. package/dist/generated/adw/index.js +1 -0
  36. package/dist/generated/adw/inline-view-switcher.d.ts +9 -0
  37. package/dist/generated/adw/inline-view-switcher.js +27 -0
  38. package/dist/generated/adw/layout.d.ts +7 -0
  39. package/dist/generated/adw/layout.js +14 -0
  40. package/dist/generated/adw/leaflet.d.ts +9 -0
  41. package/dist/generated/adw/leaflet.js +30 -3
  42. package/dist/generated/adw/navigation-view.js +3 -2
  43. package/dist/generated/adw/shortcuts-section.d.ts +68 -0
  44. package/dist/generated/adw/shortcuts-section.js +122 -0
  45. package/dist/generated/adw/spin-row.d.ts +220 -0
  46. package/dist/generated/adw/spin-row.js +479 -1
  47. package/dist/generated/adw/spinner-paintable.d.ts +132 -0
  48. package/dist/generated/adw/spinner-paintable.js +266 -1
  49. package/dist/generated/adw/split-button.d.ts +57 -0
  50. package/dist/generated/adw/split-button.js +119 -1
  51. package/dist/generated/adw/spring-animation.js +2 -2
  52. package/dist/generated/adw/spring-params.js +2 -2
  53. package/dist/generated/adw/squeezer.d.ts +9 -0
  54. package/dist/generated/adw/squeezer.js +29 -2
  55. package/dist/generated/adw/status-page.js +3 -2
  56. package/dist/generated/adw/style-manager.js +2 -2
  57. package/dist/generated/adw/swipe-tracker.d.ts +10 -0
  58. package/dist/generated/adw/swipe-tracker.js +30 -2
  59. package/dist/generated/adw/tab-button.d.ts +57 -0
  60. package/dist/generated/adw/tab-button.js +119 -1
  61. package/dist/generated/adw/tab-page.d.ts +141 -0
  62. package/dist/generated/adw/tab-page.js +409 -3
  63. package/dist/generated/adw/tab-view.js +4 -3
  64. package/dist/generated/adw/toast.js +2 -2
  65. package/dist/generated/adw/toggle-group.d.ts +9 -0
  66. package/dist/generated/adw/toggle-group.js +29 -2
  67. package/dist/generated/adw/view-stack-page.d.ts +141 -0
  68. package/dist/generated/adw/view-stack-page.js +405 -0
  69. package/dist/generated/adw/view-stack-pages.d.ts +165 -0
  70. package/dist/generated/adw/view-stack-pages.js +371 -1
  71. package/dist/generated/adw/view-stack.js +2 -2
  72. package/dist/generated/adw/window.js +3 -2
  73. package/dist/generated/adw/wrap-box.d.ts +9 -0
  74. package/dist/generated/adw/wrap-box.js +27 -0
  75. package/dist/generated/adw/wrap-layout.d.ts +9 -0
  76. package/dist/generated/adw/wrap-layout.js +27 -0
  77. package/dist/generated/appstream/agreement.js +2 -2
  78. package/dist/generated/appstream/artifact.js +3 -3
  79. package/dist/generated/appstream/category.js +4 -4
  80. package/dist/generated/appstream/component-box.js +2 -2
  81. package/dist/generated/appstream/component.js +28 -28
  82. package/dist/generated/appstream/constants.d.ts +3 -0
  83. package/dist/generated/appstream/constants.js +3 -0
  84. package/dist/generated/appstream/functions.js +2 -2
  85. package/dist/generated/appstream/index.d.ts +1 -0
  86. package/dist/generated/appstream/index.js +1 -0
  87. package/dist/generated/appstream/launchable.js +2 -2
  88. package/dist/generated/appstream/metadata.js +2 -2
  89. package/dist/generated/appstream/provided.js +2 -2
  90. package/dist/generated/appstream/release-list.js +2 -2
  91. package/dist/generated/appstream/release.js +3 -3
  92. package/dist/generated/appstream/review.js +2 -2
  93. package/dist/generated/appstream/screenshot.js +5 -5
  94. package/dist/generated/appstream/suggested.js +2 -2
  95. package/dist/generated/appstream/system-info.js +17 -2
  96. package/dist/generated/appstream/validator.js +2 -2
  97. package/dist/generated/atspi/accessible.js +65 -53
  98. package/dist/generated/atspi/collection.js +4 -4
  99. package/dist/generated/atspi/component.js +4 -4
  100. package/dist/generated/atspi/constants.d.ts +70 -0
  101. package/dist/generated/atspi/constants.js +70 -0
  102. package/dist/generated/atspi/device.js +2 -2
  103. package/dist/generated/atspi/document.js +4 -4
  104. package/dist/generated/atspi/functions.js +2 -2
  105. package/dist/generated/atspi/hyperlink.js +2 -2
  106. package/dist/generated/atspi/image.js +4 -4
  107. package/dist/generated/atspi/index.d.ts +1 -0
  108. package/dist/generated/atspi/index.js +1 -0
  109. package/dist/generated/atspi/point.js +2 -2
  110. package/dist/generated/atspi/range.js +2 -2
  111. package/dist/generated/atspi/rect.js +2 -2
  112. package/dist/generated/atspi/state-set.js +2 -2
  113. package/dist/generated/atspi/table-cell.js +3 -3
  114. package/dist/generated/atspi/table.js +3 -3
  115. package/dist/generated/atspi/text.js +13 -13
  116. package/dist/generated/gdk/cairo-context.js +2 -2
  117. package/dist/generated/gdk/cicp-params.js +2 -2
  118. package/dist/generated/gdk/clipboard.js +3 -3
  119. package/dist/generated/gdk/color-state.js +2 -2
  120. package/dist/generated/gdk/constants.d.ts +2488 -0
  121. package/dist/generated/gdk/constants.js +2488 -0
  122. package/dist/generated/gdk/content-deserializer.d.ts +23 -0
  123. package/dist/generated/gdk/content-deserializer.js +70 -2
  124. package/dist/generated/gdk/content-formats-builder.js +3 -3
  125. package/dist/generated/gdk/content-formats.js +7 -7
  126. package/dist/generated/gdk/content-provider.js +3 -3
  127. package/dist/generated/gdk/content-serializer.d.ts +23 -0
  128. package/dist/generated/gdk/content-serializer.js +70 -2
  129. package/dist/generated/gdk/display.js +4 -3
  130. package/dist/generated/gdk/dmabuf-formats.js +2 -2
  131. package/dist/generated/gdk/dmabuf-texture-builder.js +3 -3
  132. package/dist/generated/gdk/drag.js +2 -2
  133. package/dist/generated/gdk/draw-context.js +2 -2
  134. package/dist/generated/gdk/drop.js +3 -3
  135. package/dist/generated/gdk/event.js +2 -2
  136. package/dist/generated/gdk/frame-clock.js +3 -3
  137. package/dist/generated/gdk/frame-timings.js +2 -2
  138. package/dist/generated/gdk/functions.js +11 -10
  139. package/dist/generated/gdk/gltexture-builder.js +3 -3
  140. package/dist/generated/gdk/index.d.ts +1 -0
  141. package/dist/generated/gdk/index.js +1 -0
  142. package/dist/generated/gdk/memory-texture-builder.js +4 -4
  143. package/dist/generated/gdk/paintable.js +2 -2
  144. package/dist/generated/gdk/popup-layout.js +4 -4
  145. package/dist/generated/gdk/rgba.js +2 -2
  146. package/dist/generated/gdk/surface.js +2 -2
  147. package/dist/generated/gdk/texture-downloader.js +5 -5
  148. package/dist/generated/gdk/texture.d.ts +61 -0
  149. package/dist/generated/gdk/texture.js +247 -5
  150. package/dist/generated/gdk/toplevel-layout.js +3 -3
  151. package/dist/generated/gdkpixbuf/constants.d.ts +22 -0
  152. package/dist/generated/gdkpixbuf/constants.js +22 -0
  153. package/dist/generated/gdkpixbuf/index.d.ts +1 -0
  154. package/dist/generated/gdkpixbuf/index.js +1 -0
  155. package/dist/generated/gdkpixbuf/pixbuf-animation.js +46 -1
  156. package/dist/generated/gdkpixbuf/pixbuf-format.js +2 -2
  157. package/dist/generated/gdkpixbuf/pixbuf-loader.js +32 -2
  158. package/dist/generated/gdkpixbuf/pixbuf.d.ts +61 -0
  159. package/dist/generated/gdkpixbuf/pixbuf.js +334 -3
  160. package/dist/generated/gio/action-group.js +9 -9
  161. package/dist/generated/gio/action-map.js +3 -2
  162. package/dist/generated/gio/action.js +5 -5
  163. package/dist/generated/gio/app-info.js +4 -3
  164. package/dist/generated/gio/application-command-line.js +5 -4
  165. package/dist/generated/gio/application.js +11 -10
  166. package/dist/generated/gio/bytes-icon.js +3 -3
  167. package/dist/generated/gio/cancellable.js +2 -2
  168. package/dist/generated/gio/charset-converter.js +2 -2
  169. package/dist/generated/gio/constants.d.ts +1024 -0
  170. package/dist/generated/gio/constants.js +1024 -0
  171. package/dist/generated/gio/converter-input-stream.js +4 -3
  172. package/dist/generated/gio/converter-output-stream.js +4 -3
  173. package/dist/generated/gio/converter.js +2 -2
  174. package/dist/generated/gio/datagram-based.js +2 -2
  175. package/dist/generated/gio/dbus-action-group.js +9 -9
  176. package/dist/generated/gio/dbus-annotation-info.js +2 -2
  177. package/dist/generated/gio/dbus-arg-info.js +2 -2
  178. package/dist/generated/gio/dbus-connection.js +50 -5
  179. package/dist/generated/gio/dbus-interface-info.js +5 -5
  180. package/dist/generated/gio/dbus-interface-skeleton.js +5 -4
  181. package/dist/generated/gio/dbus-interface.js +4 -3
  182. package/dist/generated/gio/dbus-message.js +18 -3
  183. package/dist/generated/gio/dbus-method-info.js +2 -2
  184. package/dist/generated/gio/dbus-method-invocation.js +4 -4
  185. package/dist/generated/gio/dbus-node-info.js +3 -3
  186. package/dist/generated/gio/dbus-object-manager-client.js +50 -3
  187. package/dist/generated/gio/dbus-object-manager-server.js +5 -3
  188. package/dist/generated/gio/dbus-object-manager.js +5 -3
  189. package/dist/generated/gio/dbus-object-proxy.js +3 -2
  190. package/dist/generated/gio/dbus-object-skeleton.js +3 -2
  191. package/dist/generated/gio/dbus-object.js +3 -2
  192. package/dist/generated/gio/dbus-property-info.js +2 -2
  193. package/dist/generated/gio/dbus-proxy.js +55 -9
  194. package/dist/generated/gio/dbus-signal-info.js +2 -2
  195. package/dist/generated/gio/drive.js +4 -3
  196. package/dist/generated/gio/dtls-client-connection.js +3 -2
  197. package/dist/generated/gio/emblem.js +4 -3
  198. package/dist/generated/gio/emblemed-icon.js +4 -3
  199. package/dist/generated/gio/file-attribute-info-list.js +3 -3
  200. package/dist/generated/gio/file-attribute-matcher.js +3 -3
  201. package/dist/generated/gio/file-enumerator.js +4 -3
  202. package/dist/generated/gio/file-icon.js +4 -3
  203. package/dist/generated/gio/file-info.js +8 -7
  204. package/dist/generated/gio/file.js +19 -17
  205. package/dist/generated/gio/functions.js +52 -38
  206. package/dist/generated/gio/icon.js +2 -2
  207. package/dist/generated/gio/index.d.ts +1 -0
  208. package/dist/generated/gio/index.js +1 -0
  209. package/dist/generated/gio/inet-address-mask.js +15 -0
  210. package/dist/generated/gio/input-stream.js +3 -3
  211. package/dist/generated/gio/memory-input-stream.js +2 -2
  212. package/dist/generated/gio/memory-output-stream.js +3 -3
  213. package/dist/generated/gio/menu-attribute-iter.js +3 -3
  214. package/dist/generated/gio/menu-item.js +2 -2
  215. package/dist/generated/gio/menu-model.js +2 -2
  216. package/dist/generated/gio/mount.js +11 -7
  217. package/dist/generated/gio/pollable-input-stream.js +2 -2
  218. package/dist/generated/gio/pollable-output-stream.js +2 -2
  219. package/dist/generated/gio/property-action.js +5 -5
  220. package/dist/generated/gio/resource.js +3 -3
  221. package/dist/generated/gio/settings-schema-key.js +5 -5
  222. package/dist/generated/gio/settings-schema-source.js +3 -3
  223. package/dist/generated/gio/settings-schema.js +3 -3
  224. package/dist/generated/gio/settings.js +7 -6
  225. package/dist/generated/gio/simple-action-group.js +12 -11
  226. package/dist/generated/gio/simple-action.js +5 -5
  227. package/dist/generated/gio/socket-client.js +3 -2
  228. package/dist/generated/gio/socket.js +19 -4
  229. package/dist/generated/gio/srv-target.js +2 -2
  230. package/dist/generated/gio/subprocess.js +5 -5
  231. package/dist/generated/gio/task.js +2 -2
  232. package/dist/generated/gio/themed-icon.js +2 -2
  233. package/dist/generated/gio/tls-certificate.js +80 -5
  234. package/dist/generated/gio/tls-client-connection.js +3 -2
  235. package/dist/generated/gio/vfs.js +5 -4
  236. package/dist/generated/gio/volume-monitor.js +5 -3
  237. package/dist/generated/gio/volume.js +10 -6
  238. package/dist/generated/gio/zlib-compressor.js +2 -2
  239. package/dist/generated/gio/zlib-decompressor.js +2 -2
  240. package/dist/generated/giounix/constants.d.ts +5 -0
  241. package/dist/generated/giounix/constants.js +5 -0
  242. package/dist/generated/giounix/desktop-app-info-lookup.js +3 -2
  243. package/dist/generated/giounix/desktop-app-info.d.ts +191 -0
  244. package/dist/generated/giounix/desktop-app-info.js +583 -1
  245. package/dist/generated/giounix/functions.js +10 -9
  246. package/dist/generated/giounix/index.d.ts +1 -0
  247. package/dist/generated/giounix/index.js +1 -0
  248. package/dist/generated/giounix/input-stream.d.ts +61 -0
  249. package/dist/generated/giounix/input-stream.js +134 -1
  250. package/dist/generated/giounix/mount-entry.js +5 -4
  251. package/dist/generated/giounix/mount-point.js +5 -4
  252. package/dist/generated/giounix/output-stream.d.ts +91 -0
  253. package/dist/generated/giounix/output-stream.js +208 -1
  254. package/dist/generated/glib/bookmark-file.js +6 -6
  255. package/dist/generated/glib/bytes.js +4 -4
  256. package/dist/generated/glib/checksum.js +2 -2
  257. package/dist/generated/glib/constants.d.ts +606 -0
  258. package/dist/generated/glib/constants.js +606 -0
  259. package/dist/generated/glib/date-time.js +15 -15
  260. package/dist/generated/glib/date.js +2 -2
  261. package/dist/generated/glib/dir.js +2 -2
  262. package/dist/generated/glib/error.js +2 -2
  263. package/dist/generated/glib/functions.js +36 -36
  264. package/dist/generated/glib/hmac.js +3 -3
  265. package/dist/generated/glib/index.d.ts +1 -0
  266. package/dist/generated/glib/index.js +1 -0
  267. package/dist/generated/glib/iochannel.js +2 -2
  268. package/dist/generated/glib/main-context.js +5 -5
  269. package/dist/generated/glib/main-loop.js +3 -3
  270. package/dist/generated/glib/mapped-file.js +3 -3
  271. package/dist/generated/glib/markup-parse-context.js +2 -2
  272. package/dist/generated/glib/match-info.js +3 -3
  273. package/dist/generated/glib/option-group.js +2 -2
  274. package/dist/generated/glib/pattern-spec.js +2 -2
  275. package/dist/generated/glib/rand.js +2 -2
  276. package/dist/generated/glib/regex.js +6 -6
  277. package/dist/generated/glib/source.js +4 -4
  278. package/dist/generated/glib/string.js +26 -26
  279. package/dist/generated/glib/strv-builder.js +2 -2
  280. package/dist/generated/glib/thread.js +2 -2
  281. package/dist/generated/glib/time-zone.js +2 -2
  282. package/dist/generated/glib/tree.js +2 -2
  283. package/dist/generated/glib/uri.js +2 -2
  284. package/dist/generated/glib/variant-builder.js +3 -3
  285. package/dist/generated/glib/variant-dict.js +4 -4
  286. package/dist/generated/glib/variant-type.js +7 -7
  287. package/dist/generated/glib/variant.js +12 -12
  288. package/dist/generated/glibunix/functions.js +3 -3
  289. package/dist/generated/gmodule/constants.d.ts +4 -0
  290. package/dist/generated/gmodule/constants.js +4 -0
  291. package/dist/generated/gmodule/index.d.ts +1 -0
  292. package/dist/generated/gmodule/index.js +1 -0
  293. package/dist/generated/gobject/closure.js +2 -2
  294. package/dist/generated/gobject/constants.d.ts +82 -0
  295. package/dist/generated/gobject/constants.js +82 -0
  296. package/dist/generated/gobject/functions.js +6 -5
  297. package/dist/generated/gobject/index.d.ts +1 -0
  298. package/dist/generated/gobject/index.js +1 -0
  299. package/dist/generated/gobject/param-spec.js +2 -2
  300. package/dist/generated/gobject/value-array.js +9 -9
  301. package/dist/generated/gobject/value.js +5 -5
  302. package/dist/generated/graphene/box.js +6 -6
  303. package/dist/generated/graphene/constants.d.ts +56 -0
  304. package/dist/generated/graphene/constants.js +56 -0
  305. package/dist/generated/graphene/euler.js +8 -8
  306. package/dist/generated/graphene/frustum.js +4 -4
  307. package/dist/generated/graphene/functions.js +27 -27
  308. package/dist/generated/graphene/index.d.ts +1 -0
  309. package/dist/generated/graphene/index.js +1 -0
  310. package/dist/generated/graphene/matrix.js +14 -14
  311. package/dist/generated/graphene/plane.js +6 -6
  312. package/dist/generated/graphene/point.js +4 -4
  313. package/dist/generated/graphene/point3d.js +4 -4
  314. package/dist/generated/graphene/quad.js +5 -5
  315. package/dist/generated/graphene/quaternion.js +10 -10
  316. package/dist/generated/graphene/ray.js +4 -4
  317. package/dist/generated/graphene/rect.js +7 -7
  318. package/dist/generated/graphene/size.js +3 -3
  319. package/dist/generated/graphene/sphere.js +4 -4
  320. package/dist/generated/graphene/triangle.js +4 -4
  321. package/dist/generated/graphene/vec2.js +4 -4
  322. package/dist/generated/graphene/vec3.js +4 -4
  323. package/dist/generated/graphene/vec4.js +6 -6
  324. package/dist/generated/gsk/cairo-node.js +3 -3
  325. package/dist/generated/gsk/clip-node.js +2 -2
  326. package/dist/generated/gsk/color-matrix-node.js +3 -3
  327. package/dist/generated/gsk/color-node.js +2 -2
  328. package/dist/generated/gsk/component-transfer-node.js +2 -2
  329. package/dist/generated/gsk/component-transfer.js +2 -2
  330. package/dist/generated/gsk/conic-gradient-node.js +2 -2
  331. package/dist/generated/gsk/fill-node.js +2 -2
  332. package/dist/generated/gsk/functions.js +3 -3
  333. package/dist/generated/gsk/glshader-node.js +2 -2
  334. package/dist/generated/gsk/glshader.js +2 -2
  335. package/dist/generated/gsk/inset-shadow-node.js +2 -2
  336. package/dist/generated/gsk/linear-gradient-node.js +3 -3
  337. package/dist/generated/gsk/outset-shadow-node.js +2 -2
  338. package/dist/generated/gsk/path-builder.js +4 -4
  339. package/dist/generated/gsk/path-measure.js +3 -3
  340. package/dist/generated/gsk/path-point.js +2 -2
  341. package/dist/generated/gsk/path.js +2 -2
  342. package/dist/generated/gsk/radial-gradient-node.js +2 -2
  343. package/dist/generated/gsk/render-node.js +2 -2
  344. package/dist/generated/gsk/repeat-node.js +2 -2
  345. package/dist/generated/gsk/shader-args-builder.js +3 -3
  346. package/dist/generated/gsk/stroke-node.js +3 -3
  347. package/dist/generated/gsk/stroke.js +2 -2
  348. package/dist/generated/gsk/text-node.js +3 -3
  349. package/dist/generated/gsk/transform-node.js +2 -2
  350. package/dist/generated/gsk/transform.js +15 -15
  351. package/dist/generated/gst/allocation-params.js +2 -2
  352. package/dist/generated/gst/allocator.js +2 -2
  353. package/dist/generated/gst/bin.js +8 -8
  354. package/dist/generated/gst/buffer-list.js +6 -6
  355. package/dist/generated/gst/buffer-pool.js +4 -4
  356. package/dist/generated/gst/buffer.js +9 -9
  357. package/dist/generated/gst/bus.js +8 -8
  358. package/dist/generated/gst/caps-features.js +3 -3
  359. package/dist/generated/gst/caps.js +16 -16
  360. package/dist/generated/gst/constants.d.ts +674 -0
  361. package/dist/generated/gst/constants.js +674 -0
  362. package/dist/generated/gst/context.js +6 -6
  363. package/dist/generated/gst/control-binding.js +2 -2
  364. package/dist/generated/gst/date-time.js +3 -3
  365. package/dist/generated/gst/device.js +3 -3
  366. package/dist/generated/gst/element.js +6 -6
  367. package/dist/generated/gst/event.js +9 -9
  368. package/dist/generated/gst/functions.js +22 -22
  369. package/dist/generated/gst/id-str.js +2 -2
  370. package/dist/generated/gst/index.d.ts +1 -0
  371. package/dist/generated/gst/index.js +1 -0
  372. package/dist/generated/gst/iterator.js +3 -3
  373. package/dist/generated/gst/memory.js +4 -4
  374. package/dist/generated/gst/message.js +22 -22
  375. package/dist/generated/gst/mini-object.js +3 -3
  376. package/dist/generated/gst/object.js +2 -2
  377. package/dist/generated/gst/pad-template.js +3 -3
  378. package/dist/generated/gst/pad.js +11 -11
  379. package/dist/generated/gst/parse-context.js +2 -2
  380. package/dist/generated/gst/plugin.js +2 -2
  381. package/dist/generated/gst/promise.js +3 -3
  382. package/dist/generated/gst/proxy-pad.js +2 -2
  383. package/dist/generated/gst/query.js +11 -11
  384. package/dist/generated/gst/sample.js +6 -6
  385. package/dist/generated/gst/segment.js +2 -2
  386. package/dist/generated/gst/static-caps.js +2 -2
  387. package/dist/generated/gst/static-pad-template.js +2 -2
  388. package/dist/generated/gst/stream.js +3 -3
  389. package/dist/generated/gst/structure.js +13 -13
  390. package/dist/generated/gst/tag-list.js +12 -12
  391. package/dist/generated/gst/tag-setter.js +2 -2
  392. package/dist/generated/gst/toc-entry.js +4 -4
  393. package/dist/generated/gst/toc-setter.js +2 -2
  394. package/dist/generated/gst/toc.js +3 -3
  395. package/dist/generated/gst/type-find-factory.js +2 -2
  396. package/dist/generated/gst/uri.js +9 -9
  397. package/dist/generated/gstbase/adapter.js +8 -8
  398. package/dist/generated/gstbase/aggregator-pad.js +3 -3
  399. package/dist/generated/gstbase/aggregator.js +2 -2
  400. package/dist/generated/gstbase/base-parse-frame.js +2 -2
  401. package/dist/generated/gstbase/base-sink.js +3 -3
  402. package/dist/generated/gstbase/collect-pads.js +6 -6
  403. package/dist/generated/gstbase/constants.d.ts +6 -0
  404. package/dist/generated/gstbase/constants.js +6 -0
  405. package/dist/generated/gstbase/flow-combiner.js +2 -2
  406. package/dist/generated/gstbase/functions.js +11 -11
  407. package/dist/generated/gstbase/index.d.ts +1 -0
  408. package/dist/generated/gstbase/index.js +1 -0
  409. package/dist/generated/gtk/about-dialog.js +3 -2
  410. package/dist/generated/gtk/accessible.js +4 -4
  411. package/dist/generated/gtk/actionable.js +2 -2
  412. package/dist/generated/gtk/app-chooser-button.js +3 -2
  413. package/dist/generated/gtk/app-chooser-dialog.js +3 -2
  414. package/dist/generated/gtk/app-chooser-widget.js +2 -2
  415. package/dist/generated/gtk/app-chooser.js +3 -2
  416. package/dist/generated/gtk/application-window.d.ts +308 -0
  417. package/dist/generated/gtk/application-window.js +659 -1
  418. package/dist/generated/gtk/assistant.js +3 -2
  419. package/dist/generated/gtk/atcontext.js +3 -2
  420. package/dist/generated/gtk/bitset.js +3 -3
  421. package/dist/generated/gtk/bookmark-list.d.ts +61 -0
  422. package/dist/generated/gtk/bookmark-list.js +108 -0
  423. package/dist/generated/gtk/border.js +2 -2
  424. package/dist/generated/gtk/builder-list-item-factory.js +4 -3
  425. package/dist/generated/gtk/builder.js +4 -3
  426. package/dist/generated/gtk/button.js +2 -2
  427. package/dist/generated/gtk/calendar.js +2 -2
  428. package/dist/generated/gtk/cell-area.js +3 -2
  429. package/dist/generated/gtk/cell-renderer.js +3 -2
  430. package/dist/generated/gtk/cell-view.js +4 -3
  431. package/dist/generated/gtk/check-button.js +2 -2
  432. package/dist/generated/gtk/color-dialog-button.js +2 -2
  433. package/dist/generated/gtk/color-dialog.js +2 -2
  434. package/dist/generated/gtk/column-view.js +5 -3
  435. package/dist/generated/gtk/combo-box.js +3 -2
  436. package/dist/generated/gtk/constant-expression.js +2 -2
  437. package/dist/generated/gtk/constants.d.ts +401 -0
  438. package/dist/generated/gtk/constants.js +401 -0
  439. package/dist/generated/gtk/constraint-layout.js +4 -3
  440. package/dist/generated/gtk/constraint.js +4 -3
  441. package/dist/generated/gtk/css-section.js +6 -5
  442. package/dist/generated/gtk/directory-list.d.ts +61 -0
  443. package/dist/generated/gtk/directory-list.js +112 -3
  444. package/dist/generated/gtk/drop-down.js +3 -2
  445. package/dist/generated/gtk/drop-target-async.js +2 -2
  446. package/dist/generated/gtk/drop-target.js +3 -3
  447. package/dist/generated/gtk/editable-label.js +3 -2
  448. package/dist/generated/gtk/editable.js +2 -2
  449. package/dist/generated/gtk/entry-completion.js +3 -2
  450. package/dist/generated/gtk/entry.js +9 -6
  451. package/dist/generated/gtk/expression-watch.js +2 -2
  452. package/dist/generated/gtk/expression.js +3 -3
  453. package/dist/generated/gtk/file-chooser-dialog.js +7 -6
  454. package/dist/generated/gtk/file-chooser-native.js +7 -6
  455. package/dist/generated/gtk/file-chooser-widget.js +7 -6
  456. package/dist/generated/gtk/file-chooser.js +7 -6
  457. package/dist/generated/gtk/file-dialog.js +13 -12
  458. package/dist/generated/gtk/file-filter.js +2 -2
  459. package/dist/generated/gtk/file-launcher.js +3 -2
  460. package/dist/generated/gtk/filter-list-model.d.ts +61 -0
  461. package/dist/generated/gtk/filter-list-model.js +111 -2
  462. package/dist/generated/gtk/fixed-layout-child.js +2 -2
  463. package/dist/generated/gtk/fixed.js +2 -2
  464. package/dist/generated/gtk/flatten-list-model.d.ts +61 -0
  465. package/dist/generated/gtk/flatten-list-model.js +112 -3
  466. package/dist/generated/gtk/font-button.js +2 -2
  467. package/dist/generated/gtk/font-chooser-dialog.js +2 -2
  468. package/dist/generated/gtk/font-chooser-widget.js +2 -2
  469. package/dist/generated/gtk/font-chooser.js +2 -2
  470. package/dist/generated/gtk/font-dialog-button.js +3 -3
  471. package/dist/generated/gtk/font-dialog.js +3 -3
  472. package/dist/generated/gtk/functions.js +5 -4
  473. package/dist/generated/gtk/gesture-single.js +2 -2
  474. package/dist/generated/gtk/gesture.js +2 -2
  475. package/dist/generated/gtk/glarea.js +2 -2
  476. package/dist/generated/gtk/grid-view.js +3 -2
  477. package/dist/generated/gtk/icon-paintable.d.ts +120 -0
  478. package/dist/generated/gtk/icon-paintable.js +222 -2
  479. package/dist/generated/gtk/icon-view.js +13 -11
  480. package/dist/generated/gtk/image.js +5 -3
  481. package/dist/generated/gtk/imcontext.js +2 -2
  482. package/dist/generated/gtk/index.d.ts +1 -0
  483. package/dist/generated/gtk/index.js +1 -0
  484. package/dist/generated/gtk/inscription.js +2 -2
  485. package/dist/generated/gtk/label.js +3 -3
  486. package/dist/generated/gtk/list-box-row.js +2 -2
  487. package/dist/generated/gtk/list-store.js +4 -3
  488. package/dist/generated/gtk/list-view.js +3 -2
  489. package/dist/generated/gtk/map-list-model.d.ts +61 -0
  490. package/dist/generated/gtk/map-list-model.js +111 -2
  491. package/dist/generated/gtk/media-file.js +3 -2
  492. package/dist/generated/gtk/media-stream.d.ts +120 -0
  493. package/dist/generated/gtk/media-stream.js +221 -2
  494. package/dist/generated/gtk/multi-filter.d.ts +61 -0
  495. package/dist/generated/gtk/multi-filter.js +108 -0
  496. package/dist/generated/gtk/multi-selection.d.ts +61 -0
  497. package/dist/generated/gtk/multi-selection.js +113 -4
  498. package/dist/generated/gtk/multi-sorter.d.ts +61 -0
  499. package/dist/generated/gtk/multi-sorter.js +108 -0
  500. package/dist/generated/gtk/no-selection.d.ts +61 -0
  501. package/dist/generated/gtk/no-selection.js +113 -4
  502. package/dist/generated/gtk/notebook.js +3 -2
  503. package/dist/generated/gtk/page-setup.js +33 -3
  504. package/dist/generated/gtk/paper-size.js +3 -3
  505. package/dist/generated/gtk/password-entry.js +3 -2
  506. package/dist/generated/gtk/picture.js +5 -3
  507. package/dist/generated/gtk/print-context.js +2 -2
  508. package/dist/generated/gtk/print-dialog.js +2 -2
  509. package/dist/generated/gtk/print-job.js +2 -2
  510. package/dist/generated/gtk/print-settings.js +33 -3
  511. package/dist/generated/gtk/print-setup.js +2 -2
  512. package/dist/generated/gtk/recent-info.js +9 -8
  513. package/dist/generated/gtk/recent-manager.js +2 -2
  514. package/dist/generated/gtk/requisition.js +2 -2
  515. package/dist/generated/gtk/scroll-info.js +2 -2
  516. package/dist/generated/gtk/search-entry.js +3 -2
  517. package/dist/generated/gtk/selection-filter-model.d.ts +61 -0
  518. package/dist/generated/gtk/selection-filter-model.js +111 -2
  519. package/dist/generated/gtk/selection-model.js +3 -3
  520. package/dist/generated/gtk/shortcut-controller.d.ts +61 -0
  521. package/dist/generated/gtk/shortcut-controller.js +108 -0
  522. package/dist/generated/gtk/shortcut.js +2 -2
  523. package/dist/generated/gtk/single-selection.d.ts +61 -0
  524. package/dist/generated/gtk/single-selection.js +113 -4
  525. package/dist/generated/gtk/slice-list-model.d.ts +61 -0
  526. package/dist/generated/gtk/slice-list-model.js +111 -2
  527. package/dist/generated/gtk/snapshot.js +3 -3
  528. package/dist/generated/gtk/sort-list-model.d.ts +61 -0
  529. package/dist/generated/gtk/sort-list-model.js +111 -2
  530. package/dist/generated/gtk/spin-button.js +3 -2
  531. package/dist/generated/gtk/stack-page.js +5 -4
  532. package/dist/generated/gtk/stack.js +3 -2
  533. package/dist/generated/gtk/string-list.d.ts +61 -0
  534. package/dist/generated/gtk/string-list.js +108 -0
  535. package/dist/generated/gtk/switch.js +2 -2
  536. package/dist/generated/gtk/text-iter.js +5 -4
  537. package/dist/generated/gtk/text-view.js +2 -2
  538. package/dist/generated/gtk/text.js +5 -4
  539. package/dist/generated/gtk/tree-iter.js +2 -2
  540. package/dist/generated/gtk/tree-list-model.d.ts +61 -0
  541. package/dist/generated/gtk/tree-list-model.js +111 -2
  542. package/dist/generated/gtk/tree-list-row.js +3 -2
  543. package/dist/generated/gtk/tree-model-filter.js +7 -6
  544. package/dist/generated/gtk/tree-model-sort.js +7 -6
  545. package/dist/generated/gtk/tree-model.js +3 -3
  546. package/dist/generated/gtk/tree-path.js +2 -2
  547. package/dist/generated/gtk/tree-row-reference.js +5 -4
  548. package/dist/generated/gtk/tree-store.js +4 -3
  549. package/dist/generated/gtk/tree-view.js +15 -12
  550. package/dist/generated/gtk/video.js +3 -2
  551. package/dist/generated/gtk/widget-paintable.d.ts +121 -0
  552. package/dist/generated/gtk/widget-paintable.js +220 -1
  553. package/dist/generated/gtk/widget.js +13 -9
  554. package/dist/generated/gtksource/annotation.js +3 -2
  555. package/dist/generated/gtksource/buffer.js +5 -5
  556. package/dist/generated/gtksource/completion-context.d.ts +61 -0
  557. package/dist/generated/gtksource/completion-context.js +111 -3
  558. package/dist/generated/gtksource/completion-provider.js +4 -3
  559. package/dist/generated/gtksource/completion-snippets.js +4 -3
  560. package/dist/generated/gtksource/completion-words.js +4 -3
  561. package/dist/generated/gtksource/constants.d.ts +18 -0
  562. package/dist/generated/gtksource/constants.js +18 -0
  563. package/dist/generated/gtksource/encoding.js +2 -2
  564. package/dist/generated/gtksource/file-loader.js +4 -3
  565. package/dist/generated/gtksource/file-saver.js +4 -3
  566. package/dist/generated/gtksource/file.js +4 -3
  567. package/dist/generated/gtksource/functions.js +4 -4
  568. package/dist/generated/gtksource/gutter-renderer-pixbuf.js +5 -3
  569. package/dist/generated/gtksource/indenter.js +2 -2
  570. package/dist/generated/gtksource/index.d.ts +1 -0
  571. package/dist/generated/gtksource/index.js +1 -0
  572. package/dist/generated/gtksource/mark-attributes.js +5 -3
  573. package/dist/generated/gtksource/search-context.js +2 -2
  574. package/dist/generated/gtksource/snippet-manager.js +4 -3
  575. package/dist/generated/gtksource/snippet.js +16 -1
  576. package/dist/generated/gtksource/space-drawer.js +2 -2
  577. package/dist/generated/gtksource/style-scheme-preview.d.ts +57 -0
  578. package/dist/generated/gtksource/style-scheme-preview.js +119 -1
  579. package/dist/generated/gtksource/view.js +3 -2
  580. package/dist/generated/harfbuzz/constants.d.ts +49 -0
  581. package/dist/generated/harfbuzz/constants.js +49 -0
  582. package/dist/generated/harfbuzz/functions.js +56 -56
  583. package/dist/generated/harfbuzz/index.d.ts +1 -0
  584. package/dist/generated/harfbuzz/index.js +1 -0
  585. package/dist/generated/javascriptcore/constants.d.ts +42 -0
  586. package/dist/generated/javascriptcore/constants.js +42 -0
  587. package/dist/generated/javascriptcore/functions.js +2 -2
  588. package/dist/generated/javascriptcore/index.d.ts +1 -0
  589. package/dist/generated/javascriptcore/index.js +1 -0
  590. package/dist/generated/javascriptcore/value.js +2 -2
  591. package/dist/generated/json/array.js +6 -6
  592. package/dist/generated/json/builder.js +2 -2
  593. package/dist/generated/json/constants.d.ts +13 -0
  594. package/dist/generated/json/constants.js +13 -0
  595. package/dist/generated/json/functions.js +7 -7
  596. package/dist/generated/json/generator.js +3 -3
  597. package/dist/generated/json/index.d.ts +1 -0
  598. package/dist/generated/json/index.js +1 -0
  599. package/dist/generated/json/node.js +16 -16
  600. package/dist/generated/json/object.js +6 -6
  601. package/dist/generated/json/parser.js +3 -3
  602. package/dist/generated/json/path.js +2 -2
  603. package/dist/generated/json/reader.js +4 -4
  604. package/dist/generated/json/serializable.js +3 -3
  605. package/dist/generated/pango/attr-iterator.js +4 -4
  606. package/dist/generated/pango/attr-list.js +5 -5
  607. package/dist/generated/pango/attribute.js +2 -2
  608. package/dist/generated/pango/color.js +2 -2
  609. package/dist/generated/pango/constants.d.ts +63 -0
  610. package/dist/generated/pango/constants.js +63 -0
  611. package/dist/generated/pango/context.js +5 -5
  612. package/dist/generated/pango/font-description.js +3 -3
  613. package/dist/generated/pango/font-face.js +2 -2
  614. package/dist/generated/pango/font-family.d.ts +61 -0
  615. package/dist/generated/pango/font-family.js +108 -0
  616. package/dist/generated/pango/font-map.d.ts +61 -0
  617. package/dist/generated/pango/font-map.js +108 -0
  618. package/dist/generated/pango/font-metrics.js +2 -2
  619. package/dist/generated/pango/font.js +5 -5
  620. package/dist/generated/pango/fontset.js +2 -2
  621. package/dist/generated/pango/functions.js +50 -50
  622. package/dist/generated/pango/glyph-item-iter.js +2 -2
  623. package/dist/generated/pango/glyph-item.js +3 -3
  624. package/dist/generated/pango/glyph-string.js +2 -2
  625. package/dist/generated/pango/index.d.ts +1 -0
  626. package/dist/generated/pango/index.js +1 -0
  627. package/dist/generated/pango/item.js +3 -3
  628. package/dist/generated/pango/layout-iter.js +4 -4
  629. package/dist/generated/pango/layout-line.js +2 -2
  630. package/dist/generated/pango/layout.js +8 -8
  631. package/dist/generated/pango/matrix.js +4 -4
  632. package/dist/generated/pango/renderer.js +4 -4
  633. package/dist/generated/pango/tab-array.js +2 -2
  634. package/dist/generated/pangocairo/font.js +2 -2
  635. package/dist/generated/pangocairo/functions.js +2 -2
  636. package/dist/generated/secret/constants.d.ts +22 -0
  637. package/dist/generated/secret/constants.js +22 -0
  638. package/dist/generated/secret/functions.js +4 -3
  639. package/dist/generated/secret/index.d.ts +1 -0
  640. package/dist/generated/secret/index.js +1 -0
  641. package/dist/generated/secret/item.js +5 -5
  642. package/dist/generated/secret/prompt.js +3 -3
  643. package/dist/generated/secret/retrievable.js +4 -4
  644. package/dist/generated/secret/schema.js +2 -2
  645. package/dist/generated/secret/service.js +6 -6
  646. package/dist/generated/secret/value.js +2 -2
  647. package/dist/generated/soup/constants.d.ts +74 -0
  648. package/dist/generated/soup/constants.js +74 -0
  649. package/dist/generated/soup/content-sniffer.js +2 -2
  650. package/dist/generated/soup/cookie.js +3 -3
  651. package/dist/generated/soup/functions.js +11 -11
  652. package/dist/generated/soup/hstspolicy.js +3 -3
  653. package/dist/generated/soup/index.d.ts +1 -0
  654. package/dist/generated/soup/index.js +1 -0
  655. package/dist/generated/soup/message-body.js +4 -4
  656. package/dist/generated/soup/message-headers.js +4 -4
  657. package/dist/generated/soup/message-metrics.js +2 -2
  658. package/dist/generated/soup/message.js +7 -7
  659. package/dist/generated/soup/multipart-input-stream.d.ts +61 -0
  660. package/dist/generated/soup/multipart-input-stream.js +135 -2
  661. package/dist/generated/soup/multipart.js +4 -4
  662. package/dist/generated/soup/server-message.js +6 -6
  663. package/dist/generated/soup/session.js +9 -7
  664. package/dist/generated/soup/websocket-connection.js +2 -2
  665. package/dist/generated/soup/websocket-extension.js +3 -3
  666. package/dist/generated/vte/constants.d.ts +145 -0
  667. package/dist/generated/vte/constants.js +145 -0
  668. package/dist/generated/vte/index.d.ts +1 -0
  669. package/dist/generated/vte/index.js +1 -0
  670. package/dist/generated/vte/pty.d.ts +42 -0
  671. package/dist/generated/vte/pty.js +85 -0
  672. package/dist/generated/vte/regex.js +3 -3
  673. package/dist/generated/vte/terminal.d.ts +83 -0
  674. package/dist/generated/vte/terminal.js +226 -14
  675. package/dist/generated/vte/uuid.js +3 -3
  676. package/dist/generated/webkit/application-info.js +2 -2
  677. package/dist/generated/webkit/authentication-request.js +3 -3
  678. package/dist/generated/webkit/automation-session.js +2 -2
  679. package/dist/generated/webkit/constants.d.ts +92 -0
  680. package/dist/generated/webkit/constants.js +92 -0
  681. package/dist/generated/webkit/context-menu-item.js +3 -2
  682. package/dist/generated/webkit/context-menu.js +2 -2
  683. package/dist/generated/webkit/credential.js +2 -2
  684. package/dist/generated/webkit/feature-list.js +3 -3
  685. package/dist/generated/webkit/feature.js +2 -2
  686. package/dist/generated/webkit/form-submission-request.js +3 -3
  687. package/dist/generated/webkit/geolocation-position.js +2 -2
  688. package/dist/generated/webkit/index.d.ts +1 -0
  689. package/dist/generated/webkit/index.js +1 -0
  690. package/dist/generated/webkit/input-method-underline.js +2 -2
  691. package/dist/generated/webkit/itpfirst-party.js +3 -3
  692. package/dist/generated/webkit/itpthird-party.js +2 -2
  693. package/dist/generated/webkit/memory-pressure-settings.js +2 -2
  694. package/dist/generated/webkit/navigation-action.js +2 -2
  695. package/dist/generated/webkit/navigation-policy-decision.js +2 -2
  696. package/dist/generated/webkit/network-proxy-settings.js +2 -2
  697. package/dist/generated/webkit/option-menu-item.js +2 -2
  698. package/dist/generated/webkit/option-menu.js +2 -2
  699. package/dist/generated/webkit/permission-state-query.js +3 -3
  700. package/dist/generated/webkit/script-dialog.js +2 -2
  701. package/dist/generated/webkit/script-message-reply.js +2 -2
  702. package/dist/generated/webkit/security-origin.js +2 -2
  703. package/dist/generated/webkit/urirequest.js +2 -2
  704. package/dist/generated/webkit/uriresponse.js +2 -2
  705. package/dist/generated/webkit/urischeme-request.js +2 -2
  706. package/dist/generated/webkit/user-content-filter-store.js +4 -4
  707. package/dist/generated/webkit/user-content-filter.js +2 -2
  708. package/dist/generated/webkit/user-message.js +2 -2
  709. package/dist/generated/webkit/user-script.js +2 -2
  710. package/dist/generated/webkit/user-style-sheet.js +2 -2
  711. package/dist/generated/webkit/web-extension-match-pattern.js +2 -2
  712. package/dist/generated/webkit/web-view-session-state.js +3 -3
  713. package/dist/generated/webkit/web-view.js +2 -2
  714. package/dist/generated/webkit/website-data.js +2 -2
  715. package/dist/generated/webkitwebprocessextension/console-message.js +2 -2
  716. package/dist/generated/webkitwebprocessextension/context-menu-item.js +3 -2
  717. package/dist/generated/webkitwebprocessextension/context-menu.js +2 -2
  718. package/dist/generated/webkitwebprocessextension/urirequest.js +2 -2
  719. package/dist/generated/webkitwebprocessextension/uriresponse.js +2 -2
  720. package/dist/generated/webkitwebprocessextension/user-message.js +2 -2
  721. package/dist/gl/gl.js +3 -2
  722. package/dist/native.d.ts +16 -5
  723. package/dist/native.js +45 -11
  724. package/package.json +3 -3
@@ -0,0 +1,1024 @@
1
+ /**
2
+ * The value returned by handlers of the signals generated by
3
+ * the `gdbus-codegen` tool to indicate that a method call has been
4
+ * handled by an implementation. It is equal to %TRUE, but using
5
+ * this macro is sometimes more readable.
6
+ *
7
+ * In code that needs to be backwards-compatible with older GLib,
8
+ * use %TRUE instead, often written like this:
9
+ *
10
+ * |[
11
+ * g_dbus_method_invocation_return_error (invocation, ...);
12
+ * return TRUE; // handled
13
+ * ]|
14
+ */
15
+ export const DBUS_METHOD_INVOCATION_HANDLED = true;
16
+ /**
17
+ * The value returned by handlers of the signals generated by
18
+ * the `gdbus-codegen` tool to indicate that a method call has not been
19
+ * handled by an implementation. It is equal to %FALSE, but using
20
+ * this macro is sometimes more readable.
21
+ *
22
+ * In code that needs to be backwards-compatible with older GLib,
23
+ * use %FALSE instead.
24
+ */
25
+ export const DBUS_METHOD_INVOCATION_UNHANDLED = false;
26
+ /**
27
+ * Extension point for debug control functionality.
28
+ * See Extending GIO.
29
+ */
30
+ export const DEBUG_CONTROLLER_EXTENSION_POINT_NAME = "gio-debug-controller";
31
+ /** The string used to obtain a Unix device path with g_drive_get_identifier(). */
32
+ export const DRIVE_IDENTIFIER_KIND_UNIX_DEVICE = "unix-device";
33
+ /**
34
+ * A key in the "access" namespace for checking deletion privileges.
35
+ *
36
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
37
+ *
38
+ * This attribute will be %TRUE if the user is able to delete the file.
39
+ */
40
+ export const FILE_ATTRIBUTE_ACCESS_CAN_DELETE = "access::can-delete";
41
+ /**
42
+ * A key in the "access" namespace for getting execution privileges.
43
+ *
44
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
45
+ *
46
+ * This attribute will be %TRUE if the user is able to execute the file.
47
+ */
48
+ export const FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE = "access::can-execute";
49
+ /**
50
+ * A key in the "access" namespace for getting read privileges.
51
+ *
52
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
53
+ *
54
+ * This attribute will be %TRUE if the user is able to read the file.
55
+ */
56
+ export const FILE_ATTRIBUTE_ACCESS_CAN_READ = "access::can-read";
57
+ /**
58
+ * A key in the "access" namespace for checking renaming privileges.
59
+ *
60
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
61
+ *
62
+ * This attribute will be %TRUE if the user is able to rename the file.
63
+ */
64
+ export const FILE_ATTRIBUTE_ACCESS_CAN_RENAME = "access::can-rename";
65
+ /**
66
+ * A key in the "access" namespace for checking trashing privileges.
67
+ *
68
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
69
+ *
70
+ * This attribute will be %TRUE if the user is able to move the file to
71
+ * the trash.
72
+ */
73
+ export const FILE_ATTRIBUTE_ACCESS_CAN_TRASH = "access::can-trash";
74
+ /**
75
+ * A key in the "access" namespace for getting write privileges.
76
+ *
77
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
78
+ *
79
+ * This attribute will be %TRUE if the user is able to write to the file.
80
+ */
81
+ export const FILE_ATTRIBUTE_ACCESS_CAN_WRITE = "access::can-write";
82
+ /**
83
+ * A key in the "dos" namespace for checking if the file's archive flag
84
+ * is set.
85
+ *
86
+ * This attribute is %TRUE if the archive flag is set.
87
+ *
88
+ * This attribute is only available for DOS file systems.
89
+ *
90
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
91
+ */
92
+ export const FILE_ATTRIBUTE_DOS_IS_ARCHIVE = "dos::is-archive";
93
+ /**
94
+ * A key in the "dos" namespace for checking if the file is a NTFS mount point
95
+ * (a volume mount or a junction point).
96
+ *
97
+ * This attribute is %TRUE if file is a reparse point of type
98
+ * [IO_REPARSE_TAG_MOUNT_POINT](https://msdn.microsoft.com/en-us/library/dd541667.aspx).
99
+ *
100
+ * This attribute is only available for DOS file systems.
101
+ *
102
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
103
+ */
104
+ export const FILE_ATTRIBUTE_DOS_IS_MOUNTPOINT = "dos::is-mountpoint";
105
+ /**
106
+ * A key in the "dos" namespace for checking if the file's backup flag
107
+ * is set.
108
+ *
109
+ * This attribute is %TRUE if the backup flag is set.
110
+ *
111
+ * This attribute is only available for DOS file systems.
112
+ *
113
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
114
+ */
115
+ export const FILE_ATTRIBUTE_DOS_IS_SYSTEM = "dos::is-system";
116
+ /**
117
+ * A key in the "dos" namespace for getting the file NTFS reparse tag.
118
+ *
119
+ * This value is 0 for files that are not reparse points.
120
+ *
121
+ * See the [Reparse Tags](https://msdn.microsoft.com/en-us/library/dd541667.aspx)
122
+ * page for possible reparse tag values.
123
+ *
124
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
125
+ */
126
+ export const FILE_ATTRIBUTE_DOS_REPARSE_POINT_TAG = "dos::reparse-point-tag";
127
+ /**
128
+ * A key in the "etag" namespace for getting the value of the file's
129
+ * entity tag.
130
+ *
131
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
132
+ */
133
+ export const FILE_ATTRIBUTE_ETAG_VALUE = "etag::value";
134
+ /**
135
+ * A key in the "filesystem" namespace for getting the number of bytes
136
+ * of free space left on the file system.
137
+ *
138
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
139
+ */
140
+ export const FILE_ATTRIBUTE_FILESYSTEM_FREE = "filesystem::free";
141
+ /**
142
+ * A key in the "filesystem" namespace for checking if the file system
143
+ * is read only.
144
+ *
145
+ * Is set to %TRUE if the file system is read only.
146
+ *
147
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
148
+ */
149
+ export const FILE_ATTRIBUTE_FILESYSTEM_READONLY = "filesystem::readonly";
150
+ /**
151
+ * A key in the "filesystem" namespace for checking if the file system
152
+ * is remote.
153
+ *
154
+ * Is set to %TRUE if the file system is remote.
155
+ *
156
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
157
+ */
158
+ export const FILE_ATTRIBUTE_FILESYSTEM_REMOTE = "filesystem::remote";
159
+ /**
160
+ * A key in the "filesystem" namespace for getting the total size (in
161
+ * bytes) of the file system, used in g_file_query_filesystem_info().
162
+ *
163
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
164
+ */
165
+ export const FILE_ATTRIBUTE_FILESYSTEM_SIZE = "filesystem::size";
166
+ /**
167
+ * A key in the "filesystem" namespace for getting the file system's type.
168
+ *
169
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
170
+ */
171
+ export const FILE_ATTRIBUTE_FILESYSTEM_TYPE = "filesystem::type";
172
+ /**
173
+ * A key in the "filesystem" namespace for getting the number of bytes
174
+ * used by data on the file system.
175
+ *
176
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
177
+ */
178
+ export const FILE_ATTRIBUTE_FILESYSTEM_USED = "filesystem::used";
179
+ /**
180
+ * A key in the "filesystem" namespace for hinting a file manager
181
+ * application whether it should preview (e.g. thumbnail) files on the
182
+ * file system.
183
+ *
184
+ * The value for this key contain a #GFilesystemPreviewType.
185
+ */
186
+ export const FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW = "filesystem::use-preview";
187
+ /**
188
+ * A key in the "gvfs" namespace that gets the name of the current
189
+ * GVFS backend in use.
190
+ *
191
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
192
+ */
193
+ export const FILE_ATTRIBUTE_GVFS_BACKEND = "gvfs::backend";
194
+ /**
195
+ * A key in the "id" namespace for getting a file identifier.
196
+ *
197
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
198
+ *
199
+ * An example use would be during listing files, to avoid recursive
200
+ * directory scanning.
201
+ */
202
+ export const FILE_ATTRIBUTE_ID_FILE = "id::file";
203
+ /**
204
+ * A key in the "id" namespace for getting the file system identifier.
205
+ *
206
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
207
+ *
208
+ * An example use would be during drag and drop to see if the source
209
+ * and target are on the same filesystem (default to move) or not (default
210
+ * to copy).
211
+ */
212
+ export const FILE_ATTRIBUTE_ID_FILESYSTEM = "id::filesystem";
213
+ /**
214
+ * A key in the "mountable" namespace for checking if a file (of
215
+ * type G_FILE_TYPE_MOUNTABLE) can be ejected.
216
+ *
217
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
218
+ */
219
+ export const FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT = "mountable::can-eject";
220
+ /**
221
+ * A key in the "mountable" namespace for checking if a file (of
222
+ * type G_FILE_TYPE_MOUNTABLE) is mountable.
223
+ *
224
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
225
+ */
226
+ export const FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT = "mountable::can-mount";
227
+ /**
228
+ * A key in the "mountable" namespace for checking if a file (of
229
+ * type G_FILE_TYPE_MOUNTABLE) can be polled.
230
+ *
231
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
232
+ */
233
+ export const FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL = "mountable::can-poll";
234
+ /**
235
+ * A key in the "mountable" namespace for checking if a file (of
236
+ * type G_FILE_TYPE_MOUNTABLE) can be started.
237
+ *
238
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
239
+ */
240
+ export const FILE_ATTRIBUTE_MOUNTABLE_CAN_START = "mountable::can-start";
241
+ /**
242
+ * A key in the "mountable" namespace for checking if a file (of
243
+ * type G_FILE_TYPE_MOUNTABLE) can be started degraded.
244
+ *
245
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
246
+ */
247
+ export const FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED = "mountable::can-start-degraded";
248
+ /**
249
+ * A key in the "mountable" namespace for checking if a file (of
250
+ * type G_FILE_TYPE_MOUNTABLE) can be stopped.
251
+ *
252
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
253
+ */
254
+ export const FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP = "mountable::can-stop";
255
+ /**
256
+ * A key in the "mountable" namespace for checking if a file (of
257
+ * type G_FILE_TYPE_MOUNTABLE) is unmountable.
258
+ *
259
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
260
+ */
261
+ export const FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT = "mountable::can-unmount";
262
+ /**
263
+ * A key in the "mountable" namespace for getting the HAL UDI for the mountable
264
+ * file.
265
+ *
266
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
267
+ */
268
+ export const FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI = "mountable::hal-udi";
269
+ /**
270
+ * A key in the "mountable" namespace for checking if a file (of
271
+ * type G_FILE_TYPE_MOUNTABLE) is automatically polled for media.
272
+ *
273
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
274
+ */
275
+ export const FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC = "mountable::is-media-check-automatic";
276
+ /**
277
+ * A key in the "mountable" namespace for getting the #GDriveStartStopType.
278
+ *
279
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
280
+ */
281
+ export const FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE = "mountable::start-stop-type";
282
+ /**
283
+ * A key in the "mountable" namespace for getting the unix device.
284
+ *
285
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
286
+ */
287
+ export const FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE = "mountable::unix-device";
288
+ /**
289
+ * A key in the "mountable" namespace for getting the unix device file.
290
+ *
291
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
292
+ */
293
+ export const FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE = "mountable::unix-device-file";
294
+ /**
295
+ * A key in the "owner" namespace for getting the file owner's group.
296
+ *
297
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
298
+ */
299
+ export const FILE_ATTRIBUTE_OWNER_GROUP = "owner::group";
300
+ /**
301
+ * A key in the "owner" namespace for getting the user name of the
302
+ * file's owner.
303
+ *
304
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
305
+ */
306
+ export const FILE_ATTRIBUTE_OWNER_USER = "owner::user";
307
+ /**
308
+ * A key in the "owner" namespace for getting the real name of the
309
+ * user that owns the file.
310
+ *
311
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
312
+ */
313
+ export const FILE_ATTRIBUTE_OWNER_USER_REAL = "owner::user-real";
314
+ /**
315
+ * A key in the "preview" namespace for getting a #GIcon that can be
316
+ * used to get preview of the file.
317
+ *
318
+ * For example, it may be a low resolution thumbnail without metadata.
319
+ *
320
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_OBJECT.
321
+ *
322
+ * The value for this key should contain a #GIcon.
323
+ */
324
+ export const FILE_ATTRIBUTE_PREVIEW_ICON = "preview::icon";
325
+ /**
326
+ * A key in the "recent" namespace for getting time, when the metadata for the
327
+ * file in `recent:///` was last changed.
328
+ *
329
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_INT64.
330
+ */
331
+ export const FILE_ATTRIBUTE_RECENT_MODIFIED = "recent::modified";
332
+ /**
333
+ * A key in the "selinux" namespace for getting the file's SELinux
334
+ * context.
335
+ *
336
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
337
+ *
338
+ * Note that this attribute is only available if GLib has been built
339
+ * with SELinux support.
340
+ */
341
+ export const FILE_ATTRIBUTE_SELINUX_CONTEXT = "selinux::context";
342
+ /**
343
+ * A key in the "standard" namespace for getting the amount of disk space
344
+ * that is consumed by the file (in bytes).
345
+ *
346
+ * This will generally be larger than the file size (due to block size
347
+ * overhead) but can occasionally be smaller (for example, for sparse files).
348
+ *
349
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
350
+ */
351
+ export const FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE = "standard::allocated-size";
352
+ /**
353
+ * A key in the "standard" namespace for getting the content type of the file.
354
+ *
355
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
356
+ *
357
+ * The value for this key should contain a valid content type.
358
+ */
359
+ export const FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE = "standard::content-type";
360
+ /**
361
+ * A key in the "standard" namespace for getting the copy name of the file.
362
+ *
363
+ * The copy name is an optional version of the name. If available it's always
364
+ * in UTF8, and corresponds directly to the original filename (only transcoded to
365
+ * UTF8). This is useful if you want to copy the file to another filesystem that
366
+ * might have a different encoding. If the filename is not a valid string in the
367
+ * encoding selected for the filesystem it is in then the copy name will not be set.
368
+ *
369
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
370
+ */
371
+ export const FILE_ATTRIBUTE_STANDARD_COPY_NAME = "standard::copy-name";
372
+ /**
373
+ * A key in the "standard" namespace for getting the description of the file.
374
+ *
375
+ * The description is a utf8 string that describes the file, generally containing
376
+ * the filename, but can also contain further information. Example descriptions
377
+ * could be "filename (on hostname)" for a remote file or "filename (in trash)"
378
+ * for a file in the trash. This is useful for instance as the window title
379
+ * when displaying a directory or for a bookmarks menu.
380
+ *
381
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
382
+ */
383
+ export const FILE_ATTRIBUTE_STANDARD_DESCRIPTION = "standard::description";
384
+ /**
385
+ * A key in the "standard" namespace for getting the display name of the file.
386
+ *
387
+ * A display name is guaranteed to be in UTF-8 and can thus be displayed in
388
+ * the UI. It is guaranteed to be set on every file.
389
+ *
390
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
391
+ */
392
+ export const FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME = "standard::display-name";
393
+ /**
394
+ * A key in the "standard" namespace for edit name of the file.
395
+ *
396
+ * An edit name is similar to the display name, but it is meant to be
397
+ * used when you want to rename the file in the UI. The display name
398
+ * might contain information you don't want in the new filename (such as
399
+ * "(invalid unicode)" if the filename was in an invalid encoding).
400
+ *
401
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
402
+ */
403
+ export const FILE_ATTRIBUTE_STANDARD_EDIT_NAME = "standard::edit-name";
404
+ /**
405
+ * A key in the "standard" namespace for getting the fast content type.
406
+ *
407
+ * The fast content type isn't as reliable as the regular one, as it
408
+ * only uses the filename to guess it, but it is faster to calculate than the
409
+ * regular content type.
410
+ *
411
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
412
+ */
413
+ export const FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE = "standard::fast-content-type";
414
+ /**
415
+ * A key in the "standard" namespace for getting the icon for the file.
416
+ *
417
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_OBJECT.
418
+ *
419
+ * The value for this key should contain a #GIcon.
420
+ */
421
+ export const FILE_ATTRIBUTE_STANDARD_ICON = "standard::icon";
422
+ /**
423
+ * A key in the "standard" namespace for checking if a file is a backup file.
424
+ *
425
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
426
+ */
427
+ export const FILE_ATTRIBUTE_STANDARD_IS_BACKUP = "standard::is-backup";
428
+ /**
429
+ * A key in the "standard" namespace for checking if a file is hidden.
430
+ *
431
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
432
+ */
433
+ export const FILE_ATTRIBUTE_STANDARD_IS_HIDDEN = "standard::is-hidden";
434
+ /**
435
+ * A key in the "standard" namespace for checking if the file is a symlink.
436
+ * Typically the actual type is something else, if we followed the symlink
437
+ * to get the type.
438
+ *
439
+ * On Windows NTFS mountpoints are considered to be symlinks as well.
440
+ *
441
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
442
+ */
443
+ export const FILE_ATTRIBUTE_STANDARD_IS_SYMLINK = "standard::is-symlink";
444
+ /**
445
+ * A key in the "standard" namespace for checking if a file is virtual.
446
+ *
447
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
448
+ */
449
+ export const FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL = "standard::is-virtual";
450
+ /**
451
+ * A key in the "standard" namespace for checking if a file is
452
+ * volatile. This is meant for opaque, non-POSIX-like backends to
453
+ * indicate that the URI is not persistent. Applications should look
454
+ * at %G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET for the persistent URI.
455
+ *
456
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
457
+ */
458
+ export const FILE_ATTRIBUTE_STANDARD_IS_VOLATILE = "standard::is-volatile";
459
+ /**
460
+ * A key in the "standard" namespace for getting the name of the file.
461
+ *
462
+ * The name is the on-disk filename which may not be in any known encoding,
463
+ * and can thus not be generally displayed as is. It is guaranteed to be set on
464
+ * every file.
465
+ *
466
+ * Use %G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME if you need to display the
467
+ * name in a user interface.
468
+ *
469
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
470
+ */
471
+ export const FILE_ATTRIBUTE_STANDARD_NAME = "standard::name";
472
+ /**
473
+ * A key in the "standard" namespace for getting the file's size (in bytes).
474
+ *
475
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
476
+ */
477
+ export const FILE_ATTRIBUTE_STANDARD_SIZE = "standard::size";
478
+ /**
479
+ * A key in the "standard" namespace for setting the sort order of a file.
480
+ *
481
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_INT32.
482
+ *
483
+ * An example use would be in file managers, which would use this key
484
+ * to set the order files are displayed. Files with smaller sort order
485
+ * should be sorted first, and files without sort order as if sort order
486
+ * was zero.
487
+ */
488
+ export const FILE_ATTRIBUTE_STANDARD_SORT_ORDER = "standard::sort-order";
489
+ /**
490
+ * A key in the "standard" namespace for getting the symbolic icon for the file.
491
+ *
492
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_OBJECT.
493
+ *
494
+ * The value for this key should contain a #GIcon.
495
+ */
496
+ export const FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON = "standard::symbolic-icon";
497
+ /**
498
+ * A key in the "standard" namespace for getting the symlink target, if the file
499
+ * is a symlink.
500
+ *
501
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
502
+ */
503
+ export const FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET = "standard::symlink-target";
504
+ /**
505
+ * A key in the "standard" namespace for getting the target URI for the file, in
506
+ * the case of %G_FILE_TYPE_SHORTCUT or %G_FILE_TYPE_MOUNTABLE files.
507
+ *
508
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
509
+ */
510
+ export const FILE_ATTRIBUTE_STANDARD_TARGET_URI = "standard::target-uri";
511
+ /**
512
+ * A key in the "standard" namespace for storing file types.
513
+ *
514
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
515
+ *
516
+ * The value for this key should contain a #GFileType.
517
+ */
518
+ export const FILE_ATTRIBUTE_STANDARD_TYPE = "standard::type";
519
+ /**
520
+ * A key in the "thumbnail" namespace for checking if thumbnailing failed.
521
+ *
522
+ * This attribute is %TRUE if thumbnailing failed.
523
+ *
524
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
525
+ */
526
+ export const FILE_ATTRIBUTE_THUMBNAILING_FAILED = "thumbnail::failed";
527
+ /**
528
+ * A key in the "thumbnail" namespace for checking if thumbnailing failed
529
+ * for the large image.
530
+ *
531
+ * This attribute is %TRUE if thumbnailing failed.
532
+ *
533
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
534
+ */
535
+ export const FILE_ATTRIBUTE_THUMBNAILING_FAILED_LARGE = "thumbnail::failed-large";
536
+ /**
537
+ * A key in the "thumbnail" namespace for checking if thumbnailing failed
538
+ * for the normal image.
539
+ *
540
+ * This attribute is %TRUE if thumbnailing failed.
541
+ *
542
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
543
+ */
544
+ export const FILE_ATTRIBUTE_THUMBNAILING_FAILED_NORMAL = "thumbnail::failed-normal";
545
+ /**
546
+ * A key in the "thumbnail" namespace for checking if thumbnailing failed
547
+ * for the x-large image.
548
+ *
549
+ * This attribute is %TRUE if thumbnailing failed.
550
+ *
551
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
552
+ */
553
+ export const FILE_ATTRIBUTE_THUMBNAILING_FAILED_XLARGE = "thumbnail::failed-xlarge";
554
+ /**
555
+ * A key in the "thumbnail" namespace for checking if thumbnailing failed
556
+ * for the xx-large image.
557
+ *
558
+ * This attribute is %TRUE if thumbnailing failed.
559
+ *
560
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
561
+ */
562
+ export const FILE_ATTRIBUTE_THUMBNAILING_FAILED_XXLARGE = "thumbnail::failed-xxlarge";
563
+ /**
564
+ * A key in the "thumbnail" namespace for checking whether the thumbnail is outdated.
565
+ *
566
+ * This attribute is %TRUE if the thumbnail is up-to-date with the file it represents,
567
+ * and %FALSE if the file has been modified since the thumbnail was generated.
568
+ *
569
+ * If %G_FILE_ATTRIBUTE_THUMBNAILING_FAILED is %TRUE and this attribute is %FALSE,
570
+ * it indicates that thumbnailing may be attempted again and may succeed.
571
+ *
572
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
573
+ */
574
+ export const FILE_ATTRIBUTE_THUMBNAIL_IS_VALID = "thumbnail::is-valid";
575
+ /**
576
+ * A key in the "thumbnail" namespace for checking whether the large
577
+ * thumbnail is outdated.
578
+ *
579
+ * This attribute is %TRUE if the large thumbnail is up-to-date with the file
580
+ * it represents, and %FALSE if the file has been modified since the thumbnail
581
+ * was generated.
582
+ *
583
+ * If %G_FILE_ATTRIBUTE_THUMBNAILING_FAILED_LARGE is %TRUE and this attribute
584
+ * is %FALSE, it indicates that thumbnailing may be attempted again and may
585
+ * succeed.
586
+ *
587
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
588
+ */
589
+ export const FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_LARGE = "thumbnail::is-valid-large";
590
+ /**
591
+ * A key in the "thumbnail" namespace for checking whether the normal
592
+ * thumbnail is outdated.
593
+ *
594
+ * This attribute is %TRUE if the normal thumbnail is up-to-date with the file
595
+ * it represents, and %FALSE if the file has been modified since the thumbnail
596
+ * was generated.
597
+ *
598
+ * If %G_FILE_ATTRIBUTE_THUMBNAILING_FAILED_NORMAL is %TRUE and this attribute
599
+ * is %FALSE, it indicates that thumbnailing may be attempted again and may
600
+ * succeed.
601
+ *
602
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
603
+ */
604
+ export const FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_NORMAL = "thumbnail::is-valid-normal";
605
+ /**
606
+ * A key in the "thumbnail" namespace for checking whether the x-large
607
+ * thumbnail is outdated.
608
+ *
609
+ * This attribute is %TRUE if the x-large thumbnail is up-to-date with the file
610
+ * it represents, and %FALSE if the file has been modified since the thumbnail
611
+ * was generated.
612
+ *
613
+ * If %G_FILE_ATTRIBUTE_THUMBNAILING_FAILED_XLARGE is %TRUE and this attribute
614
+ * is %FALSE, it indicates that thumbnailing may be attempted again and may
615
+ * succeed.
616
+ *
617
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
618
+ */
619
+ export const FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XLARGE = "thumbnail::is-valid-xlarge";
620
+ /**
621
+ * A key in the "thumbnail" namespace for checking whether the xx-large
622
+ * thumbnail is outdated.
623
+ *
624
+ * This attribute is %TRUE if the x-large thumbnail is up-to-date with the file
625
+ * it represents, and %FALSE if the file has been modified since the thumbnail
626
+ * was generated.
627
+ *
628
+ * If %G_FILE_ATTRIBUTE_THUMBNAILING_FAILED_XXLARGE is %TRUE and this attribute
629
+ * is %FALSE, it indicates that thumbnailing may be attempted again and may
630
+ * succeed.
631
+ *
632
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
633
+ */
634
+ export const FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XXLARGE = "thumbnail::is-valid-xxlarge";
635
+ /**
636
+ * A key in the "thumbnail" namespace for getting the path to the thumbnail
637
+ * image with the biggest size available.
638
+ *
639
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
640
+ */
641
+ export const FILE_ATTRIBUTE_THUMBNAIL_PATH = "thumbnail::path";
642
+ /**
643
+ * A key in the "thumbnail" namespace for getting the path to the large
644
+ * thumbnail image.
645
+ *
646
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
647
+ */
648
+ export const FILE_ATTRIBUTE_THUMBNAIL_PATH_LARGE = "thumbnail::path-large";
649
+ /**
650
+ * A key in the "thumbnail" namespace for getting the path to the normal
651
+ * thumbnail image.
652
+ *
653
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
654
+ */
655
+ export const FILE_ATTRIBUTE_THUMBNAIL_PATH_NORMAL = "thumbnail::path-normal";
656
+ /**
657
+ * A key in the "thumbnail" namespace for getting the path to the x-large
658
+ * thumbnail image.
659
+ *
660
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
661
+ */
662
+ export const FILE_ATTRIBUTE_THUMBNAIL_PATH_XLARGE = "thumbnail::path-xlarge";
663
+ /**
664
+ * A key in the "thumbnail" namespace for getting the path to the xx-large
665
+ * thumbnail image.
666
+ *
667
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
668
+ */
669
+ export const FILE_ATTRIBUTE_THUMBNAIL_PATH_XXLARGE = "thumbnail::path-xxlarge";
670
+ /**
671
+ * A key in the "time" namespace for getting the time the file was last
672
+ * accessed.
673
+ *
674
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64, and
675
+ * contains the time since the file was last accessed, in seconds since the
676
+ * UNIX epoch.
677
+ */
678
+ export const FILE_ATTRIBUTE_TIME_ACCESS = "time::access";
679
+ /**
680
+ * A key in the "time" namespace for getting the nanoseconds of the time
681
+ * the file was last accessed. This should be used in conjunction with
682
+ * #G_FILE_ATTRIBUTE_TIME_ACCESS. Corresponding #GFileAttributeType is
683
+ * %G_FILE_ATTRIBUTE_TYPE_UINT32.
684
+ */
685
+ export const FILE_ATTRIBUTE_TIME_ACCESS_NSEC = "time::access-nsec";
686
+ /**
687
+ * A key in the "time" namespace for getting the microseconds of the time
688
+ * the file was last accessed.
689
+ *
690
+ * This should be used in conjunction with %G_FILE_ATTRIBUTE_TIME_ACCESS.
691
+ *
692
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
693
+ */
694
+ export const FILE_ATTRIBUTE_TIME_ACCESS_USEC = "time::access-usec";
695
+ /**
696
+ * A key in the "time" namespace for getting the time the file was last
697
+ * changed.
698
+ *
699
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64,
700
+ * and contains the time since the file was last changed, in seconds since
701
+ * the UNIX epoch.
702
+ *
703
+ * This corresponds to the traditional UNIX ctime.
704
+ */
705
+ export const FILE_ATTRIBUTE_TIME_CHANGED = "time::changed";
706
+ /**
707
+ * A key in the "time" namespace for getting the nanoseconds of the time
708
+ * the file was last changed. This should be used in conjunction with
709
+ * #G_FILE_ATTRIBUTE_TIME_CHANGED. Corresponding #GFileAttributeType is
710
+ * %G_FILE_ATTRIBUTE_TYPE_UINT32.
711
+ */
712
+ export const FILE_ATTRIBUTE_TIME_CHANGED_NSEC = "time::changed-nsec";
713
+ /**
714
+ * A key in the "time" namespace for getting the microseconds of the time
715
+ * the file was last changed.
716
+ *
717
+ * This should be used in conjunction with %G_FILE_ATTRIBUTE_TIME_CHANGED.
718
+ *
719
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
720
+ */
721
+ export const FILE_ATTRIBUTE_TIME_CHANGED_USEC = "time::changed-usec";
722
+ /**
723
+ * A key in the "time" namespace for getting the time the file was created.
724
+ *
725
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64,
726
+ * and contains the time since the file was created, in seconds since the UNIX
727
+ * epoch.
728
+ *
729
+ * This may correspond to Linux `stx_btime`, FreeBSD `st_birthtim`, NetBSD
730
+ * `st_birthtime` or NTFS `ctime`.
731
+ */
732
+ export const FILE_ATTRIBUTE_TIME_CREATED = "time::created";
733
+ /**
734
+ * A key in the "time" namespace for getting the nanoseconds of the time
735
+ * the file was created. This should be used in conjunction with
736
+ * #G_FILE_ATTRIBUTE_TIME_CREATED. Corresponding #GFileAttributeType is
737
+ * %G_FILE_ATTRIBUTE_TYPE_UINT32.
738
+ */
739
+ export const FILE_ATTRIBUTE_TIME_CREATED_NSEC = "time::created-nsec";
740
+ /**
741
+ * A key in the "time" namespace for getting the microseconds of the time
742
+ * the file was created.
743
+ *
744
+ * This should be used in conjunction with %G_FILE_ATTRIBUTE_TIME_CREATED.
745
+ *
746
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
747
+ */
748
+ export const FILE_ATTRIBUTE_TIME_CREATED_USEC = "time::created-usec";
749
+ /**
750
+ * A key in the "time" namespace for getting the time the file was last
751
+ * modified.
752
+ *
753
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64, and
754
+ * contains the time since the file was modified, in seconds since the UNIX
755
+ * epoch.
756
+ */
757
+ export const FILE_ATTRIBUTE_TIME_MODIFIED = "time::modified";
758
+ /**
759
+ * A key in the "time" namespace for getting the nanoseconds of the time
760
+ * the file was last modified. This should be used in conjunction with
761
+ * #G_FILE_ATTRIBUTE_TIME_MODIFIED. Corresponding #GFileAttributeType is
762
+ * %G_FILE_ATTRIBUTE_TYPE_UINT32.
763
+ */
764
+ export const FILE_ATTRIBUTE_TIME_MODIFIED_NSEC = "time::modified-nsec";
765
+ /**
766
+ * A key in the "time" namespace for getting the microseconds of the time
767
+ * the file was last modified.
768
+ *
769
+ * This should be used in conjunction with %G_FILE_ATTRIBUTE_TIME_MODIFIED.
770
+ *
771
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
772
+ */
773
+ export const FILE_ATTRIBUTE_TIME_MODIFIED_USEC = "time::modified-usec";
774
+ /**
775
+ * A key in the "trash" namespace for getting the deletion date and time
776
+ * of a file inside the `trash:///` folder.
777
+ *
778
+ * The format of the returned string is `YYYY-MM-DDThh:mm:ss`.
779
+ *
780
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_STRING.
781
+ */
782
+ export const FILE_ATTRIBUTE_TRASH_DELETION_DATE = "trash::deletion-date";
783
+ /**
784
+ * A key in the "trash" namespace for getting the number of (toplevel) items
785
+ * that are present in the `trash:///` folder.
786
+ *
787
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
788
+ */
789
+ export const FILE_ATTRIBUTE_TRASH_ITEM_COUNT = "trash::item-count";
790
+ /**
791
+ * A key in the "trash" namespace for getting the original path of a file
792
+ * inside the `trash:///` folder before it was trashed.
793
+ *
794
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
795
+ */
796
+ export const FILE_ATTRIBUTE_TRASH_ORIG_PATH = "trash::orig-path";
797
+ /**
798
+ * A key in the "unix" namespace for getting the number of blocks allocated
799
+ * for the file.
800
+ *
801
+ * This attribute is only available for UNIX file systems.
802
+ *
803
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
804
+ */
805
+ export const FILE_ATTRIBUTE_UNIX_BLOCKS = "unix::blocks";
806
+ /**
807
+ * A key in the "unix" namespace for getting the block size for the file
808
+ * system.
809
+ *
810
+ * This attribute is only available for UNIX file systems.
811
+ *
812
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
813
+ */
814
+ export const FILE_ATTRIBUTE_UNIX_BLOCK_SIZE = "unix::block-size";
815
+ /**
816
+ * A key in the "unix" namespace for getting the device id of the device the
817
+ * file is located on (see stat() documentation).
818
+ *
819
+ * This attribute is only available for UNIX file systems.
820
+ *
821
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
822
+ */
823
+ export const FILE_ATTRIBUTE_UNIX_DEVICE = "unix::device";
824
+ /**
825
+ * A key in the "unix" namespace for getting the group ID for the file.
826
+ *
827
+ * This attribute is only available for UNIX file systems.
828
+ *
829
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
830
+ */
831
+ export const FILE_ATTRIBUTE_UNIX_GID = "unix::gid";
832
+ /**
833
+ * A key in the "unix" namespace for getting the inode of the file.
834
+ *
835
+ * This attribute is only available for UNIX file systems.
836
+ *
837
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64.
838
+ */
839
+ export const FILE_ATTRIBUTE_UNIX_INODE = "unix::inode";
840
+ /**
841
+ * A key in the "unix" namespace for checking if the file represents a
842
+ * UNIX mount point.
843
+ *
844
+ * This attribute is %TRUE if the file is a UNIX mount point.
845
+ *
846
+ * Since 2.58, `/` is considered to be a mount point.
847
+ *
848
+ * This attribute is only available for UNIX file systems.
849
+ *
850
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_BOOLEAN.
851
+ */
852
+ export const FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT = "unix::is-mountpoint";
853
+ /**
854
+ * A key in the "unix" namespace for getting the mode of the file
855
+ * (e.g. whether the file is a regular file, symlink, etc).
856
+ *
857
+ * See the documentation for `lstat()`: this attribute is equivalent to
858
+ * the `st_mode` member of `struct stat`, and includes both the file type
859
+ * and permissions.
860
+ *
861
+ * This attribute is only available for UNIX file systems.
862
+ *
863
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
864
+ */
865
+ export const FILE_ATTRIBUTE_UNIX_MODE = "unix::mode";
866
+ /**
867
+ * A key in the "unix" namespace for getting the number of hard links
868
+ * for a file.
869
+ *
870
+ * See the documentation for `lstat()`.
871
+ *
872
+ * This attribute is only available for UNIX file systems.
873
+ *
874
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
875
+ */
876
+ export const FILE_ATTRIBUTE_UNIX_NLINK = "unix::nlink";
877
+ /**
878
+ * A key in the "unix" namespace for getting the device ID for the file
879
+ * (if it is a special file).
880
+ *
881
+ * See the documentation for `lstat()`.
882
+ *
883
+ * This attribute is only available for UNIX file systems.
884
+ *
885
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
886
+ */
887
+ export const FILE_ATTRIBUTE_UNIX_RDEV = "unix::rdev";
888
+ /**
889
+ * A key in the "unix" namespace for getting the user ID for the file.
890
+ *
891
+ * This attribute is only available for UNIX file systems.
892
+ *
893
+ * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT32.
894
+ */
895
+ export const FILE_ATTRIBUTE_UNIX_UID = "unix::uid";
896
+ /**
897
+ * Extension point for memory usage monitoring functionality.
898
+ * See Extending GIO.
899
+ */
900
+ export const MEMORY_MONITOR_EXTENSION_POINT_NAME = "gio-memory-monitor";
901
+ /**
902
+ * The menu item attribute which holds the action name of the item. Action
903
+ * names are namespaced with an identifier for the action group in which the
904
+ * action resides. For example, "win." for window-specific actions and "app."
905
+ * for application-wide actions.
906
+ *
907
+ * See also g_menu_model_get_item_attribute() and g_menu_item_set_attribute().
908
+ */
909
+ export const MENU_ATTRIBUTE_ACTION = "action";
910
+ /**
911
+ * The menu item attribute that holds the namespace for all action names in
912
+ * menus that are linked from this item.
913
+ */
914
+ export const MENU_ATTRIBUTE_ACTION_NAMESPACE = "action-namespace";
915
+ /**
916
+ * The menu item attribute which holds the icon of the item.
917
+ *
918
+ * The icon is stored in the format returned by g_icon_serialize().
919
+ *
920
+ * This attribute is intended only to represent 'noun' icons such as
921
+ * favicons for a webpage, or application icons. It should not be used
922
+ * for 'verbs' (ie: stock icons).
923
+ */
924
+ export const MENU_ATTRIBUTE_ICON = "icon";
925
+ /** The menu item attribute which holds the label of the item. */
926
+ export const MENU_ATTRIBUTE_LABEL = "label";
927
+ /**
928
+ * The menu item attribute which holds the target with which the item's action
929
+ * will be activated.
930
+ *
931
+ * See also g_menu_item_set_action_and_target()
932
+ */
933
+ export const MENU_ATTRIBUTE_TARGET = "target";
934
+ /**
935
+ * The maximum number of entries in a menu section supported by
936
+ * g_dbus_connection_export_menu_model().
937
+ *
938
+ * The exact value of the limit may change in future GLib versions.
939
+ */
940
+ export const MENU_EXPORTER_MAX_SECTION_SIZE = 1000;
941
+ /**
942
+ * The name of the link that associates a menu item with a section. The linked
943
+ * menu will usually be shown in place of the menu item, using the item's label
944
+ * as a header.
945
+ *
946
+ * See also g_menu_item_set_link().
947
+ */
948
+ export const MENU_LINK_SECTION = "section";
949
+ /**
950
+ * The name of the link that associates a menu item with a submenu.
951
+ *
952
+ * See also g_menu_item_set_link().
953
+ */
954
+ export const MENU_LINK_SUBMENU = "submenu";
955
+ export const NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME = "gio-native-volume-monitor";
956
+ /**
957
+ * Extension point for network status monitoring functionality.
958
+ * See Extending GIO.
959
+ */
960
+ export const NETWORK_MONITOR_EXTENSION_POINT_NAME = "gio-network-monitor";
961
+ /**
962
+ * Extension point for power profile usage monitoring functionality.
963
+ * See Extending GIO.
964
+ */
965
+ export const POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME = "gio-power-profile-monitor";
966
+ /**
967
+ * Extension point for proxy functionality.
968
+ * See Extending GIO.
969
+ */
970
+ export const PROXY_EXTENSION_POINT_NAME = "gio-proxy";
971
+ /**
972
+ * Extension point for proxy resolving functionality.
973
+ * See Extending GIO.
974
+ */
975
+ export const PROXY_RESOLVER_EXTENSION_POINT_NAME = "gio-proxy-resolver";
976
+ /** Extension point for #GSettingsBackend functionality. */
977
+ export const SETTINGS_BACKEND_EXTENSION_POINT_NAME = "gsettings-backend";
978
+ /**
979
+ * Extension point for TLS functionality via #GTlsBackend.
980
+ * See Extending GIO.
981
+ */
982
+ export const TLS_BACKEND_EXTENSION_POINT_NAME = "gio-tls-backend";
983
+ /**
984
+ * The purpose used to verify the client certificate in a TLS connection.
985
+ * Used by TLS servers.
986
+ */
987
+ export const TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT = "1.3.6.1.5.5.7.3.2";
988
+ /**
989
+ * The purpose used to verify the server certificate in a TLS connection. This
990
+ * is the most common purpose in use. Used by TLS clients.
991
+ */
992
+ export const TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER = "1.3.6.1.5.5.7.3.1";
993
+ /**
994
+ * Extension point for #GVfs functionality.
995
+ * See Extending GIO.
996
+ */
997
+ export const VFS_EXTENSION_POINT_NAME = "gio-vfs";
998
+ /**
999
+ * The string used to obtain the volume class with g_volume_get_identifier().
1000
+ *
1001
+ * Known volume classes include `device`, `network`, and `loop`. Other
1002
+ * classes may be added in the future.
1003
+ *
1004
+ * This is intended to be used by applications to classify #GVolume
1005
+ * instances into different sections - for example a file manager or
1006
+ * file chooser can use this information to show `network` volumes under
1007
+ * a "Network" heading and `device` volumes under a "Devices" heading.
1008
+ */
1009
+ export const VOLUME_IDENTIFIER_KIND_CLASS = "class";
1010
+ /** The string used to obtain a Hal UDI with g_volume_get_identifier(). */
1011
+ export const VOLUME_IDENTIFIER_KIND_HAL_UDI = "hal-udi";
1012
+ /** The string used to obtain a filesystem label with g_volume_get_identifier(). */
1013
+ export const VOLUME_IDENTIFIER_KIND_LABEL = "label";
1014
+ /** The string used to obtain a NFS mount with g_volume_get_identifier(). */
1015
+ export const VOLUME_IDENTIFIER_KIND_NFS_MOUNT = "nfs-mount";
1016
+ /** The string used to obtain a Unix device path with g_volume_get_identifier(). */
1017
+ export const VOLUME_IDENTIFIER_KIND_UNIX_DEVICE = "unix-device";
1018
+ /** The string used to obtain a UUID with g_volume_get_identifier(). */
1019
+ export const VOLUME_IDENTIFIER_KIND_UUID = "uuid";
1020
+ /**
1021
+ * Extension point for volume monitor functionality.
1022
+ * See Extending GIO.
1023
+ */
1024
+ export const VOLUME_MONITOR_EXTENSION_POINT_NAME = "gio-volume-monitor";