glib/gio
Philip Withnall 4cad66580b gfileinfo: Temporarily downgrade missing attribute criticals to debugs
This partially reverts ed8e86a7d4.

The change to add the criticals (commit ed8e86a7d4) is correct, but
landed too late in the cycle. Let’s downgrade the criticals to debugs
for now, to stop applications seeing a lot of new criticals in their
output. Those criticals are particularly disruptive for command line
applications and unit tests.

Early in the next cycle, the debugs will be re-upgraded to criticals.
This will give applications a whole additional cycle to fix their
ambiguous use of API.

It turned out that a lot of applications have latent bugs around
calling `g_file_info_get_*()` without checking whether an attribute
is set first, and were hence relying on the ‘unknown’ return value
also being an appropriate default for them.

This was compounded by the fact that several non-local GVFS backends
were not setting `GFileInfo` attributes all the time, which caused the
‘missing attribute’ code path to be hit more frequently. For example,
they would only call `g_file_info_set_is_hidden()` with a true value and
never bother with a false one.

It was further compounded by the fact that, while this change landed for
the 2.75.4 release, there did not seem to be extensive integration
testing of that release, and distributions and downstreams went straight
to 2.76.0. That meant we missed the window between 2.75.4 and 2.76.0 to
change, fix or revert this behaviour. GLib relies on distros and
downstreams doing integration testing of unstable releases. We test with
downstream GNOME as part of gnome-build-meta, but do not have the
resources to do integration testing for everybody.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

