glib/gio
Lars Uebernickel 0751ccd315 gdbus: fix use-after-free
g_dbus_connection_call_internal() accesses the user data it passes to
g_dbus_connection_send_message_with_reply() after the call. That data
might be freed already in the case that the callback is called
immediately.

Fix this by removing the 'serial' field from the user data altogether
and fetch the serial from the message in the callback.

https://bugzilla.gnome.org/show_bug.cgi?id=748263
2017-05-12 14:43:22 -04:00
..
completion completion: Complete gsettings describe 2016-10-05 14:26:42 -04:00
fam gio/fam: Remove leftover debug print 2017-03-16 10:36:17 -04:00
gdbus-2.0/codegen Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gvdb Avoid calling Standard C string/array functions with NULL arguments 2016-12-02 19:10:39 +00:00
inotify License headers: "the Gnome Library" -> "this library" 2017-01-04 19:12:56 +01:00
kqueue gio: Always purge kqueue subs from missing list 2017-03-09 17:38:55 +00:00
tests tests: Fix g_content_type_is_mime_type() test on OSX 2017-04-29 03:47:54 -04:00
win32 Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
xdgmime xdgmime: Finer handling for cases where mmap() is not available 2015-12-16 07:47:54 -05:00
.gitignore Update the ignore file for GIO 2016-07-19 14:18:49 +01:00
ChangeLog
data-to-c.pl Change gio/data-to-c.pl to /usr/bin/env perl. 2014-06-28 14:06:59 -04:00
dbus-daemon.xml Add GDBusDAaemon, an implementation of a message bus 2012-04-20 15:02:48 +02:00
gaction.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gaction.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gactiongroup.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gactiongroup.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gactiongroupexporter.c GActionGroupExporter: flush queue on requests 2015-06-05 12:36:36 -04:00
gactiongroupexporter.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gactionmap.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gactionmap.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gappinfo.c gappinfo: Clear previously set error before calling portal 2017-04-29 15:15:49 +02:00
gappinfo.h docs: Fix some DocBook usage in a few gtk-doc comments 2017-03-16 13:50:19 +00:00
gappinfoprivate.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gapplication-tool.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gapplication.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gapplication.h gapplication: add "is-busy" 2015-02-19 08:39:55 +01:00
gapplicationcommandline.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gapplicationcommandline.h GApplication: parse command line options 2014-02-06 12:02:53 +00:00
gapplicationimpl-dbus.c gapplicationimpl-dbus: Fix leak of fd list object 2014-07-23 07:43:41 -04:00
gapplicationimpl.h GApplication: parse command line options 2014-02-06 12:02:53 +00:00
gasynchelper.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gasynchelper.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gasyncinitable.c gobject: Fix Since/Deprecated versions for GParameter replacement API 2017-03-31 11:09:53 +01:00
gasyncinitable.h gobject: Fix Since/Deprecated versions for GParameter replacement API 2017-03-31 11:09:53 +01:00
gasyncresult.c gio: deprecate GSimpleAsyncResult 2015-04-04 10:16:52 -04:00
gasyncresult.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gbufferedinputstream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gbufferedinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gbufferedoutputstream.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gbufferedoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gbytesicon.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gbytesicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcancellable.c gio: Drop redundant g_source_is_destroyed() calls 2017-03-23 15:00:19 +00:00
gcancellable.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcharsetconverter.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gcharsetconverter.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcocoanotificationbackend.c Implement GNotification on OSX 2015-06-05 14:55:58 -04:00
gcontenttype-win32.c Create g_content_type_is_mime_type() 2017-03-08 23:02:10 -05:00
gcontenttype.c Implement GContentType on OSX 2017-03-13 10:32:02 -04:00
gcontenttype.h Create g_content_type_is_mime_type() 2017-03-08 23:02:10 -05:00
gcontenttypeprivate.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcontextspecificgroup.c GContextSpecificGroup: detach sources 2016-04-26 15:20:16 +02:00
gcontextspecificgroup.h GContextSpecificGroup: fix deadlock 2015-03-02 15:10:46 -05:00
gconverter.c glib: Add missing (nullable) and (optional) annotations 2015-11-07 10:48:32 +01:00
gconverter.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gconverterinputstream.c Avoid calling Standard C string/array functions with NULL arguments 2016-12-02 19:10:39 +00:00
gconverterinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gconverteroutputstream.c Avoid calling Standard C string/array functions with NULL arguments 2016-12-02 19:10:39 +00:00
gconverteroutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcredentials.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gcredentials.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcredentialsprivate.h gcredentialsprivate: clarify the USE_FREEBSD_CMSGCRED users 2015-01-27 07:38:31 -05:00
gdatagrambased.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdatagrambased.h gio: Add GDatagramBased interface and rebase GSocket on it 2015-10-13 15:33:48 +01:00
gdatainputstream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdatainputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdataoutputstream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdataoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbus-tool.c gdbus-tool: Improve --help output for gdbus wait 2017-04-03 11:53:28 +01:00
gdbusactiongroup-private.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusactiongroup.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gdbusactiongroup.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusaddress.c docs: Fix a typo in a documentation string 2017-02-08 15:06:34 +00:00
gdbusaddress.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauth.c gdbusauth: plug memory leak 2017-02-21 10:31:03 +00:00
gdbusauth.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthmechanism.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthmechanism.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthmechanismanon.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthmechanismanon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthmechanismexternal.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthmechanismexternal.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthmechanismsha1.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gdbusauthmechanismsha1.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthobserver.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gdbusauthobserver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusconnection.c gdbus: fix use-after-free 2017-05-12 14:43:22 -04:00
gdbusconnection.h docs: Fix some DocBook usage in a few gtk-doc comments 2017-03-16 13:50:19 +00:00
gdbusdaemon.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gdbusdaemon.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gdbuserror.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdbuserror.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusinterface.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdbusinterface.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusinterfaceskeleton.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gdbusinterfaceskeleton.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusintrospection.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gdbusintrospection.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusmenumodel.c Stop using g_sequence_get_length() to check if it's empty 2015-10-30 11:35:28 -04:00
gdbusmenumodel.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusmessage.c gdbusmessage: Don’t use major()/minor() if they’re unavailable 2017-04-28 15:26:28 +01:00
gdbusmessage.h gdbusmessage: Add missing G_GNUC_PRINTF attribute 2017-03-14 12:57:32 +00:00
gdbusmethodinvocation.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gdbusmethodinvocation.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusnameowning.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdbusnameowning.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusnamewatching.c gdbus: Fix atomic accesses to global name watch ID 2017-02-05 14:59:44 +01:00
gdbusnamewatching.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobject.c gio: Intern all signal names beforehand 2015-09-12 11:13:45 -04:00
gdbusobject.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobjectmanager.c gio: Intern all signal names beforehand 2015-09-12 11:13:45 -04:00
gdbusobjectmanager.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobjectmanagerclient.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gdbusobjectmanagerclient.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobjectmanagerserver.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdbusobjectmanagerserver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobjectproxy.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobjectproxy.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobjectskeleton.c gio: Intern all signal names beforehand 2015-09-12 11:13:45 -04:00
gdbusobjectskeleton.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusprivate.c gdbusprivate: Include a few headers to fix win32 build 2017-03-27 14:46:06 -04:00
gdbusprivate.h gio: (belatedly) port gdbus from GSimpleAsyncResult to GTask 2015-04-04 10:16:45 -04:00
gdbusproxy.c gdbus: Initialize types at async entrypoints 2017-03-27 09:42:47 -04:00
gdbusproxy.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusserver.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gdbusserver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusutils.c Convert another table to a list 2014-02-08 15:18:37 -05:00
gdbusutils.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdelayedsettingsbackend.c gsettingsbackend: a minor simplification 2014-03-14 09:46:39 -04:00
gdelayedsettingsbackend.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdesktopappinfo.c Avoid calling Standard C string/array functions with NULL arguments 2016-12-02 19:10:39 +00:00
gdesktopappinfo.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gdocumentportal.c Deal with lack of O_CLOEXEC 2016-07-21 11:54:14 -04:00
gdocumentportal.h appinfo: support opening files through document portal 2016-07-11 18:20:48 -07:00
gdrive.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdrive.h Fix ABI compatibility 2016-05-20 12:35:06 +02:00
gdtlsclientconnection.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdtlsclientconnection.h gio: Add DTLS interfaces 2016-01-18 14:25:06 +00:00
gdtlsconnection.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gdtlsconnection.h gio: Add DTLS interfaces 2016-01-18 14:25:06 +00:00
gdtlsserverconnection.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gdtlsserverconnection.h gio: Add DTLS interfaces 2016-01-18 14:25:06 +00:00
gdummyfile.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gdummyfile.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdummyproxyresolver.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gdummyproxyresolver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdummytlsbackend.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gdummytlsbackend.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gemblem.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gemblem.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gemblemedicon.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gemblemedicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfdonotificationbackend.c fdo notification: Avoid a double free 2017-02-18 10:19:18 +01:00
gfile.c gio: Bump copy buffer size to 256k by default 2017-01-11 18:25:21 +01:00
gfile.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gfileattribute-priv.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfileattribute.c docs: Fix broken gtk-doc formatting 2014-08-18 14:08:41 +02:00
gfileattribute.h docs: Remove <!-- --> comment before plural s 2014-04-24 13:42:37 +02:00
gfiledescriptorbased.c Docs: Drop entities, switch away from sgml mode 2014-02-09 02:07:26 -05:00
gfiledescriptorbased.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gfileenumerator.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gfileenumerator.h filenumerator: Add g_file_enumerator_iterate() 2015-02-20 14:02:05 -05:00
gfileicon.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gfileicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfileinfo-priv.h fileinfo: Add a G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE attribute 2015-08-20 18:40:02 +02:00
gfileinfo.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gfileinfo.h fileinfo: Add G_FILE_ATTRIBUTE_RECENT_MODIFIED attribute 2017-02-13 08:12:48 -05:00
gfileinputstream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gfileinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfileiostream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gfileiostream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfilemonitor.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gfilemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfilenamecompleter.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gfilenamecompleter.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfileoutputstream.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gfileoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfilterinputstream.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gfilterinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfilteroutputstream.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gfilteroutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
ggtknotificationbackend.c Updated FSF's address 2014-01-31 14:31:55 +01:00
ghttpproxy.c httpproxy: Fix invalid request on invalid hostnames 2017-01-03 14:35:52 +01:00
ghttpproxy.h HTTP proxy support 2015-03-06 21:23:58 +01:00
gicon.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gicon.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
ginetaddress.c gio: Document that g_inet_address_new_* return value must be g_object_unref'ed 2016-01-07 15:21:08 +01:00
ginetaddress.h Updated FSF's address 2014-01-31 14:31:55 +01:00
ginetaddressmask.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
ginetaddressmask.h Updated FSF's address 2014-01-31 14:31:55 +01:00
ginetsocketaddress.c gio: Fix use of Docbook in documentation comment 2016-08-12 15:58:39 +02:00
ginetsocketaddress.h gio: don't accept nonstandard IPv4 "numbers-and-dots" addresses 2014-02-15 10:22:24 -05:00
ginitable.c gobject: Fix Since/Deprecated versions for GParameter replacement API 2017-03-31 11:09:53 +01:00
ginitable.h gobject: Fix Since/Deprecated versions for GParameter replacement API 2017-03-31 11:09:53 +01:00
ginputstream.c Revert "ginputstream: Add missing (out) annotations to read() functions" 2017-05-04 16:27:39 +02:00
ginputstream.h Add g_input_stream_read_all_async() 2014-10-21 11:31:45 -04:00
gio_probes.d gio: Add SystemTap and DTrace probes for GTask 2016-06-15 16:15:12 -04:00
gio_trace.h gio: Add SystemTap and DTrace probes for GTask 2016-06-15 16:15:12 -04:00
gio-autocleanups.h gio: Add a missing autocleanup for GFileAttributeInfoList 2016-06-03 12:36:39 +02:00
gio-querymodules.c gio-querymodules: fix memory leak 2017-03-24 12:50:30 +04:00
gio-tool-cat.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-copy.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-info.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-list.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-mime.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-mkdir.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-monitor.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-mount.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-move.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-open.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-remove.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-rename.c gio-tool: Fix errors format string 2017-04-10 15:43:12 +02:00
gio-tool-save.c gio-tool: Fix errors format string 2017-04-10 15:43:12 +02:00
gio-tool-set.c gio-tool: Fix errors format string 2017-04-10 15:43:12 +02:00
gio-tool-trash.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool-tree.c gio-tool: Do not leak GOptionContext 2017-04-10 10:14:04 +02:00
gio-tool.c gio-tool: Fix errors format string 2017-04-10 15:43:12 +02:00
gio-tool.h gio-tool: Fix errors format string 2017-04-10 15:43:12 +02:00
gio.h gio: Add DTLS interfaces 2016-01-18 14:25:06 +00:00
gio.rc.in Update the year in the *.rc.in files 2011-06-07 08:55:31 +08:00
gio.stp.in gio: Add SystemTap and DTrace probes for GTask 2016-06-15 16:15:12 -04:00
gioenums.h docs: Fix some DocBook usage in a few gtk-doc comments 2017-03-16 13:50:19 +00:00
gioenumtypes.c.template various: add missing cases of #include "config.h" 2012-12-06 13:30:31 -05:00
gioenumtypes.h.template gioenumtypes.h.template: use GLIB_AVAILABLE_IN_ALL 2013-01-13 13:05:15 -05:00
gioerror.c gioerror: make WSAESHUTDOWN an alias of G_IO_ERROR_CONNECTION_CLOSED 2016-12-07 08:47:00 +01:00
gioerror.h Updated FSF's address 2014-01-31 14:31:55 +01:00
giomodule-priv.h Updated FSF's address 2014-01-31 14:31:55 +01:00
giomodule.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
giomodule.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gioprivate.h streams: add private 'async close via threads' API 2015-02-17 16:17:01 -05:00
gioscheduler.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gioscheduler.h Updated FSF's address 2014-01-31 14:31:55 +01:00
giostream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
giostream.h various: add GLIB_AVAILABLE_IN_ALL everywhere else 2013-01-13 13:11:57 -05:00
giotypes.h introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
giowin32-priv.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gkeyfilesettingsbackend.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
glib-compile-resources.c glib-compile-resources: Add suggested braces 2016-11-20 23:50:56 +01:00
glib-compile-schemas.c glib-compile-schemas: Fix various memory leaks 2017-02-28 16:11:05 +00:00
glistmodel.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
glistmodel.h GListModel: Use G_DECLARE_INTERFACE 2015-02-06 12:18:44 +01:00
gliststore.c Fix return value error in g_list_store_sort 2015-09-02 01:19:40 +08:00
gliststore.h Add g_list_store_sort 2015-08-31 10:40:45 -04:00
gloadableicon.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gloadableicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfile.c Fix a translator comment 2017-01-26 04:52:17 +01:00
glocalfile.h substantially rework file monitors 2015-03-20 11:59:47 -04:00
glocalfileenumerator.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
glocalfileenumerator.h Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfileinfo.c Implement GContentType on OSX 2017-03-13 10:32:02 -04:00
glocalfileinfo.h Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfileinputstream.c Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfileinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfileiostream.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
glocalfileiostream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfilemonitor.c file monitors: reorder some code to avoid segfault 2015-12-16 07:47:53 -05:00
glocalfilemonitor.h GFileMonitorSource: return "interesting" value 2015-03-20 12:01:34 -04:00
glocalfileoutputstream.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
glocalfileoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfileprivate.h gunixmounts: Add g_unix_mount_for() support 2016-10-12 15:13:00 -04:00
glocalvfs.c Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalvfs.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmemoryinputstream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gmemoryinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmemoryoutputstream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gmemoryoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmemorysettingsbackend.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gmenu.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gmenu.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmenuexporter.c Stop using g_sequence_get_length() to check if it's empty 2015-10-30 11:35:28 -04:00
gmenuexporter.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmenumodel.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gmenumodel.h Fix some introspection warnings 2014-09-16 14:52:21 -06:00
gmount.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gmount.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmountoperation.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gmountoperation.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmountprivate.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnativesocketaddress.c Documentation fixups 2015-09-21 06:44:58 -04:00
gnativesocketaddress.h Add GNativeSocketAddress for handling "other" addresses 2015-06-03 08:52:54 +02:00
gnativevolumemonitor.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gnativevolumemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnetworkaddress.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gnetworkaddress.h gnetworkaddress: Add g_network_address_new_loopback() constructor 2014-11-29 14:22:42 -05:00
gnetworking.c Windows: Use Standard Networking Functions If Possible 2015-03-06 23:40:03 +08:00
gnetworking.h.in gnetworking.h.in: move "#undef interface" 2014-11-02 09:36:14 -05:00
gnetworking.h.win32 gnetworking.h.win32: Move "#undef interface" 2014-11-03 10:09:38 +08:00
gnetworkingprivate.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnetworkmonitor.c docs: Fix typos 2017-05-10 12:44:59 +02:00
gnetworkmonitor.h gio: Add network metered information to GNetworkMonitor 2015-07-27 06:44:52 -04:00
gnetworkmonitorbase.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gnetworkmonitorbase.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnetworkmonitornetlink.c Fix memory leaks in GNetworkMonitorNetlink 2016-07-16 21:15:30 -04:00
gnetworkmonitornetlink.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnetworkmonitornm.c gio: Handle NULL cached properties in NetworkManager monitor 2017-04-03 12:04:23 +01:00
gnetworkmonitornm.h gio: Add GNetworkMonitor impl based on NetworkManager 2014-12-05 17:37:41 +01:00
gnetworkmonitorportal.c portal support: Raise the priority for network monitor 2017-05-02 06:48:35 -04:00
gnetworkmonitorportal.h Add a portalized network monitor implementation 2016-07-07 23:48:34 -04:00
gnetworkservice.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gnetworkservice.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnextstepsettingsbackend.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gnotification-private.h GNotification: add priority 2014-06-28 14:05:23 -04:00
gnotification.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gnotification.h GNotification: add priority 2014-06-28 14:05:23 -04:00
gnotificationbackend.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gnotificationbackend.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnullsettingsbackend.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gosxappinfo.c gosxappinfo: fix typo in g_osx_app_info_launch_internal 2017-04-28 06:30:11 -04:00
gosxappinfo.h Implement GAppInfo on OSX 2017-03-13 10:33:23 -04:00
gosxcontenttype.c Implement g_content_type_is_mime_type() (clone of win32's) 2017-04-28 06:30:11 -04:00
goutputstream.c goutputstream: docs: fix typos 2017-01-19 08:33:58 +00:00
goutputstream.h Add g_output_stream_write_all_async() 2014-10-21 12:09:57 -04:00
gpermission.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gpermission.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gpollableinputstream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gpollableinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gpollableoutputstream.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gpollableoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gpollableutils.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gpollableutils.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gpollfilemonitor.c poll file monitor: Don't reimplement g_strcmp0 2015-08-20 21:10:49 -04:00
gpollfilemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gportalnotificationbackend.c Add a portal backend for GNotification 2016-07-07 23:48:34 -04:00
gportalsupport.c gportalsupport: Fix compilation failure from previous commit 2017-05-01 19:34:51 +01:00
gportalsupport.h Add portal helpers 2016-07-07 23:44:43 -04:00
gpropertyaction.c Allow property actions to invert booleans 2015-06-10 21:59:28 -04:00
gpropertyaction.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gproxy.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gproxy.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gproxyaddress.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gproxyaddress.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gproxyaddressenumerator.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gproxyaddressenumerator.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gproxyresolver.c docs: Fix typos 2017-05-10 12:44:59 +02:00
gproxyresolver.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gproxyresolverportal.c proxy resolver portal: Fix the async api 2016-07-20 20:42:09 -04:00
gproxyresolverportal.h Add a portalized proxy resolver implementation 2016-07-07 23:48:34 -04:00
gregistrysettingsbackend.c Revert "registrybackend: use G_DECLARE_FINAL_TYPE" 2016-02-24 09:33:22 +01:00
gregistrysettingsbackend.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gremoteactiongroup.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gremoteactiongroup.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gresolver.c resolver: Fix compilation 2017-01-03 16:26:38 +01:00
gresolver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gresource-tool.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gresource.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gresource.h Doc: Mark a few things as private 2015-03-12 16:09:14 -04:00
gresourcefile.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gresourcefile.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gschema.dtd Fix up the gschema.dtd 2012-12-29 00:22:34 -05:00
gschema.its gsettings: Install gettext ITS rules 2016-01-08 12:31:18 +09:00
gschema.loc gsettings: Install gettext ITS rules 2016-01-08 12:31:18 +09:00
gseekable.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gseekable.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsettings-mapping.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gsettings-mapping.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsettings-tool.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gsettings.c docs: Remove some extraneous words from g_settings_sync() documentation 2017-04-30 22:04:17 +01:00
gsettings.h gsettings: add get/set_{,u}int64 2016-04-28 17:28:44 +02:00
gsettingsbackend.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gsettingsbackend.h Doc: Mark a few things as private 2015-03-12 16:09:14 -04:00
gsettingsbackendinternal.h gsettingsbackend: a minor simplification 2014-03-14 09:46:39 -04:00
gsettingsschema-internal.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsettingsschema.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gsettingsschema.h GSettingsSchema: add g_settings_schema_list_keys() 2015-06-05 15:24:02 -04:00
gsimpleaction.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gsimpleaction.h GSimpleAction: add g_simple_action_set_state_hint 2015-01-26 12:06:24 +00:00
gsimpleactiongroup.c gapplication: reject actions without names 2015-11-02 13:52:10 +01:00
gsimpleactiongroup.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsimpleasyncresult.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gsimpleasyncresult.h gio: deprecate GSimpleAsyncResult 2015-04-04 10:16:52 -04:00
gsimpleiostream.c Add GSimpleIOStream class 2015-02-17 16:27:46 -05:00
gsimpleiostream.h Add GSimpleIOStream class 2015-02-17 16:27:46 -05:00
gsimplepermission.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gsimplepermission.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsimpleproxyresolver.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gsimpleproxyresolver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocket.c docs: Fix (nullable) (optional) annotations 2017-04-28 12:32:12 +01:00
gsocket.h gsocket: Add g_socket_receive_messages() 2015-10-01 14:10:10 +01:00
gsocketaddress.c glib: Add missing (nullable) and (optional) annotations 2015-11-07 10:48:32 +01:00
gsocketaddress.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketaddressenumerator.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gsocketaddressenumerator.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketclient.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gsocketclient.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketconnectable.c gio: Fix version of "Since" annotation 2015-10-25 19:43:54 +01:00
gsocketconnectable.h Doc: fix some gtk-doc warnings 2015-10-30 10:30:55 -04:00
gsocketconnection.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gsocketconnection.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketcontrolmessage.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gsocketcontrolmessage.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gsocketinputstream.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketinputstream.h
gsocketlistener.c docs: Fix (nullable) (optional) annotations 2017-04-28 12:32:12 +01:00
gsocketlistener.h Add an event signal to GSocketListener 2015-04-04 21:26:15 +02:00
gsocketoutputstream.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketoutputstream.h
gsocketservice.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gsocketservice.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gsocks4aproxy.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gsocks4aproxy.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocks4proxy.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocks4proxy.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocks5proxy.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gsocks5proxy.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsrvtarget.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gsrvtarget.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsubprocess.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gsubprocess.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsubprocesslauncher-private.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsubprocesslauncher.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gsubprocesslauncher.h gsubprocess: Add missing G_GNUC_NULL_TERMINATED attribute 2017-03-14 12:57:32 +00:00
gtask.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gtask.h gtask: Add a GTask:completed property 2015-03-10 08:37:45 +00:00
gtcpconnection.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gtcpconnection.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtcpwrapperconnection.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gtcpwrapperconnection.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtestdbus.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gtestdbus.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gthemedicon.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gthemedicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gthreadedresolver.c Use Unicode in translatable strings 2016-10-12 21:30:42 +02:00
gthreadedresolver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gthreadedsocketservice.c gio: Intern all signal names beforehand 2015-09-12 11:13:45 -04:00
gthreadedsocketservice.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlsbackend.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gtlsbackend.h gio: Add DTLS interfaces 2016-01-18 14:25:06 +00:00
gtlscertificate.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gtlscertificate.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlsclientconnection.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gtlsclientconnection.h docs: Fix documentation for 95d300eac5 2015-04-07 18:23:39 +01:00
gtlsconnection.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gtlsconnection.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlsdatabase.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gtlsdatabase.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlsfiledatabase.c gio: Add filename type annotations 2016-06-04 20:38:42 +02:00
gtlsfiledatabase.h various: add GLIB_AVAILABLE_IN_ALL everywhere else 2013-01-13 13:11:57 -05:00
gtlsinteraction.c gio: Fix some typos of ‘asynchronous’ in documentation comments 2017-04-13 10:23:50 +01:00
gtlsinteraction.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlspassword.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gtlspassword.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gtlsserverconnection.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gtlsserverconnection.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gunionvolumemonitor.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gunionvolumemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gunixconnection.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gunixconnection.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixcredentialsmessage.c gcredentials: add NetBSD support 2014-06-28 14:06:36 -04:00
gunixcredentialsmessage.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixfdlist.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gunixfdlist.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixfdmessage.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gunixfdmessage.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixinputstream.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gunixinputstream.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixmount.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gunixmount.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixmounts.c gunixmounts: Prevent unwanted automount requests 2017-05-09 14:28:48 +02:00
gunixmounts.h Make GUnixMountEntry and GUnixMountPoint boxed types 2017-03-28 18:03:08 +02:00
gunixoutputstream.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gunixoutputstream.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixsocketaddress.c Avoid calling Standard C string/array functions with NULL arguments 2016-12-02 19:10:39 +00:00
gunixsocketaddress.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixvolume.c gio: Add source tags to various GTasks constructed in GLib 2016-06-29 15:16:52 +01:00
gunixvolume.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixvolumemonitor.c Rename g_unix_mount_monitor_new() to _get() 2015-03-02 15:10:46 -05:00
gunixvolumemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gvfs.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gvfs.h vfs: add g_vfs_register_uri_scheme() 2016-06-25 06:58:19 +08:00
gvolume.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gvolume.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gvolumemonitor.c Drop trailing semi-colon from G_DEFINE_ macro 2017-04-10 10:38:31 +01:00
gvolumemonitor.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gwin32appinfo.c W32: fix uninitialized var in g_app_info_get_all_for_type 2015-12-14 14:32:17 +01:00
gwin32appinfo.h GWin32AppInfo rewrite 2015-06-05 16:17:33 -04:00
gwin32inputstream.c Improve error on win32input/output streams 2016-02-25 17:23:50 +01:00
gwin32inputstream.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gwin32mount.c gio: fix a leftover GSimpleAsyncResult usage 2015-08-07 09:50:16 -04:00
gwin32mount.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gwin32networking.h Windows: Use Standard Networking Functions If Possible 2015-03-06 23:40:03 +08:00
gwin32outputstream.c Improve error on win32input/output streams 2016-02-25 17:23:50 +01:00
gwin32outputstream.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gwin32registrykey.c docs: Fix (nullable) (optional) annotations 2017-04-28 12:32:12 +01:00
gwin32registrykey.h Bump W32 Registry API 'Since:' version 2015-06-05 18:05:09 -04:00
gwin32volumemonitor.c docs: Fix broken gtk-doc formatting 2014-08-18 14:08:41 +02:00
gwin32volumemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gzlibcompressor.c introspection: use (nullable) or (optional) instead of (allow-none) 2016-11-22 14:14:37 -08:00
gzlibcompressor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gzlibdecompressor.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gzlibdecompressor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
Makefile.am Visual Studio builds: Fix gio project generation 2017-03-14 14:48:23 +08:00
makefile.msc gio: Add GDatagramBased interface and rebase GSocket on it 2015-10-13 15:33:48 +01:00
org.freedesktop.portal.Documents.xml License headers: replace current FSF address by a link to gnu.org 2017-01-04 19:12:57 +01:00
org.freedesktop.portal.NetworkMonitor.xml License headers: replace current FSF address by a link to gnu.org 2017-01-04 19:12:57 +01:00
org.freedesktop.portal.ProxyResolver.xml License headers: replace current FSF address by a link to gnu.org 2017-01-04 19:12:57 +01:00
strinfo.c Updated FSF's address 2014-01-31 14:31:55 +01:00
thumbnail-verify.c Updated FSF's address 2014-01-31 14:31:55 +01:00
thumbnail-verify.h Updated FSF's address 2014-01-31 14:31:55 +01:00