glib/gio
Nelson Benítez León 40f567aa2a GDesktopAppInfo: prioritize match_type over match_category when searching apps
Commit 9e2ad88455 improved app search results by allowing to differentiate
their match_type: prefix match or substring match; while giving more priority
to prefix matches over substring matches, but only when they are in the same
match_category[1].

This was a step forward but, as outlined in #3082, still not enough to get
most relevant results first to the user, because apparently (and for the
specific case of desktop app searching) a prefix match in a lower category
is more relevant to the user than a substring match in a higher category.

So that's what this commit implements, i.e. it makes sure prefix matches
are still preferred over substring matches but this time not only when
in the same category but also across different categories.

[1] Match category is the Desktop file key where the match happened.
    They are shown below from top to lesser priority.
      DESKTOP_KEY_Name
      DESKTOP_KEY_Exec
      DESKTOP_KEY_Keywords
      DESKTOP_KEY_GenericName
      DESKTOP_KEY_X_GNOME_FullName
      DESKTOP_KEY_Comment

Fixes #3082
2023-10-03 09:10:21 +01:00
..
completion completion: Declare variables as local in gio completion script 2021-01-05 16:14:16 +00:00
gdbus-2.0/codegen Generate RST anchors for methods, signals, and properties 2023-08-28 16:59:32 +01:00
inotify gmodule: Define a gmodule include dependency and use it in gio modules 2023-04-19 21:10:29 +02:00
kqueue Fix build race between gio subdirs and gversionmacros.h 2023-07-25 20:28:20 -05:00
tests GDesktopAppInfo: prioritize match_type over match_category when searching apps 2023-10-03 09:10:21 +01:00
win32 Fix build race between gio subdirs and gversionmacros.h 2023-07-25 20:28:20 -05: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 actiongroup: Add a compiler warning 2023-04-07 08:44:29 -04:00
gactiongroup.h actiongroup: Add a compiler warning 2023-04-07 08:44:29 -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 gactionmap: Add g_action_map_remove_action_entries() 2023-05-26 10:30:40 +01:00
gactionmap.h gactionmap: Add g_action_map_remove_action_entries() 2023-05-26 10:30:40 +01:00
gappinfo.c Fix typos 2023-08-01 15:33:21 -03: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 Fix typos 2023-08-01 15:33:21 -03: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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 gdbusconnection: Add some assertions about required message fields 2023-08-28 11:11:37 +01: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 Added Annotations 2023-06-27 16:49:43 +00:00
gdbusinterfaceskeleton.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gdbusintrospection.c Fix typos 2023-08-01 15:33:21 -03: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: Validate required headers have the right type 2023-08-28 11:11:37 +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 gdbusprivate: Use G_SOURCE_REMOVE in a source callback 2023-04-14 15:37:21 +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 gdebugcontrollerdbus: Fix incorrect paragraph on auth in documentation 2023-03-29 14:05:43 +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: prioritize match_type over match_category when searching apps 2023-10-03 09:10:21 +01: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 glib: Pass O_CLOEXEC rather than FD_CLOEXEC to g_unix_open_pipe() 2023-08-16 14:31:40 +01:00
gfile.h gio: Add g_file_new_build_filenamev 2023-05-23 10:14:28 +00: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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01: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: add file_path methods for language bindings 2023-07-21 21:24:50 +01:00
gfileinfo.h gfileinfo: add file_path methods for language bindings 2023-07-21 21:24:50 +01:00
gfileinputstream.c Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01:00
gfileinputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gfileiostream.c Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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-tool-info: Move translator comments so they’re visible 2023-08-12 20:01:36 +01: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: Add option to show progress when unmounting 2023-06-28 15:51:51 +00: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 glocalfile: Sum apparent size only for files and symlinks 2023-04-08 00:39:25 +00: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: fix build on older macOS SDKs 2023-04-20 08:54:23 -04: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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 Improve depfile generated by glib-compile-resources 2023-05-31 14:50:21 -05:00
glib-compile-schemas.c glib-compile-schemas: Fix non-ASCII arg parsing on Windows 2023-05-23 16:49:21 +06:00
glistmodel.c listmodel: add documentation about unique instances 2023-06-21 11:01:52 -07:00
glistmodel.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gliststore.c Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01:00
gliststore.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gloadableicon.c Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01:00
gloadableicon.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
glocalfile.c glocalfile: Sum apparent size only for files and symlinks 2023-04-08 00:39:25 +00:00
glocalfile.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileenumerator.c gio: Check cancellable iterating local file enumerator 2023-05-19 11:53:18 +00:00
glocalfileenumerator.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
glocalfileinfo.c glocalfileinfo: Delete some redundant code 2023-06-28 17:49:45 +01:00
glocalfileinfo.h glocalfileinfo: Fix GLocalFileStat getters on MinGW x86 2023-06-30 15:00:56 +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 gfile: Strip query sections from file: URIs 2023-07-28 15:04:49 +03: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: synchronization in org_gtk_Menus_get_interface. 2023-08-13 01:21:49 -03: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: use reentrant getservbyname_r() if available 2023-08-14 09:32:43 +01:00
gnetworkaddress.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnetworking.c gio: use reentrant getservbyname_r() if available 2023-08-14 09:32:43 +01:00
gnetworking.h.in Rename all visibility macros 2022-10-13 20:53:56 -04:00
gnetworkingprivate.h gio: use reentrant getservbyname_r() if available 2023-08-14 09:32:43 +01:00
gnetworkmonitor.c gnetworkmonitor: Expand guidelines for metered data use 2023-07-29 15:22:15 +03: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: use reentrant getservbyname_r() if available 2023-08-14 09:32:43 +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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 gpollable: Clarify that can_poll() must be called before other methods 2023-03-23 12:08:08 +00:00
gpollableinputstream.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gpollableoutputstream.c gpollable: Clarify that can_poll() must be called before other methods 2023-03-23 12:08:08 +00: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: Rename GTK_USE_PORTAL to GIO_USE_PORTALS 2023-10-02 15:00:23 +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 Check for empty property name in GPropertyAction 2023-10-02 17:17:24 +01:00
gpropertyaction.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gproxy.c Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 Fix failure to respect default port of proxy URLs 2023-05-30 09:49:43 -05:00
gproxyaddressenumerator.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gproxyresolver.c Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01: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 gregistrysettingsbackend: Remove translatable pspec nick/blurb 2023-04-27 23:33:47 +01:00
gregistrysettingsbackend.h gregistrysettingsbackend: Allow a different root key path 2023-04-14 17:00:01 +00: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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01:00
gresolver.h Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01:00
gresource-tool.c gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gresource.c gresource: Use compare and exchange full to get registered resources 2023-05-30 12:34:41 +01:00
gresource.dtd gio: Add gresource.dtd 2023-08-17 14:25:53 +01:00
gresource.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gresourcefile.c gresourcefile: Fix crash if called with a badly escaped URI 2023-08-29 11:22:43 +01: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 Fix typos 2023-08-01 15:33:21 -03: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 gregistrysettingsbackend: Allow a different root key path 2023-04-14 17:00:01 +00:00
gsettingsschema-internal.h gio: Add SPDX license headers automatically 2022-05-18 09:18:52 +01:00
gsettingsschema.c gsettingsschema: fix l10n=time attribute 2023-08-03 09:10:58 -05: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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 gmain: remove unnecessary initialization of *timeout in prepare() callbacks 2023-05-18 11:26:33 +02: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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01:00
gsocketaddressenumerator.h Rename all visibility macros 2022-10-13 20:53:56 -04:00
gsocketclient.c Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01: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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +01:00
gtask.h Ignore g_task_print_alive_task() when introspecting GIO 2023-05-16 13:33:19 +01: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 glib: Pass O_CLOEXEC rather than FD_CLOEXEC to g_unix_open_pipe() 2023-08-16 14:31:40 +01: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: Fix race between source callbacks and finalize 2023-09-11 16:02:15 +01:00
gthreadedresolver.h gthreadedresolver: Port to G_DECLARE_FINAL_TYPE 2023-04-27 12:23:25 +01: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 Fix typos 2023-08-01 15:33:21 -03: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 Audit and fix incorrect use of (closure) in glib 2023-07-21 19:03:57 +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 gio: define hasmntopt ourselves under bionic libc 2023-05-22 22:44:52 +02: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: Fix g_str_has_prefix() check 2023-04-05 13:50:23 +02: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 gwin32networkmonitor: Fix returning address of local variable 2023-05-09 12:52:42 +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 meson: fix gnetworking.h install tag 2023-09-01 22:24:39 +02: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