See: #2907
See: #2932
See: #2934
See: #2945
See: #2948
2023-03-21 15:01:10 +00:00
..
completion completion: Declare variables as local in gio completion script 2021-01-05 16:14:16 +00:00
gdbus-2.0/codegen codegen: Check parameter before calling its interface method 2022-12-30 13:44:20 +00:00
inotify Merge branch 'fix-monitor-root-directory-fail' into 'main' 2023-03-16 12:12:01 +00:00
kqueue Use O_CLOEXEC in {g_,}open () calls for race-free setting of the close-on-exec flag 2023-02-21 12:42:55 +00:00
tests Merge branch 'fix-monitor-root-directory-fail' into 'main' 2023-03-16 12:12:01 +00:00
win32 gwin32: Fix two minor string leaks 2023-01-23 11:50:34 +00:00
xdgmime Fix symbol visibility macros on Windows 2022-10-13 20:53:56 -04:00
data-to-c.py data-to-c.py: generate new-line at the end of the file 2021-07-02 14:42:54 +02:00
dbus-daemon.xml
gaction.c gaction: Improve documentation around floating GVariants 2022-11-15 17:59:36 +00:00
gaction.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gactiongroup.c GActionGroup: Fix ownership transfer annotation for query_action() 2022-09-04 17:29:39 -07:00
gactiongroup.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gactiongroupexporter.c gactiongroupexporter: Validate actions activated or changed over D-Bus 2022-12-09 10:45:21 +00:00
gactiongroupexporter.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gactionmap.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gactionmap.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gappinfo.c gappinfo: Document that g_app_info_get_executable() should not be spawned 2023-01-26 14:54:35 +00:00
gappinfo.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gappinfoprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gapplication-tool.c gdesktopappinfo: Set XDG_ACTIVATION_TOKEN/activation-token startup ID key 2022-12-19 12:45:02 +00:00
gapplication.c gapplication: Document that command line options must be validated 2022-12-09 10:45:21 +00:00
gapplication.h gapplication: Validate types of well-known platform data keys 2022-12-09 10:45:21 +00:00
gapplicationcommandline.c gapplication: Validate types of well-known platform data keys 2022-12-09 10:45:21 +00:00
gapplicationcommandline.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gapplicationimpl-dbus.c gapplication: Validate actions activated over D-Bus 2022-12-09 10:45:21 +00:00
gapplicationimpl.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gasynchelper.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gasynchelper.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gasyncinitable.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gasyncinitable.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gasyncresult.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gasyncresult.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gbufferedinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gbufferedinputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gbufferedoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gbufferedoutputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gbytesicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gbytesicon.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gcancellable.c GCancellable: Ensure it is always cancelled on connect callback 2022-12-15 19:30:43 +01:00
gcancellable.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gcharsetconverter.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcharsetconverter.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gcocoanotificationbackend.m Add SPDX license headers for LGPL-2.1-or-later to various files 2022-06-01 12:44:23 +01:00
gcontenttype-win32.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcontenttype.c Rename G_MARKUP_PARSE_FLAGS_NONE 2022-07-25 22:30:22 +01:00
gcontenttype.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gcontenttypeprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcontextspecificgroup.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gcontextspecificgroup.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gconverter.c gio: converter: Forbid null out arguments 2023-02-02 21:25:56 +02:00
gconverter.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gconverterinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gconverterinputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gconverteroutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gconverteroutputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gcredentials.c Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments" 2022-11-07 11:30:32 +00:00
gcredentials.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gcredentialsprivate.h Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments" 2022-11-07 11:30:32 +00:00
gdatagrambased.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdatagrambased.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdatainputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdatainputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdataoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdataoutputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbus-tool.c gio: Use g_ptr_array_sort_values() 2023-01-06 11:46:01 +00:00
gdbusactiongroup-private.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusactiongroup.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusactiongroup.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusaddress.c Use "e" mode flag in fopen () calls for race-free setting of the close-on-exec flag 2023-02-21 12:42:55 +00:00
gdbusaddress.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusauth.c gdbus: Never buffer reads during server authentication 2023-02-15 14:33:15 +00:00
gdbusauth.h gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusauthmechanism.c gdbus: Allow cross-namespace connections to Linux session and system buses 2022-07-24 14:07:02 +01:00
gdbusauthmechanism.h gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusauthmechanismanon.c gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusauthmechanismanon.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthmechanismexternal.c gdbusauthmechanismexternal: Optionally send empty authorization identity 2022-07-24 13:46:26 +01:00
gdbusauthmechanismexternal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthmechanismsha1.c Use O_CLOEXEC in {g_,}open () calls for race-free setting of the close-on-exec flag 2023-02-21 12:42:55 +00:00
gdbusauthmechanismsha1.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthobserver.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusauthobserver.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusconnection.c Merge branch '2925-gdbus-threading-test' into 'main' 2023-03-02 12:35:21 +00:00
gdbusconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusdaemon.c gdbusdaemon: Simplify name listing code using only arrays 2022-12-16 18:45:37 +01:00
gdbusdaemon.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gdbuserror.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbuserror.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusinterface.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusinterface.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusinterfaceskeleton.c gdbusinterfaceskeleton: Fix a use-after-free of a GDBusMethodInvocation 2023-02-23 12:16:05 +00:00
gdbusinterfaceskeleton.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusintrospection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusintrospection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusmenumodel.c gmenumodel: disallow exporting large menus on the bus 2022-12-14 15:42:14 +00:00
gdbusmenumodel.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusmessage.c gdbusmessage: Get message headers keys as arrays 2022-12-16 18:45:36 +01:00
gdbusmessage.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusmethodinvocation.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusmethodinvocation.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusnameowning.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusnameowning.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusnamewatching.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusnamewatching.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusobject.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobject.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusobjectmanager.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectmanager.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusobjectmanagerclient.c gdbusobjectmanagerclient: Simplify g-name-owner changes code 2022-12-16 18:45:36 +01:00
gdbusobjectmanagerclient.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusobjectmanagerserver.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectmanagerserver.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusobjectproxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusobjectproxy.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusobjectskeleton.c gdbusobjectskeleton: Get the ifaces via array instead of list 2022-12-16 18:45:36 +01:00
gdbusobjectskeleton.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusprivate.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusprivate.h Do not define GIO_COMPILATION for executables 2022-10-13 20:53:56 -04:00
gdbusproxy.c gio: Use g_ptr_array_sort_values() 2023-01-06 11:46:01 +00:00
gdbusproxy.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusserver.c gio/gdbusserver: use non-abstract socket for unix:tmpdir= 2022-10-21 22:08:11 +07:00
gdbusserver.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusutils.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdbusutils.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdebugcontroller.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdebugcontroller.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdebugcontrollerdbus.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdebugcontrollerdbus.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdelayedsettingsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdelayedsettingsbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdesktopappinfo.c gdesktopappinfo: Add a missing NULL check 2023-03-14 14:37:14 +00:00
gdesktopappinfo.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdocumentportal.c documentportal: Fix small leak in add_documents with empty URI list 2022-09-02 19:48:36 +02:00
gdocumentportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdrive.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdrive.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdtlsclientconnection.c Rename G_TLS_CERTIFICATE_FLAGS_NONE 2022-07-25 22:30:22 +01:00
gdtlsclientconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdtlsconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdtlsconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdtlsserverconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdtlsserverconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdummyfile.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummyfile.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummyproxyresolver.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummyproxyresolver.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummytlsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gdummytlsbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gemblem.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gemblem.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gemblemedicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gemblemedicon.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfdonotificationbackend.c gfdonotificationbackend: Validate actions before activating them 2022-12-09 10:45:21 +00:00
gfile.c Merge branch '2932-check-etag-attributes' into 'main' 2023-03-06 17:42:01 +00:00
gfile.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfileattribute-priv.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileattribute.c gfileattribute: Do atomic addition before checking the old value on ref 2022-06-23 20:01:12 +02:00
gfileattribute.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfiledescriptorbased.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfiledescriptorbased.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfileenumerator.c gfileenumerator: Add an example of using next_files_async() to the docs 2023-03-21 14:07:08 +00:00
gfileenumerator.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfileicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileicon.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfileinfo-priv.h file-info: Add a set of attributes for large thumbnails 2022-12-08 05:21:19 +01:00
gfileinfo.c gfileinfo: Temporarily downgrade missing attribute criticals to debugs 2023-03-21 15:01:10 +00:00
gfileinfo.h file-info: Add a set of attributes for large thumbnails 2022-12-08 05:21:19 +01:00
gfileinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileinputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfileiostream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileiostream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfilemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilemonitor.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfilenamecompleter.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilenamecompleter.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfileoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfileoutputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfilterinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilterinputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfilteroutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gfilteroutputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
ggtknotificationbackend.c ggtknotificationbackend: Fix a minor typo in a comment 2022-11-15 17:59:36 +00:00
ghttpproxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ghttpproxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gicon.c gicon: Do not mark g_icon_to_string() as to_tokens() invoker 2022-10-06 17:25:13 +02:00
gicon.h Merge branch 'gicon-introspect-vfuncs' into 'main' 2022-10-20 11:39:04 +00:00
ginetaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginetaddress.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
ginetaddressmask.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginetaddressmask.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
ginetsocketaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginetsocketaddress.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
ginitable.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginitable.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
ginputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
ginputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gio_probes.d
gio_trace.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-autocleanups.h Revert "meson: Use gnome.mkenum_simple()" 2022-11-24 12:06:10 +00:00
gio-launch-desktop.c gio-launch-desktop: Fix the G_STATIC_ASSERT expressions for clang 2022-09-15 12:55:18 +02:00
gio-querymodules.c Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments" 2022-11-07 11:30:32 +00:00
gio-tool-cat.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-copy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-info.c gio: Add some missing file info attribute checks in gio-list and gio-tree 2023-03-21 12:15:50 +00:00
gio-tool-launch.c gio: Check __APPLE__ in a few places instead of HAVE_COCOA 2022-11-07 11:30:32 +00:00
gio-tool-list.c gio: Add some missing file info attribute checks in gio-list and gio-tree 2023-03-21 12:15:50 +00:00
gio-tool-mime.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-mkdir.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-monitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-mount.c gio-tool-mount: Return early on fgets EOF 2022-08-30 16:33:29 +02:00
gio-tool-move.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-open.c gio: Check __APPLE__ in a few places instead of HAVE_COCOA 2022-11-07 11:30:32 +00:00
gio-tool-remove.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-rename.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-save.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-set.c gio-tool: -d option to delete attribute 2022-07-31 13:19:50 -05:00
gio-tool-trash.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool-tree.c gio: Add some missing file info attribute checks in gio-list and gio-tree 2023-03-21 12:15:50 +00:00
gio-tool.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio-tool.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gio.h Merge branch 'win32-fd' into 'main' 2022-05-18 14:01:43 +00:00
gio.rc.in
gio.stp.in
gioenums.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gioenumtypes.c.template Revert "meson: Use gnome.mkenum_simple()" 2022-11-24 12:06:10 +00:00
gioenumtypes.h.template Revert "meson: Use gnome.mkenum_simple()" 2022-11-24 12:06:10 +00:00
gioerror.c gioerror: Rely on GFileError to compute GIOErrorEnum from errno 2022-06-22 20:07:30 +02:00
gioerror.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
giomodule-priv.c Do not define GIO_COMPILATION for executables 2022-10-13 20:53:56 -04:00
giomodule-priv.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giomodule.c gio: Check __APPLE__ in a few places instead of HAVE_COCOA 2022-11-07 11:30:32 +00:00
giomodule.h giomodules: g_io_module_* must always be exported 2022-10-13 20:53:56 -04:00
gioprivate.h Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments" 2022-11-07 11:30:32 +00:00
gioscheduler.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gioscheduler.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
giostream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giostream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
giotypes.h Do not name callback parameters "user_data" 2023-01-09 14:12:16 +01:00
giounix-private.c gio-unix: Use EPOLL_CLOEXEC by default 2022-08-26 04:10:22 -04:00
giounix-private.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giowin32-afunix.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giowin32-priv.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
giowin32-private.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gkeyfilesettingsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glib-compile-resources.c Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments" 2022-11-07 11:30:32 +00:00
glib-compile-schemas.c Use g_string_free_and_steal () more 2023-01-27 11:55:27 +03:00
glistmodel.c listmodel: Recommend implementing properties 2022-06-09 17:08:42 +02:00
glistmodel.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gliststore.c Allow passing a NULL item to g_list_store_find_with_equal_func() 2023-02-20 10:16:11 +02:00
gliststore.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gloadableicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gloadableicon.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
glocalfile.c Merge branch '2934-false-null-file-attributes' into 'main' 2023-03-07 15:33:59 +00:00
glocalfile.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileenumerator.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileenumerator.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileinfo.c Merge branch '2934-false-null-file-attributes' into 'main' 2023-03-07 15:33:59 +00:00
glocalfileinfo.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileiostream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileiostream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfilemonitor.c gsignal: Add G_CONNECT_DEFAULT 2022-06-23 10:46:45 +01:00
glocalfilemonitor.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
glocalfileoutputstream.c g_mkstemp: Use O_CLOEXEC for race-free setting of the close-on-exec flag 2023-02-22 00:38:13 +01:00
glocalfileoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalvfs.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalvfs.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmarshal-internal.c Replace all uses of G_VA_COPY with Standard C va_copy 2022-10-26 18:07:55 +01:00
gmarshal-internal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmarshal-internal.list gio: remove use of generic marshaller from GIO objects 2019-06-17 16:29:09 -07:00
gmemoryinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemoryinputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gmemorymonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitor.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gmemorymonitordbus.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitordbus.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitorportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitorportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemorymonitorwin32.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemoryoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmemoryoutputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gmemorysettingsbackend.c Add missing extension point register for for GMemorySettingsBackend 2022-07-15 21:36:03 +02:00
gmenu.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmenu.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gmenuexporter.c gmenuexporter: Fix warning of unused n_items when building with G_DISABLE_ASSERT 2022-12-21 12:33:58 +00:00
gmenuexporter.h gmenumodel: disallow exporting large menus on the bus 2022-12-14 15:42:14 +00:00
gmenumodel.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmenumodel.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gmount.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmount.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gmountoperation.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gmountoperation.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gmountprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnativesocketaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnativesocketaddress.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnativevolumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnativevolumemonitor.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnetworkaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkaddress.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnetworking.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworking.h.in Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnetworkingprivate.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitor.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnetworkmonitorbase.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitorbase.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnetworkmonitornetlink.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitornetlink.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitornm.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitornm.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitorportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkmonitorportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkservice.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnetworkservice.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnextstepsettingsbackend.m gio: Ensure extension points are registered when creating Settings backends 2022-07-15 21:36:09 +02:00
gnotification-private.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnotification.c gnotification: Fix a couple of minor typos in a documentation comment 2022-11-16 10:12:05 +00:00
gnotification.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnotificationbackend.c gnotificationbackend: Fix a GDBusConnection leak 2022-11-16 10:12:05 +00:00
gnotificationbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gnullsettingsbackend.c gio: Ensure extension points are registered when creating Settings backends 2022-07-15 21:36:09 +02:00
gopenuriportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gopenuriportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gosxappinfo.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gosxappinfo.m Merge branch 'more-spdx' into 'main' 2022-07-05 11:06:49 +00:00
gosxcontenttype.m gio: Change content type of zero-sized files to application/x-zerosize 2022-11-07 13:21:28 +00:00
goutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
goutputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gpermission.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpermission.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gpollableinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollableinputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gpollableoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollableoutputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gpollableutils.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpollableutils.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gpollfilemonitor.c gpollfilemonitor: Add missing attribute checks for g_file_info_get_size() 2023-03-21 12:15:50 +00:00
gpollfilemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gportalnotificationbackend.c Add SPDX license headers for LGPL-2.1-or-later to various files 2022-06-01 12:44:23 +01:00
gportalsupport.c gio/tests: Add tests for flatpak infos 2022-11-24 20:03:39 +01:00
gportalsupport.h portal: Fix broken header guard 2022-10-31 12:08:41 +01:00
gpowerprofilemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitor.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gpowerprofilemonitordbus.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitordbus.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitorportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpowerprofilemonitorportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpropertyaction.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gpropertyaction.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gproxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxy.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gproxyaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxyaddress.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gproxyaddressenumerator.c proxyaddressenumerator: set error parameter more thoughtfully 2022-06-27 15:10:05 -05:00
gproxyaddressenumerator.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gproxyresolver.c gproxyresolver: allow implicit ports in URIs 2022-12-22 15:37:27 -06:00
gproxyresolver.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gproxyresolverportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gproxyresolverportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gregistrysettingsbackend.c gio: Ensure extension points are registered when creating Settings backends 2022-07-15 21:36:09 +02:00
gregistrysettingsbackend.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gremoteactiongroup.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gremoteactiongroup.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gresolver.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gresolver.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gresource-tool.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gresource.c gresource: Use atomic pointer exchange operations to nullify and check 2022-06-23 20:01:12 +02:00
gresource.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gresourcefile.c gresourcefile: Fix a missing newline in GResourceFile 2023-03-06 16:10:50 +00:00
gresourcefile.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsandbox.c gio/tests: Add tests for flatpak infos 2022-11-24 20:03:39 +01:00
gsandbox.h gio: Create a sandbox checking function 2022-11-01 10:20:36 +00:00
gschema.dtd gschema.dtd: Add target attribute to alias 2019-05-06 16:26:53 +02:00
gschema.its
gschema.loc
gseekable.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gseekable.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsettings-mapping.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettings-mapping.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettings-tool.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettings.c gsettings: Slightly simplify g_settings_action_get_state() 2023-01-13 22:14:56 +00:00
gsettings.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsettingsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettingsbackend.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsettingsbackendinternal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettingsschema-internal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettingsschema.c gregex: Add G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT 2022-06-23 10:47:39 +01:00
gsettingsschema.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsimpleaction.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleaction.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsimpleactiongroup.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleactiongroup.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsimpleasyncresult.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleasyncresult.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsimpleiostream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimpleiostream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsimplepermission.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsimplepermission.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsimpleproxyresolver.c Revert "gsimpleproxyresolver: Make explicit that a port is needed for HTTP/HTTPS" 2022-12-22 15:37:27 -06:00
gsimpleproxyresolver.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocket.c gsocket: Use accept4 () for race-free setting of the close-on-exec flag 2023-02-19 16:47:13 +01:00
gsocket.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocketaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketaddress.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocketaddressenumerator.c gsocketaddressenumerator: add nullable annotation to the result of next 2022-05-31 11:34:02 +02:00
gsocketaddressenumerator.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocketclient.c gsocketclient: Document ownership of connection_attempts better 2023-02-23 12:14:29 +00:00
gsocketclient.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocketconnectable.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketconnectable.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocketconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocketcontrolmessage.c gsocketcontrolmessage: add nullable annotation to deserialize return 2022-11-29 17:46:16 -05:00
gsocketcontrolmessage.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocketinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketinputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketlistener.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketlistener.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocketoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketoutputstream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketservice.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocketservice.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocks4aproxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks4aproxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks4proxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks4proxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks5proxy.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsocks5proxy.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsrvtarget.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsrvtarget.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsubprocess.c gsignal: Add G_CONNECT_DEFAULT 2022-06-23 10:46:45 +01:00
gsubprocess.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsubprocesslauncher-private.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsubprocesslauncher.c Fix a couple of closure annotations 2023-01-13 18:06:23 +02:00
gsubprocesslauncher.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtask.c GTask: Document issues 2023-01-16 08:19:23 -05:00
gtask.h gtask: don't use g_task_set_static_name() unless allowed 2022-11-03 19:06:40 -05:00
gtcpconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtcpconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtcpwrapperconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtcpwrapperconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtestdbus.c gtestdbus: Use g_unix_open_pipe_internal () for creating pipes 2023-02-21 12:42:55 +00:00
gtestdbus.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gthemedicon.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gthemedicon.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gthreadedresolver.c gthreadedresolver: Comment on name expansion for SRV targets 2022-10-17 12:46:01 +01:00
gthreadedresolver.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gthreadedsocketservice.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gthreadedsocketservice.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtlsbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsbackend.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtlscertificate.c gtlscertificate: Update reference to G_TLS_CERTIFICATE_NO_FLAGS 2022-08-06 01:33:15 +02:00
gtlscertificate.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtlsclientconnection.c Rename G_TLS_CERTIFICATE_FLAGS_NONE 2022-07-25 22:30:22 +01:00
gtlsclientconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtlsconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtlsdatabase.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsdatabase.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtlsfiledatabase.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsfiledatabase.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtlsinteraction.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsinteraction.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtlspassword.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlspassword.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtlsserverconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtlsserverconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gtrashportal.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gtrashportal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunionvolumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunionvolumemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixconnection.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixconnection.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gunixcredentialsmessage.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixcredentialsmessage.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gunixfdlist.c Merge branch 'win32-fd' into 'main' 2022-05-18 14:01:43 +00:00
gunixfdlist.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gunixfdmessage.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixfdmessage.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gunixinputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixinputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gunixmount.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixmount.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixmounts.c gunixmounts: Use "e" mode flag in setmntent () call for race-free setting of the close-on-exec flag 2023-02-22 00:32:33 +01:00
gunixmounts.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gunixoutputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixoutputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gunixsocketaddress.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixsocketaddress.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gunixvolume.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixvolume.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixvolumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gunixvolumemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvfs.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvfs.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gvolume.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvolume.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gvolumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gvolumemonitor.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gwin32api-application-activation-manager.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gwin32api-iterator.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gwin32api-misc.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gwin32api-package.h Add VTable definition for IPackage2 2023-02-21 18:01:51 +01:00
gwin32api-storage.h gio: Add some missing license and copyright headers 2022-07-05 12:30:46 +01:00
gwin32appinfo.c GWin32AppInfo: Add NULL string checks 2023-03-09 14:29:38 +01:00
gwin32appinfo.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32file-sync-stream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32file-sync-stream.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32inputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32inputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gwin32mount.c gwin32: Fix two minor string leaks 2023-01-23 11:50:34 +00:00
gwin32mount.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32networkmonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32networkmonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32notificationbackend.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32outputstream.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32outputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gwin32packageparser.c GWin32AppInfo: Retrieve display name of UWP (packaged) apps 2023-02-22 13:24:13 +01:00
gwin32packageparser.h GWin32AppInfo: Retrieve display name of UWP (packaged) apps 2023-02-22 13:24:13 +01:00
gwin32registrykey.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32registrykey.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gwin32sid.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32sid.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32volumemonitor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gwin32volumemonitor.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gzlibcompressor.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gzlibcompressor.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gzlibdecompressor.c Add functionality to preserve nanosecond timestamps 2022-05-27 17:03:35 +01:00
gzlibdecompressor.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
meson.build build: Don't overwrite build variables 2023-01-08 00:33:14 +00:00
org.freedesktop.portal.Documents.xml tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
org.freedesktop.portal.OpenURI.xml gio: update dbus interfaces from xdg-desktop-portal tree 2019-12-17 20:48:22 +08:00
org.freedesktop.portal.ProxyResolver.xml gio: update dbus interfaces from xdg-desktop-portal tree 2019-12-17 20:48:22 +08:00
org.freedesktop.portal.Trash.xml Support the trash portal 2019-01-31 19:00:19 -05:00
strinfo.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
thumbnail-verify.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
thumbnail-verify.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00