glib2 3.1.1-x64-mingw32 → 3.1.2-x64-mingw32
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.
- checksums.yaml +4 -4
- data/Rakefile +6 -2
- data/ext/glib2/extconf.rb +4 -2
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-bytes.c +78 -0
- data/ext/glib2/rbglib.c +1 -0
- data/ext/glib2/rbglib.h +2 -2
- data/ext/glib2/rbglib_datetime.c +4 -0
- data/ext/glib2/rbglib_timezone.c +4 -0
- data/ext/glib2/rbgobj_boxed.c +7 -7
- data/ext/glib2/rbgobj_enums.c +4 -4
- data/ext/glib2/rbgobj_flags.c +4 -4
- data/ext/glib2/rbgobj_object.c +6 -6
- data/ext/glib2/rbgobj_type.c +18 -1
- data/ext/glib2/rbgobj_typeinterface.c +2 -2
- data/ext/glib2/rbgobject.h +5 -1
- data/ext/glib2/rbgprivate.h +2 -1
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/2.4/glib2.so +0 -0
- data/lib/gnome2/rake/package-task.rb +4 -2
- data/lib/mkmf-gnome2.rb +7 -118
- data/test/test-bytes.rb +36 -0
- data/test/test-date-time.rb +5 -1
- data/test/test-match-info.rb +7 -1
- data/test/test-regex.rb +7 -1
- data/test/test-time-zone.rb +7 -1
- data/test/test-type-interface.rb +38 -0
- data/test/test-variant-type.rb +2 -0
- data/test/test_key_file.rb +6 -2
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/gio.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +29 -1
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/libnettle-6-2.dll +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +1 -2
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +23 -10
- data/vendor/local/include/glib-2.0/gio/gioenums.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giotypes.h +3 -3
- data/vendor/local/include/glib-2.0/gio/gsubprocesslauncher.h +1 -1
- data/vendor/local/include/glib-2.0/glib.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gatomic.h +8 -0
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +2 -3
- data/vendor/local/include/glib-2.0/glib/gcharset.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +2 -4
- data/vendor/local/include/glib-2.0/glib/gerror.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gfileutils.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gmain.h +4 -4
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gregex.h +2 -3
- data/vendor/local/include/glib-2.0/glib/gshell.h +7 -9
- data/vendor/local/include/glib-2.0/glib/gspawn.h +7 -9
- data/vendor/local/include/glib-2.0/glib/gstdio.h +7 -8
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gunicode.h +13 -16
- data/vendor/local/include/glib-2.0/glib/guuid.h +42 -0
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
- data/vendor/local/include/glib-2.0/gmodule.h +3 -1
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +5 -5
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gtype.h +13 -8
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +3 -3
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +3 -3
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +3 -3
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +3 -3
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +3 -3
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +48 -1
- data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/{libglib-2.0.so.0.5000.2-gdb.py → libglib-2.0.so.0.5200.1-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/{libgobject-2.0.so.0.5000.2-gdb.py → libgobject-2.0.so.0.5200.1-gdb.py} +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +9 -7
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.py +9 -3
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib_gdb.py +0 -0
- data/vendor/local/share/glib-2.0/gdb/gobject_gdb.py +0 -0
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +1 -1
- data/vendor/local/share/glib-2.0/valgrind/glib.supp +493 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +15 -13
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +64 -62
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +85 -21
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +6 -5
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +15 -15
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +110 -110
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +84 -68
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +28 -28
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +16 -16
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +25 -25
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +3 -1
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +60 -30
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +9 -9
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +3 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +9 -1
- data/vendor/local/share/gtk-doc/html/gio/application.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/async.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s06.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch34s07.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/extending.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +18 -5
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +20 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +59 -7
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +8 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +9 -1
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/icons.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/index.html +2 -20
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/networking.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/registry.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/resources.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/settings.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/testing.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/tls.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/tools.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/utils.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +3 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +13 -1
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +3 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +8 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +4 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +10 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +19 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-GUuid.html +134 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +93 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +9 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +33 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +13 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +9 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +28 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +9 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +62 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +4 -1
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +6 -0
- data/vendor/local/share/gtk-doc/html/glib/glib.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/index.html +5 -28
- data/vendor/local/share/gtk-doc/html/glib/tools.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +1 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +7 -1
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +7 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +53 -53
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +17 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +15 -15
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +25 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/index.html +2 -24
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +1 -1
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +18 -4
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/gio.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +10 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +2 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +7 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +7 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- metadata +26 -71
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +0 -147
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +0 -156
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +0 -1082
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +0 -217
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +0 -1651
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +0 -718
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +0 -693
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +0 -717
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +0 -271
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +0 -274
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +0 -188
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +0 -364
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +0 -63
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +0 -214
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +0 -211
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +0 -283
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-50.html +0 -79
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +0 -321
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +0 -166
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +0 -306
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +0 -561
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +0 -356
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +0 -107
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +0 -118
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +0 -85
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +0 -188
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +0 -422
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +0 -388
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +0 -121
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +0 -251
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +0 -342
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +0 -115
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +0 -115
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +0 -121
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +0 -391
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +0 -161
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +0 -41
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +0 -116
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +0 -68
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +0 -68
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-50.html +0 -121
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +0 -415
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +0 -156
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +0 -645
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +0 -79
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +0 -49
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +0 -45
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +0 -42
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +0 -34
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +0 -42
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +0 -67
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +0 -195
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +0 -41
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +0 -68
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +0 -79
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +0 -57
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +0 -50
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +0 -75
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +0 -172
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +0 -38
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +0 -34
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +0 -60
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +0 -34
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +0 -38
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +0 -38
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +0 -131
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GFile: GIO Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="GIO Reference Manual">
|
8
8
|
<link rel="up" href="file_ops.html" title="File Operations">
|
9
9
|
<link rel="prev" href="file_ops.html" title="File Operations">
|
@@ -1534,7 +1534,7 @@ a temporary file could not be created.</p>
|
|
1534
1534
|
<td class="parameter_name"><p>tmpl</p></td>
|
1535
1535
|
<td class="parameter_description"><p> Template for the file
|
1536
1536
|
name, as in <a href="../glib-File-Utilities.html#g-file-open-tmp"><code class="function">g_file_open_tmp()</code></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for a default template. </p></td>
|
1537
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL
|
1537
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> filename][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1538
1538
|
</tr>
|
1539
1539
|
<tr>
|
1540
1540
|
<td class="parameter_name"><p>iostream</p></td>
|
@@ -1898,7 +1898,7 @@ if <em class="parameter"><code>file</code></em>
|
|
1898
1898
|
<tr>
|
1899
1899
|
<td class="parameter_name"><p>parent</p></td>
|
1900
1900
|
<td class="parameter_description"><p> the parent to check for, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1901
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
1901
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1902
1902
|
</tr>
|
1903
1903
|
</tbody>
|
1904
1904
|
</table></div>
|
@@ -2299,7 +2299,7 @@ on what kind of filesystem the file is on.</p>
|
|
2299
2299
|
<tr>
|
2300
2300
|
<td class="parameter_name"><p>cancellable</p></td>
|
2301
2301
|
<td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>. </p></td>
|
2302
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2302
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2303
2303
|
</tr>
|
2304
2304
|
<tr>
|
2305
2305
|
<td class="parameter_name"><p>error</p></td>
|
@@ -2356,7 +2356,7 @@ of the operation.</p>
|
|
2356
2356
|
<td class="parameter_name"><p>cancellable</p></td>
|
2357
2357
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
2358
2358
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
2359
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2359
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2360
2360
|
</tr>
|
2361
2361
|
<tr>
|
2362
2362
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -2463,7 +2463,7 @@ possible too, and depend on what kind of filesystem the file is on.</p>
|
|
2463
2463
|
<td class="parameter_name"><p>cancellable</p></td>
|
2464
2464
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
2465
2465
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
2466
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2466
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2467
2467
|
</tr>
|
2468
2468
|
<tr>
|
2469
2469
|
<td class="parameter_name"><p>error</p></td>
|
@@ -2529,7 +2529,7 @@ of filesystem the file is on.</p>
|
|
2529
2529
|
<td class="parameter_name"><p>cancellable</p></td>
|
2530
2530
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
2531
2531
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
2532
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2532
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2533
2533
|
</tr>
|
2534
2534
|
<tr>
|
2535
2535
|
<td class="parameter_name"><p>error</p></td>
|
@@ -2616,7 +2616,7 @@ possible too, and depend on what kind of filesystem the file is on.</p>
|
|
2616
2616
|
<td class="parameter_name"><p>etag</p></td>
|
2617
2617
|
<td class="parameter_description"><p> an optional <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity tag</a>
|
2618
2618
|
for the current <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> to ignore. </p></td>
|
2619
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2619
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2620
2620
|
</tr>
|
2621
2621
|
<tr>
|
2622
2622
|
<td class="parameter_name"><p>make_backup</p></td>
|
@@ -2632,7 +2632,7 @@ for the current <a class="link" href="GFile.html" title="GFile"><span class="typ
|
|
2632
2632
|
<td class="parameter_name"><p>cancellable</p></td>
|
2633
2633
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
2634
2634
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
2635
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2635
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2636
2636
|
</tr>
|
2637
2637
|
<tr>
|
2638
2638
|
<td class="parameter_name"><p>error</p></td>
|
@@ -2695,7 +2695,7 @@ of the operation.</p>
|
|
2695
2695
|
<td class="parameter_name"><p>cancellable</p></td>
|
2696
2696
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
2697
2697
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
2698
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2698
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2699
2699
|
</tr>
|
2700
2700
|
<tr>
|
2701
2701
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -2802,7 +2802,7 @@ of the operation.</p>
|
|
2802
2802
|
<td class="parameter_name"><p>cancellable</p></td>
|
2803
2803
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
2804
2804
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
2805
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2805
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2806
2806
|
</tr>
|
2807
2807
|
<tr>
|
2808
2808
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -2900,7 +2900,7 @@ of the operation.</p>
|
|
2900
2900
|
<td class="parameter_name"><p>etag</p></td>
|
2901
2901
|
<td class="parameter_description"><p> an <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity tag</a> for the current <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>,
|
2902
2902
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
2903
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2903
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2904
2904
|
</tr>
|
2905
2905
|
<tr>
|
2906
2906
|
<td class="parameter_name"><p>make_backup</p></td>
|
@@ -2921,7 +2921,7 @@ or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</
|
|
2921
2921
|
<td class="parameter_name"><p>cancellable</p></td>
|
2922
2922
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
2923
2923
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
2924
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
2924
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2925
2925
|
</tr>
|
2926
2926
|
<tr>
|
2927
2927
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -3049,7 +3049,7 @@ filesystem the file is on.</p>
|
|
3049
3049
|
<td class="parameter_name"><p>cancellable</p></td>
|
3050
3050
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
3051
3051
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
3052
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3052
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3053
3053
|
</tr>
|
3054
3054
|
<tr>
|
3055
3055
|
<td class="parameter_name"><p>error</p></td>
|
@@ -3120,7 +3120,7 @@ then call <a class="link" href="GFile.html#g-file-query-info-finish" title="g_fi
|
|
3120
3120
|
<td class="parameter_name"><p>cancellable</p></td>
|
3121
3121
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
3122
3122
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
3123
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3123
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3124
3124
|
</tr>
|
3125
3125
|
<tr>
|
3126
3126
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -3224,7 +3224,7 @@ that can happen due to races when you execute the operation.</p>
|
|
3224
3224
|
<td class="parameter_name"><p>cancellable</p></td>
|
3225
3225
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
3226
3226
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
3227
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3227
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3228
3228
|
</tr>
|
3229
3229
|
</tbody>
|
3230
3230
|
</table></div>
|
@@ -3269,7 +3269,7 @@ a regular file, directory, or symlink.</p>
|
|
3269
3269
|
<td class="parameter_name"><p>cancellable</p></td>
|
3270
3270
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
3271
3271
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
3272
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3272
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3273
3273
|
</tr>
|
3274
3274
|
</tbody>
|
3275
3275
|
</table></div>
|
@@ -3338,7 +3338,7 @@ kind of filesystem the file is on.</p>
|
|
3338
3338
|
<td class="parameter_name"><p>cancellable</p></td>
|
3339
3339
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
3340
3340
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
3341
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3341
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3342
3342
|
</tr>
|
3343
3343
|
<tr>
|
3344
3344
|
<td class="parameter_name"><p>error</p></td>
|
@@ -3404,7 +3404,7 @@ operation.</p>
|
|
3404
3404
|
<td class="parameter_name"><p>cancellable</p></td>
|
3405
3405
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
3406
3406
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
3407
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3407
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3408
3408
|
</tr>
|
3409
3409
|
<tr>
|
3410
3410
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -3568,12 +3568,12 @@ callback will be invoked.</p>
|
|
3568
3568
|
<tr>
|
3569
3569
|
<td class="parameter_name"><p>cancellable</p></td>
|
3570
3570
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>. </p></td>
|
3571
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3571
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3572
3572
|
</tr>
|
3573
3573
|
<tr>
|
3574
3574
|
<td class="parameter_name"><p>progress_callback</p></td>
|
3575
3575
|
<td class="parameter_description"><p> a <a class="link" href="GFile.html#GFileMeasureProgressCallback" title="GFileMeasureProgressCallback ()"><span class="type">GFileMeasureProgressCallback</span></a>. </p></td>
|
3576
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3576
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3577
3577
|
</tr>
|
3578
3578
|
<tr>
|
3579
3579
|
<td class="parameter_name"><p>progress_data</p></td>
|
@@ -3584,22 +3584,22 @@ callback will be invoked.</p>
|
|
3584
3584
|
<tr>
|
3585
3585
|
<td class="parameter_name"><p>disk_usage</p></td>
|
3586
3586
|
<td class="parameter_description"><p> the number of bytes of disk space used. </p></td>
|
3587
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
3587
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3588
3588
|
</tr>
|
3589
3589
|
<tr>
|
3590
3590
|
<td class="parameter_name"><p>num_dirs</p></td>
|
3591
3591
|
<td class="parameter_description"><p> the number of directories encountered. </p></td>
|
3592
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
3592
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3593
3593
|
</tr>
|
3594
3594
|
<tr>
|
3595
3595
|
<td class="parameter_name"><p>num_files</p></td>
|
3596
3596
|
<td class="parameter_description"><p> the number of non-directories encountered. </p></td>
|
3597
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
3597
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3598
3598
|
</tr>
|
3599
3599
|
<tr>
|
3600
3600
|
<td class="parameter_name"><p>error</p></td>
|
3601
3601
|
<td class="parameter_description"><p> <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, or a pointer to a <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> pointer. </p></td>
|
3602
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3602
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3603
3603
|
</tr>
|
3604
3604
|
</tbody>
|
3605
3605
|
</table></div>
|
@@ -3655,12 +3655,12 @@ there for more information.</p>
|
|
3655
3655
|
<tr>
|
3656
3656
|
<td class="parameter_name"><p>cancellable</p></td>
|
3657
3657
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>. </p></td>
|
3658
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3658
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3659
3659
|
</tr>
|
3660
3660
|
<tr>
|
3661
3661
|
<td class="parameter_name"><p>progress_callback</p></td>
|
3662
3662
|
<td class="parameter_description"><p> a <a class="link" href="GFile.html#GFileMeasureProgressCallback" title="GFileMeasureProgressCallback ()"><span class="type">GFileMeasureProgressCallback</span></a>. </p></td>
|
3663
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3663
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3664
3664
|
</tr>
|
3665
3665
|
<tr>
|
3666
3666
|
<td class="parameter_name"><p>progress_data</p></td>
|
@@ -3671,7 +3671,7 @@ there for more information.</p>
|
|
3671
3671
|
<tr>
|
3672
3672
|
<td class="parameter_name"><p>callback</p></td>
|
3673
3673
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call when complete. </p></td>
|
3674
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3674
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3675
3675
|
</tr>
|
3676
3676
|
<tr>
|
3677
3677
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -3718,22 +3718,22 @@ more information.</p>
|
|
3718
3718
|
<tr>
|
3719
3719
|
<td class="parameter_name"><p>disk_usage</p></td>
|
3720
3720
|
<td class="parameter_description"><p> the number of bytes of disk space used. </p></td>
|
3721
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
3721
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3722
3722
|
</tr>
|
3723
3723
|
<tr>
|
3724
3724
|
<td class="parameter_name"><p>num_dirs</p></td>
|
3725
3725
|
<td class="parameter_description"><p> the number of directories encountered. </p></td>
|
3726
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
3726
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3727
3727
|
</tr>
|
3728
3728
|
<tr>
|
3729
3729
|
<td class="parameter_name"><p>num_files</p></td>
|
3730
3730
|
<td class="parameter_description"><p> the number of non-directories encountered. </p></td>
|
3731
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
3731
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
3732
3732
|
</tr>
|
3733
3733
|
<tr>
|
3734
3734
|
<td class="parameter_name"><p>error</p></td>
|
3735
3735
|
<td class="parameter_description"><p> <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, or a pointer to a <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <a href="../glib-Error-Reporting.html#GError"><span class="type">GError</span></a> pointer. </p></td>
|
3736
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3736
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3737
3737
|
</tr>
|
3738
3738
|
</tbody>
|
3739
3739
|
</table></div>
|
@@ -3781,7 +3781,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
3781
3781
|
<td class="parameter_name"><p>cancellable</p></td>
|
3782
3782
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
3783
3783
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
3784
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3784
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3785
3785
|
</tr>
|
3786
3786
|
<tr>
|
3787
3787
|
<td class="parameter_name"><p>error</p></td>
|
@@ -3839,7 +3839,7 @@ get the result of the operation.</p>
|
|
3839
3839
|
<td class="parameter_name"><p>cancellable</p></td>
|
3840
3840
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
3841
3841
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
3842
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3842
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3843
3843
|
</tr>
|
3844
3844
|
<tr>
|
3845
3845
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -3960,7 +3960,7 @@ error will be returned. Other errors are possible too.</p>
|
|
3960
3960
|
<td class="parameter_name"><p>cancellable</p></td>
|
3961
3961
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
3962
3962
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
3963
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
3963
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
3964
3964
|
</tr>
|
3965
3965
|
<tr>
|
3966
3966
|
<td class="parameter_name"><p>error</p></td>
|
@@ -4030,7 +4030,7 @@ the operation.</p>
|
|
4030
4030
|
<td class="parameter_name"><p>cancellable</p></td>
|
4031
4031
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4032
4032
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4033
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4033
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4034
4034
|
</tr>
|
4035
4035
|
<tr>
|
4036
4036
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -4136,7 +4136,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
4136
4136
|
<td class="parameter_name"><p>cancellable</p></td>
|
4137
4137
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4138
4138
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4139
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4139
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4140
4140
|
</tr>
|
4141
4141
|
<tr>
|
4142
4142
|
<td class="parameter_name"><p>error</p></td>
|
@@ -4200,7 +4200,7 @@ the result of the operation.</p>
|
|
4200
4200
|
<td class="parameter_name"><p>cancellable</p></td>
|
4201
4201
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4202
4202
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4203
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4203
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4204
4204
|
</tr>
|
4205
4205
|
<tr>
|
4206
4206
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -4293,7 +4293,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
4293
4293
|
<td class="parameter_name"><p>cancellable</p></td>
|
4294
4294
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4295
4295
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4296
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4296
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4297
4297
|
</tr>
|
4298
4298
|
<tr>
|
4299
4299
|
<td class="parameter_name"><p>error</p></td>
|
@@ -4345,7 +4345,7 @@ only be deleted if it is empty. This has the same semantics as
|
|
4345
4345
|
<td class="parameter_name"><p>cancellable</p></td>
|
4346
4346
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4347
4347
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4348
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4348
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4349
4349
|
</tr>
|
4350
4350
|
<tr>
|
4351
4351
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -4440,7 +4440,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
4440
4440
|
<td class="parameter_name"><p>cancellable</p></td>
|
4441
4441
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4442
4442
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4443
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4443
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4444
4444
|
</tr>
|
4445
4445
|
<tr>
|
4446
4446
|
<td class="parameter_name"><p>error</p></td>
|
@@ -4490,7 +4490,7 @@ g_file_trash_async (<em class="parameter"><code><a class="link" href="GFile.html
|
|
4490
4490
|
<td class="parameter_name"><p>cancellable</p></td>
|
4491
4491
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4492
4492
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4493
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4493
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4494
4494
|
</tr>
|
4495
4495
|
<tr>
|
4496
4496
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -4626,13 +4626,13 @@ file), see <a class="link" href="GFile.html#g-file-dup" title="g_file_dup ()"><
|
|
4626
4626
|
<td class="parameter_name"><p>cancellable</p></td>
|
4627
4627
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4628
4628
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4629
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4629
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4630
4630
|
</tr>
|
4631
4631
|
<tr>
|
4632
4632
|
<td class="parameter_name"><p>progress_callback</p></td>
|
4633
4633
|
<td class="parameter_description"><p> function to callback with
|
4634
4634
|
progress information, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if progress information is not needed. </p></td>
|
4635
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4635
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span></td>
|
4636
4636
|
</tr>
|
4637
4637
|
<tr>
|
4638
4638
|
<td class="parameter_name"><p>progress_callback_data</p></td>
|
@@ -4713,13 +4713,13 @@ run in.</p>
|
|
4713
4713
|
<td class="parameter_name"><p>cancellable</p></td>
|
4714
4714
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4715
4715
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4716
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4716
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4717
4717
|
</tr>
|
4718
4718
|
<tr>
|
4719
4719
|
<td class="parameter_name"><p>progress_callback</p></td>
|
4720
4720
|
<td class="parameter_description"><p> function to callback with progress
|
4721
4721
|
information, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if progress information is not needed. </p></td>
|
4722
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4722
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4723
4723
|
</tr>
|
4724
4724
|
<tr>
|
4725
4725
|
<td class="parameter_name"><p>progress_callback_data</p></td>
|
@@ -4858,13 +4858,13 @@ move operation isn't available).</p>
|
|
4858
4858
|
<td class="parameter_name"><p>cancellable</p></td>
|
4859
4859
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4860
4860
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4861
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4861
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4862
4862
|
</tr>
|
4863
4863
|
<tr>
|
4864
4864
|
<td class="parameter_name"><p>progress_callback</p></td>
|
4865
4865
|
<td class="parameter_description"><p> <a class="link" href="GFile.html#GFileProgressCallback" title="GFileProgressCallback ()"><span class="type">GFileProgressCallback</span></a>
|
4866
4866
|
function for updates. </p></td>
|
4867
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4867
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span></td>
|
4868
4868
|
</tr>
|
4869
4869
|
<tr>
|
4870
4870
|
<td class="parameter_name"><p>progress_callback_data</p></td>
|
@@ -4925,7 +4925,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
4925
4925
|
<td class="parameter_name"><p>cancellable</p></td>
|
4926
4926
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4927
4927
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4928
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4928
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4929
4929
|
</tr>
|
4930
4930
|
<tr>
|
4931
4931
|
<td class="parameter_name"><p>error</p></td>
|
@@ -4974,7 +4974,7 @@ g_file_make_directory_async (<em class="parameter"><code><a class="link" href="G
|
|
4974
4974
|
<td class="parameter_name"><p>cancellable</p></td>
|
4975
4975
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
4976
4976
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
4977
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
4977
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
4978
4978
|
</tr>
|
4979
4979
|
<tr>
|
4980
4980
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -5074,7 +5074,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5074
5074
|
<td class="parameter_name"><p>cancellable</p></td>
|
5075
5075
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5076
5076
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5077
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5077
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5078
5078
|
</tr>
|
5079
5079
|
<tr>
|
5080
5080
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5131,7 +5131,7 @@ of the new symlink. </p></td>
|
|
5131
5131
|
<td class="parameter_name"><p>cancellable</p></td>
|
5132
5132
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5133
5133
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5134
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5134
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5135
5135
|
</tr>
|
5136
5136
|
<tr>
|
5137
5137
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5180,7 +5180,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5180
5180
|
<td class="parameter_name"><p>cancellable</p></td>
|
5181
5181
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5182
5182
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5183
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5183
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5184
5184
|
</tr>
|
5185
5185
|
<tr>
|
5186
5186
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5229,7 +5229,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5229
5229
|
<td class="parameter_name"><p>cancellable</p></td>
|
5230
5230
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5231
5231
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5232
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5232
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5233
5233
|
</tr>
|
5234
5234
|
<tr>
|
5235
5235
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5296,7 +5296,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5296
5296
|
<td class="parameter_name"><p>value_p</p></td>
|
5297
5297
|
<td class="parameter_description"><p> a pointer to the value (or the pointer
|
5298
5298
|
itself if the type is a pointer type). </p></td>
|
5299
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5299
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5300
5300
|
</tr>
|
5301
5301
|
<tr>
|
5302
5302
|
<td class="parameter_name"><p>flags</p></td>
|
@@ -5307,7 +5307,7 @@ itself if the type is a pointer type). </p></td>
|
|
5307
5307
|
<td class="parameter_name"><p>cancellable</p></td>
|
5308
5308
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5309
5309
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5310
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5310
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5311
5311
|
</tr>
|
5312
5312
|
<tr>
|
5313
5313
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5371,7 +5371,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5371
5371
|
<td class="parameter_name"><p>cancellable</p></td>
|
5372
5372
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5373
5373
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5374
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5374
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5375
5375
|
</tr>
|
5376
5376
|
<tr>
|
5377
5377
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5439,7 +5439,7 @@ the result of the operation.</p>
|
|
5439
5439
|
<td class="parameter_name"><p>cancellable</p></td>
|
5440
5440
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5441
5441
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5442
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5442
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5443
5443
|
</tr>
|
5444
5444
|
<tr>
|
5445
5445
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -5553,7 +5553,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5553
5553
|
<td class="parameter_name"><p>cancellable</p></td>
|
5554
5554
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5555
5555
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5556
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5556
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5557
5557
|
</tr>
|
5558
5558
|
<tr>
|
5559
5559
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5622,7 +5622,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5622
5622
|
<td class="parameter_name"><p>cancellable</p></td>
|
5623
5623
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5624
5624
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5625
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5625
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5626
5626
|
</tr>
|
5627
5627
|
<tr>
|
5628
5628
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5692,7 +5692,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5692
5692
|
<td class="parameter_name"><p>cancellable</p></td>
|
5693
5693
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5694
5694
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5695
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5695
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5696
5696
|
</tr>
|
5697
5697
|
<tr>
|
5698
5698
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5762,7 +5762,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5762
5762
|
<td class="parameter_name"><p>cancellable</p></td>
|
5763
5763
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5764
5764
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5765
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5765
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5766
5766
|
</tr>
|
5767
5767
|
<tr>
|
5768
5768
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5832,7 +5832,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5832
5832
|
<td class="parameter_name"><p>cancellable</p></td>
|
5833
5833
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5834
5834
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5835
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5835
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5836
5836
|
</tr>
|
5837
5837
|
<tr>
|
5838
5838
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5902,7 +5902,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
5902
5902
|
<td class="parameter_name"><p>cancellable</p></td>
|
5903
5903
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5904
5904
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5905
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5905
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5906
5906
|
</tr>
|
5907
5907
|
<tr>
|
5908
5908
|
<td class="parameter_name"><p>error</p></td>
|
@@ -5963,19 +5963,19 @@ the result of the operation.</p>
|
|
5963
5963
|
<td class="parameter_name"><p>mount_operation</p></td>
|
5964
5964
|
<td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>,
|
5965
5965
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction. </p></td>
|
5966
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5966
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5967
5967
|
</tr>
|
5968
5968
|
<tr>
|
5969
5969
|
<td class="parameter_name"><p>cancellable</p></td>
|
5970
5970
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
5971
5971
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
5972
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
5972
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5973
5973
|
</tr>
|
5974
5974
|
<tr>
|
5975
5975
|
<td class="parameter_name"><p>callback</p></td>
|
5976
5976
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call
|
5977
5977
|
when the request is satisfied, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
5978
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL
|
5978
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
5979
5979
|
</tr>
|
5980
5980
|
<tr>
|
5981
5981
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -6075,13 +6075,13 @@ the result of the operation.</p>
|
|
6075
6075
|
<td class="parameter_name"><p>cancellable</p></td>
|
6076
6076
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
6077
6077
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
6078
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6078
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6079
6079
|
</tr>
|
6080
6080
|
<tr>
|
6081
6081
|
<td class="parameter_name"><p>callback</p></td>
|
6082
6082
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call
|
6083
6083
|
when the request is satisfied, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6084
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL
|
6084
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6085
6085
|
</tr>
|
6086
6086
|
<tr>
|
6087
6087
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -6183,19 +6183,19 @@ the result of the operation.</p>
|
|
6183
6183
|
<td class="parameter_name"><p>mount_operation</p></td>
|
6184
6184
|
<td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>,
|
6185
6185
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction. </p></td>
|
6186
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6186
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6187
6187
|
</tr>
|
6188
6188
|
<tr>
|
6189
6189
|
<td class="parameter_name"><p>cancellable</p></td>
|
6190
6190
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
6191
6191
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
6192
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6192
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6193
6193
|
</tr>
|
6194
6194
|
<tr>
|
6195
6195
|
<td class="parameter_name"><p>callback</p></td>
|
6196
6196
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call
|
6197
6197
|
when the request is satisfied, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6198
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL
|
6198
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6199
6199
|
</tr>
|
6200
6200
|
<tr>
|
6201
6201
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -6299,13 +6299,13 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
6299
6299
|
<td class="parameter_name"><p>cancellable</p></td>
|
6300
6300
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
6301
6301
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
6302
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6302
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6303
6303
|
</tr>
|
6304
6304
|
<tr>
|
6305
6305
|
<td class="parameter_name"><p>callback</p></td>
|
6306
6306
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call
|
6307
6307
|
when the request is satisfied, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6308
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL
|
6308
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6309
6309
|
</tr>
|
6310
6310
|
<tr>
|
6311
6311
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -6407,19 +6407,19 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
6407
6407
|
<td class="parameter_name"><p>mount_operation</p></td>
|
6408
6408
|
<td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>,
|
6409
6409
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction. </p></td>
|
6410
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6410
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6411
6411
|
</tr>
|
6412
6412
|
<tr>
|
6413
6413
|
<td class="parameter_name"><p>cancellable</p></td>
|
6414
6414
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
6415
6415
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
6416
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6416
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6417
6417
|
</tr>
|
6418
6418
|
<tr>
|
6419
6419
|
<td class="parameter_name"><p>callback</p></td>
|
6420
6420
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call
|
6421
6421
|
when the request is satisfied, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6422
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL
|
6422
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6423
6423
|
</tr>
|
6424
6424
|
<tr>
|
6425
6425
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -6520,17 +6520,17 @@ the result of the operation.</p>
|
|
6520
6520
|
<tr>
|
6521
6521
|
<td class="parameter_name"><p>start_operation</p></td>
|
6522
6522
|
<td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction. </p></td>
|
6523
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6523
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6524
6524
|
</tr>
|
6525
6525
|
<tr>
|
6526
6526
|
<td class="parameter_name"><p>cancellable</p></td>
|
6527
6527
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
6528
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6528
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6529
6529
|
</tr>
|
6530
6530
|
<tr>
|
6531
6531
|
<td class="parameter_name"><p>callback</p></td>
|
6532
6532
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6533
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6533
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6534
6534
|
</tr>
|
6535
6535
|
<tr>
|
6536
6536
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -6628,19 +6628,19 @@ the result of the operation.</p>
|
|
6628
6628
|
<td class="parameter_name"><p>mount_operation</p></td>
|
6629
6629
|
<td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>,
|
6630
6630
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction. </p></td>
|
6631
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6631
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6632
6632
|
</tr>
|
6633
6633
|
<tr>
|
6634
6634
|
<td class="parameter_name"><p>cancellable</p></td>
|
6635
6635
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
6636
6636
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
6637
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6637
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6638
6638
|
</tr>
|
6639
6639
|
<tr>
|
6640
6640
|
<td class="parameter_name"><p>callback</p></td>
|
6641
6641
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call
|
6642
6642
|
when the request is satisfied, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6643
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6643
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6644
6644
|
</tr>
|
6645
6645
|
<tr>
|
6646
6646
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -6736,7 +6736,7 @@ the result of the operation.</p>
|
|
6736
6736
|
<td class="parameter_name"><p>callback</p></td>
|
6737
6737
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call
|
6738
6738
|
when the request is satisfied, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6739
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6739
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6740
6740
|
</tr>
|
6741
6741
|
<tr>
|
6742
6742
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -6838,19 +6838,19 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
6838
6838
|
<td class="parameter_name"><p>mount_operation</p></td>
|
6839
6839
|
<td class="parameter_description"><p> a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>
|
6840
6840
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction. </p></td>
|
6841
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6841
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6842
6842
|
</tr>
|
6843
6843
|
<tr>
|
6844
6844
|
<td class="parameter_name"><p>cancellable</p></td>
|
6845
6845
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
6846
6846
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
6847
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6847
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6848
6848
|
</tr>
|
6849
6849
|
<tr>
|
6850
6850
|
<td class="parameter_name"><p>callback</p></td>
|
6851
6851
|
<td class="parameter_description"><p> a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call
|
6852
6852
|
when the request is satisfied, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
6853
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6853
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6854
6854
|
</tr>
|
6855
6855
|
<tr>
|
6856
6856
|
<td class="parameter_name"><p>user_data</p></td>
|
@@ -6947,7 +6947,7 @@ you must register individual watches with <a class="link" href="GFile.html#g-fil
|
|
6947
6947
|
<td class="parameter_name"><p>cancellable</p></td>
|
6948
6948
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
6949
6949
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
6950
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
6950
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
6951
6951
|
</tr>
|
6952
6952
|
<tr>
|
6953
6953
|
<td class="parameter_name"><p>error</p></td>
|
@@ -7012,7 +7012,7 @@ backend and/or filesystem type.</p>
|
|
7012
7012
|
<td class="parameter_name"><p>cancellable</p></td>
|
7013
7013
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
7014
7014
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
7015
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
7015
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
7016
7016
|
</tr>
|
7017
7017
|
<tr>
|
7018
7018
|
<td class="parameter_name"><p>error</p></td>
|
@@ -7068,7 +7068,7 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
7068
7068
|
<td class="parameter_name"><p>cancellable</p></td>
|
7069
7069
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
7070
7070
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
7071
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
7071
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
7072
7072
|
</tr>
|
7073
7073
|
<tr>
|
7074
7074
|
<td class="parameter_name"><p>error</p></td>
|
@@ -7136,13 +7136,13 @@ was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANC
|
|
7136
7136
|
<td class="parameter_name"><p>length</p></td>
|
7137
7137
|
<td class="parameter_description"><p> a location to place the length of the contents of the file,
|
7138
7138
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the length is not needed. </p></td>
|
7139
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
7139
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
7140
7140
|
</tr>
|
7141
7141
|
<tr>
|
7142
7142
|
<td class="parameter_name"><p>etag_out</p></td>
|
7143
7143
|
<td class="parameter_description"><p> a location to place the current entity tag for the file,
|
7144
7144
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the entity tag is not needed. </p></td>
|
7145
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
7145
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
7146
7146
|
</tr>
|
7147
7147
|
<tr>
|
7148
7148
|
<td class="parameter_name"><p>error</p></td>
|
@@ -7265,13 +7265,13 @@ set to the new entity tag for the <em class="parameter"><code>file</code></em>
|
|
7265
7265
|
<td class="parameter_name"><p>length</p></td>
|
7266
7266
|
<td class="parameter_description"><p> a location to place the length of the contents of the file,
|
7267
7267
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the length is not needed. </p></td>
|
7268
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
7268
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
7269
7269
|
</tr>
|
7270
7270
|
<tr>
|
7271
7271
|
<td class="parameter_name"><p>etag_out</p></td>
|
7272
7272
|
<td class="parameter_description"><p> a location to place the current entity tag for the file,
|
7273
7273
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the entity tag is not needed. </p></td>
|
7274
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
7274
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
7275
7275
|
</tr>
|
7276
7276
|
<tr>
|
7277
7277
|
<td class="parameter_name"><p>error</p></td>
|
@@ -7395,13 +7395,13 @@ needed.</p>
|
|
7395
7395
|
<td class="parameter_name"><p>length</p></td>
|
7396
7396
|
<td class="parameter_description"><p> a location to place the length of the contents of the file,
|
7397
7397
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the length is not needed. </p></td>
|
7398
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
7398
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
7399
7399
|
</tr>
|
7400
7400
|
<tr>
|
7401
7401
|
<td class="parameter_name"><p>etag_out</p></td>
|
7402
7402
|
<td class="parameter_description"><p> a location to place the current entity tag for the file,
|
7403
7403
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the entity tag is not needed. </p></td>
|
7404
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
7404
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
7405
7405
|
</tr>
|
7406
7406
|
<tr>
|
7407
7407
|
<td class="parameter_name"><p>error</p></td>
|
@@ -7481,7 +7481,7 @@ in bytes</p></td>
|
|
7481
7481
|
<td class="parameter_name"><p>etag</p></td>
|
7482
7482
|
<td class="parameter_description"><p> the old <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity-tag</a> for the document,
|
7483
7483
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
7484
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
7484
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
7485
7485
|
</tr>
|
7486
7486
|
<tr>
|
7487
7487
|
<td class="parameter_name"><p>make_backup</p></td>
|
@@ -7498,7 +7498,7 @@ or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</
|
|
7498
7498
|
<td class="parameter_description"><p> a location to a new <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity tag</a>
|
7499
7499
|
for the document. This should be freed with <a href="../glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer
|
7500
7500
|
needed, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
7501
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="
|
7501
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
7502
7502
|
</tr>
|
7503
7503
|
<tr>
|
7504
7504
|
<td class="parameter_name"><p>cancellable</p></td>
|
@@ -7588,7 +7588,7 @@ in bytes</p></td>
|
|
7588
7588
|
<td class="parameter_name"><p>etag</p></td>
|
7589
7589
|
<td class="parameter_description"><p> a new <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity tag</a> for the <em class="parameter"><code>file</code></em>
|
7590
7590
|
, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
7591
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
7591
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
7592
7592
|
</tr>
|
7593
7593
|
<tr>
|
7594
7594
|
<td class="parameter_name"><p>make_backup</p></td>
|
@@ -7664,7 +7664,7 @@ content without waiting for the callback.</p>
|
|
7664
7664
|
<td class="parameter_name"><p>etag</p></td>
|
7665
7665
|
<td class="parameter_description"><p> a new <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity tag</a> for the <em class="parameter"><code>file</code></em>
|
7666
7666
|
, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
7667
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
7667
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
7668
7668
|
</tr>
|
7669
7669
|
<tr>
|
7670
7670
|
<td class="parameter_name"><p>make_backup</p></td>
|
@@ -7733,7 +7733,7 @@ tag for the document, if present.</p>
|
|
7733
7733
|
<td class="parameter_description"><p> a location of a new <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity tag</a>
|
7734
7734
|
for the document. This should be freed with <a href="../glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when it is no
|
7735
7735
|
longer needed, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
7736
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL
|
7736
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
7737
7737
|
</tr>
|
7738
7738
|
<tr>
|
7739
7739
|
<td class="parameter_name"><p>error</p></td>
|
@@ -7795,7 +7795,7 @@ is useful when implementing move by copy + delete source.</p>
|
|
7795
7795
|
<td class="parameter_name"><p>cancellable</p></td>
|
7796
7796
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
7797
7797
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
7798
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
7798
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
7799
7799
|
</tr>
|
7800
7800
|
<tr>
|
7801
7801
|
<td class="parameter_name"><p>error</p></td>
|
@@ -7863,7 +7863,7 @@ streaming, rather than just opening for reading or writing.</p>
|
|
7863
7863
|
<td class="parameter_name"><p>cancellable</p></td>
|
7864
7864
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
7865
7865
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
7866
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
7866
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
7867
7867
|
</tr>
|
7868
7868
|
<tr>
|
7869
7869
|
<td class="parameter_name"><p>error</p></td>
|
@@ -7928,7 +7928,7 @@ the result of the operation.</p>
|
|
7928
7928
|
<td class="parameter_name"><p>cancellable</p></td>
|
7929
7929
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
7930
7930
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
7931
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
7931
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
7932
7932
|
</tr>
|
7933
7933
|
<tr>
|
7934
7934
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -8029,7 +8029,7 @@ for reading or writing.</p>
|
|
8029
8029
|
<tr>
|
8030
8030
|
<td class="parameter_name"><p>cancellable</p></td>
|
8031
8031
|
<td class="parameter_description"><p> a <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a>. </p></td>
|
8032
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
8032
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
8033
8033
|
</tr>
|
8034
8034
|
<tr>
|
8035
8035
|
<td class="parameter_name"><p>error</p></td>
|
@@ -8087,7 +8087,7 @@ the result of the operation.</p>
|
|
8087
8087
|
<td class="parameter_name"><p>cancellable</p></td>
|
8088
8088
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
8089
8089
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
8090
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
8090
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
8091
8091
|
</tr>
|
8092
8092
|
<tr>
|
8093
8093
|
<td class="parameter_name"><p>callback</p></td>
|
@@ -8185,7 +8185,7 @@ rather than just opening for reading or writing.</p>
|
|
8185
8185
|
<td class="parameter_name"><p>etag</p></td>
|
8186
8186
|
<td class="parameter_description"><p> an optional <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity tag</a>
|
8187
8187
|
for the current <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>, or <a href="../glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> to ignore. </p></td>
|
8188
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
8188
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
8189
8189
|
</tr>
|
8190
8190
|
<tr>
|
8191
8191
|
<td class="parameter_name"><p>make_backup</p></td>
|
@@ -8201,7 +8201,7 @@ for the current <a class="link" href="GFile.html" title="GFile"><span class="typ
|
|
8201
8201
|
<td class="parameter_name"><p>cancellable</p></td>
|
8202
8202
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
8203
8203
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
8204
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
8204
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
8205
8205
|
</tr>
|
8206
8206
|
<tr>
|
8207
8207
|
<td class="parameter_name"><p>error</p></td>
|
@@ -8258,7 +8258,7 @@ the result of the operation.</p>
|
|
8258
8258
|
<td class="parameter_name"><p>etag</p></td>
|
8259
8259
|
<td class="parameter_description"><p> an <a class="link" href="GFile.html#gfile-etag" title="Entity Tags">entity tag</a> for the current <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>,
|
8260
8260
|
or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
8261
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
8261
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
8262
8262
|
</tr>
|
8263
8263
|
<tr>
|
8264
8264
|
<td class="parameter_name"><p>make_backup</p></td>
|
@@ -8279,7 +8279,7 @@ or <a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</
|
|
8279
8279
|
<td class="parameter_name"><p>cancellable</p></td>
|
8280
8280
|
<td class="parameter_description"><p> optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object,
|
8281
8281
|
<a href="../glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
|
8282
|
-
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL
|
8282
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
8283
8283
|
</tr>
|
8284
8284
|
<tr>
|
8285
8285
|
<td class="parameter_name"><p>callback</p></td>
|