glib/gio
Chun-wei Fan 671292bbb2 Win32: Port Directory Monitoring to New GLocalFileMonitor
This WIP patch moves the Windows Directory Monitoring code to the new
GLocalFileMonitor mechanism, and adds file monitoring in the process.

Progress from previous patch:
-File renames are now properly supported, but G_FILE_MONITOR_EVENT_MOVED_IN
 and G_FILE_MONITOR_EVENT_MOVED_OUT needs to be investigated, as
 ReadDirectoryChangesW() seems to send FILE_ACTION_REMOVED when a file is
 moved out of a directory.
-Events are handled for both the long and short (8.3) variants of the
 filenames, and files monitored will report changes when it is changed
 via its short or long filenames.

Things to be done:
-Perhaps find out about attribute changes in files in a monitored
 directory; if a file is monitored, attribute changes are correctly
 handled.
-Investigate on G_FILE_MONITOR_EVENT_MOVED_OUT,
 G_FILE_MONITOR_EVENT_MOVED_IN, G_FILE_MONITOR_EVENT_PRE_UNMOUNT,
 G_FILE_MONITOR_EVENT_UNMOUNTED.
-Investigate on the "boredom" algoritm, and see how we can do it on
 Windows.

https://bugzilla.gnome.org/show_bug.cgi?id=730116
2015-03-20 12:01:35 -04:00
..
completion New gapplication(1) tool 2013-10-17 10:12:27 -04:00
fam file monitors: rewrite FAM file monitor 2015-03-20 12:01:35 -04:00
gdbus-2.0/codegen gio: Add names to idles and timeouts 2014-03-27 12:53:00 +01:00
gvdb Updated FSF's address 2014-01-31 14:31:55 +01:00
inotify inotify: implement "boredom" algorithm 2015-03-20 12:01:35 -04:00
kqueue kqueue backend: port to new GLocalFileMonitor API 2015-03-20 12:01:35 -04:00
tests Update .gitignore 2015-03-18 14:28:14 -07:00
win32 Win32: Port Directory Monitoring to New GLocalFileMonitor 2015-03-20 12:01:35 -04:00
xdgmime Updated FSF's address 2014-01-31 14:31:55 +01:00
.gitignore New gapplication(1) tool 2013-10-17 10:12:27 -04:00
ChangeLog Update README files to refer to git 2009-03-31 19:39:16 -04:00
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 docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gaction.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gactiongroup.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gactiongroup.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gactiongroupexporter.c Fix old wiki links 2014-07-01 23:52:19 -05: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 GAppInfoMonitor: port to GContextSpecificGroup 2015-03-02 15:10:46 -05:00
gappinfo.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gappinfoprivate.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gapplication-tool.c gapplication-tool: ensure object paths are valid 2014-04-10 09:16:22 -07:00
gapplication.c GApplication: don't iterate further on _quit() 2015-03-02 11:55:33 -05:00
gapplication.h gapplication: add "is-busy" 2015-02-19 08:39:55 +01:00
gapplicationcommandline.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01: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 Eradicate links and xrefs 2014-02-08 12:26:56 -05:00
gasyncinitable.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gasyncresult.c Stop using <para> for ids 2014-02-06 16:48:49 -05:00
gasyncresult.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gbufferedinputstream.c Eradicate links and xrefs 2014-02-08 12:26:56 -05:00
gbufferedinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gbufferedoutputstream.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gbufferedoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gbytesicon.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gbytesicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcancellable.c gcancellable: Mention nullability in g_cancellable_cancel() docs 2015-02-24 10:57:14 +00:00
gcancellable.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcharsetconverter.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gcharsetconverter.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcontenttype-win32.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gcontenttype.c gio: port annotations from the Vala metadata. 2014-05-23 10:04:06 -07:00
gcontenttype.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcontenttypeprivate.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcontextspecificgroup.c ContextSpecificGroup: some fixups 2015-03-13 17:39:50 -04:00
gcontextspecificgroup.h GContextSpecificGroup: fix deadlock 2015-03-02 15:10:46 -05:00
gconverter.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gconverter.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gconverterinputstream.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gconverterinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gconverteroutputstream.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gconverteroutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gcredentials.c gcredentials: Add assertion to pacify static analysis 2014-07-23 07:43:41 -04: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
gdatainputstream.c gio: port annotations from the Vala metadata. 2014-05-23 10:04:06 -07:00
gdatainputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdataoutputstream.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gdataoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbus-tool.c gdbus-tool: Remove dead variables 2014-05-20 11:03:02 +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: Drop entities, switch away from sgml mode 2014-02-09 02:07:26 -05:00
gdbusaddress.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauth.c Updated FSF's address 2014-01-31 14:31:55 +01: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 Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthmechanismsha1.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusauthobserver.c docs: Add missing language annotations 2014-06-01 09:38:49 -04:00
gdbusauthobserver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusconnection.c Fix typo 2014-07-09 10:49:39 -05:00
gdbusconnection.h GDBusInterfaceVTable: clarify memory handling for the method() virtual function 2014-10-28 13:57:52 -04:00
gdbusdaemon.c gdbus: Ensure message matching always succeeds against path_namespace='/' 2013-10-23 20:55:00 +01:00
gdbusdaemon.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gdbuserror.c gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors 2014-04-09 20:48:19 +02:00
gdbuserror.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusinterface.c Convert remaining uses of 'Rename to:' 2015-03-12 16:55:22 -04:00
gdbusinterface.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusinterfaceskeleton.c Eradicate links and xrefs 2014-02-08 12:26:56 -05:00
gdbusinterfaceskeleton.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusintrospection.c Remove redundant checks before free 2014-07-14 16:02:35 +02:00
gdbusintrospection.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusmenumodel.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gdbusmenumodel.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusmessage.c gio: Prevent hang writing to a large GMemoryBuffer 2014-10-30 20:15:47 +00:00
gdbusmessage.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusmethodinvocation.c Eradicate links and xrefs 2014-02-08 12:26:56 -05:00
gdbusmethodinvocation.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusnameowning.c Convert remaining uses of 'Rename to:' 2015-03-12 16:55:22 -04:00
gdbusnameowning.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusnamewatching.c Convert remaining uses of 'Rename to:' 2015-03-12 16:55:22 -04:00
gdbusnamewatching.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobject.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gdbusobject.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobjectmanager.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gdbusobjectmanager.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobjectmanagerclient.c gio: avoid g_object_ref(NULL) in g_dbus_object_manager_client_finalize 2014-07-14 08:35:11 -04:00
gdbusobjectmanagerclient.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusobjectmanagerserver.c Convert external links to markdown syntax 2014-02-05 21:23:28 -05: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 Docs: Big entity cleanup 2014-02-01 12:00:30 -05:00
gdbusobjectskeleton.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusprivate.c docs: more cleanups for GIO 2015-03-12 16:43:02 -04:00
gdbusprivate.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusproxy.c Convert remaining examples to links 2014-02-08 17:52:21 -05:00
gdbusproxy.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbusserver.c gio: Add names to idles and timeouts 2014-03-27 12:53:00 +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 substantially rework file monitors 2015-03-20 11:59:47 -04:00
gdesktopappinfo.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gdrive.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gdrive.h Updated FSF's address 2014-01-31 14:31:55 +01: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 Updated FSF's address 2014-01-31 14:31:55 +01:00
gdummyproxyresolver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gdummytlsbackend.c gio: add a missing property to GDummyTlsConnection 2014-05-03 17:27:44 -04:00
gdummytlsbackend.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gemblem.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gemblem.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gemblemedicon.c Docs: Big entity cleanup 2014-02-01 12:00:30 -05:00
gemblemedicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfdonotificationbackend.c gfdonotificationbackend: support themed icons 2015-03-05 14:54:33 +01:00
gfile.c docs: Expand introduction to mention using async calls over sync ones 2015-03-03 18:27:45 +00: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 gfileenumerator: Convert docbook tag -> markdown 2015-02-20 14:37:39 -05:00
gfileenumerator.h filenumerator: Add g_file_enumerator_iterate() 2015-02-20 14:02:05 -05:00
gfileicon.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gfileicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfileinfo-priv.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfileinfo.c docs: various small fixes 2014-09-13 16:59:31 +02:00
gfileinfo.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gfileinputstream.c Eradicate links and xrefs 2014-02-08 12:26:56 -05:00
gfileinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfileiostream.c Eradicate links and xrefs 2014-02-08 12:26:56 -05:00
gfileiostream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfilemonitor.c substantially rework file monitors 2015-03-20 11:59:47 -04:00
gfilemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfilenamecompleter.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gfilenamecompleter.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gfileoutputstream.c Eradicate links and xrefs 2014-02-08 12:26:56 -05: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 HTTP proxy support 2015-03-06 21:23:58 +01:00
ghttpproxy.h HTTP proxy support 2015-03-06 21:23:58 +01:00
gicon.c gio: port annotations from the Vala metadata. 2014-05-23 10:04:06 -07:00
gicon.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
ginetaddress.c Windows: Use Standard Networking Functions If Possible 2015-03-06 23:40:03 +08:00
ginetaddress.h Updated FSF's address 2014-01-31 14:31:55 +01:00
ginetaddressmask.c Guard g_inet_address_mask_equal against invalid input 2014-10-26 11:42:53 -04:00
ginetaddressmask.h Updated FSF's address 2014-01-31 14:31:55 +01:00
ginetsocketaddress.c ginetsocketaddress: Explicitly initialise flags for getaddrinfo() 2014-07-06 12:56:41 +01:00
ginetsocketaddress.h gio: don't accept nonstandard IPv4 "numbers-and-dots" addresses 2014-02-15 10:22:24 -05:00
ginitable.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
ginitable.h Updated FSF's address 2014-01-31 14:31:55 +01:00
ginputstream.c streams: add private 'async close via threads' API 2015-02-17 16:17:01 -05:00
ginputstream.h Add g_input_stream_read_all_async() 2014-10-21 11:31:45 -04:00
gio-autocleanups.h gio: add some missing autocleanup 2015-03-04 14:08:19 +01:00
gio-querymodules.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gio.h Add GSimpleIOStream class 2015-02-17 16:27:46 -05:00
gio.rc.in Update the year in the *.rc.in files 2011-06-07 08:55:31 +08:00
gioenums.h substantially rework file monitors 2015-03-20 11:59:47 -04: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 gio: provide G_IO_ERROR_NOT_CONNECTED translation for ENOTCONN 2014-12-02 14:29:50 +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 substantially rework file monitors 2015-03-20 11:59:47 -04: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 gio: Add names to idles and timeouts 2014-03-27 12:53:00 +01:00
gioscheduler.h Updated FSF's address 2014-01-31 14:31:55 +01:00
giostream.c GIOStream: support for unemulated async close() 2015-02-17 16:17:01 -05:00
giostream.h various: add GLIB_AVAILABLE_IN_ALL everywhere else 2013-01-13 13:11:57 -05:00
giotypes.h Add GSimpleIOStream class 2015-02-17 16:27:46 -05:00
giowin32-priv.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gkeyfilesettingsbackend.c gkeyfilesettingsbackend: Add assertion for known-true condition 2014-07-23 07:43:41 -04:00
glib-compile-resources.c Make sure compiled resources only have / as dirsep 2014-08-05 21:49:54 +00:00
glib-compile-schemas.c Updated FSF's address 2014-01-31 14:31:55 +01:00
glistmodel.c Doc: Fix GListModel/GListStore 2015-02-04 15:07:14 +01:00
glistmodel.h GListModel: Use G_DECLARE_INTERFACE 2015-02-06 12:18:44 +01:00
gliststore.c gliststore: Add missing parameter documentation 2015-02-19 14:04:05 +00:00
gliststore.h GListStore: add sorted insert function 2015-02-03 15:46:48 +01:00
gloadableicon.c gio: port annotations from the Vala metadata. 2014-05-23 10:04:06 -07:00
gloadableicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfile.c substantially rework file monitors 2015-03-20 11:59:47 -04:00
glocalfile.h substantially rework file monitors 2015-03-20 11:59:47 -04:00
glocalfileenumerator.c Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfileenumerator.h Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfileinfo.c Fix GContentType usage 2015-01-04 22:09:37 -05: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 Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfileiostream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfilemonitor.c GFileMonitorSource: return "interesting" value 2015-03-20 12:01:34 -04:00
glocalfilemonitor.h GFileMonitorSource: return "interesting" value 2015-03-20 12:01:34 -04:00
glocalfileoutputstream.c Updated FSF's address 2014-01-31 14:31:55 +01:00
glocalfileoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01: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 Updated FSF's address 2014-01-31 14:31:55 +01:00
gmemoryinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmemoryoutputstream.c gio: Prevent hang writing to a large GMemoryOutputStream 2014-10-30 20:15:47 +00: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 Docs: Convert examples to |[ ]| 2014-01-31 21:56:33 -05:00
gmenu.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmenuexporter.c gmenuexporter: fix protocol documentation link 2014-04-28 09:28:21 +02:00
gmenuexporter.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmenumodel.c Docs: Drop entities, switch away from sgml mode 2014-02-09 02:07:26 -05:00
gmenumodel.h Fix some introspection warnings 2014-09-16 14:52:21 -06:00
gmount.c Docs: replace <literal> by ` 2014-02-06 08:07:16 -05: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
gnativevolumemonitor.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gnativevolumemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnetworkaddress.c gnetworkaddress: Add g_network_address_new_loopback() constructor 2014-11-29 14:22:42 -05: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 up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gnetworkmonitor.h gio: fix the Since/AVAILABLE version on network connectivity stuff 2014-12-10 18:39:21 +01:00
gnetworkmonitorbase.c gio: add network connectivity state to GNetworkMonitor 2014-12-05 17:37:41 +01:00
gnetworkmonitorbase.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnetworkmonitornetlink.c networkmonitornetlink: IN6_IS_ADDR_MC_LINKLOCAL is only guaranteed to work on struct in6_addr* 2014-03-31 12:48:04 -04:00
gnetworkmonitornetlink.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gnetworkmonitornm.c gnetworkmonitornm: Check if network-manager is running 2015-01-13 12:11:06 +01:00
gnetworkmonitornm.h gio: Add GNetworkMonitor impl based on NetworkManager 2014-12-05 17:37:41 +01:00
gnetworkservice.c Remove redundant checks before free 2014-07-14 16:02:35 +02: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 GNotification: add priority 2014-06-28 14:05:23 -04:00
gnotification.h GNotification: add priority 2014-06-28 14:05:23 -04:00
gnotificationbackend.c Updated FSF's address 2014-01-31 14:31:55 +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
goutputstream.c streams: add private 'async close via threads' API 2015-02-17 16:17:01 -05:00
goutputstream.h Add g_output_stream_write_all_async() 2014-10-21 12:09:57 -04:00
gpermission.c Added type check to GPermission public functions. 2014-04-25 20:06:41 -03:00
gpermission.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gpollableinputstream.c gio: port annotations from the Vala metadata. 2014-05-23 10:04:06 -07:00
gpollableinputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gpollableoutputstream.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gpollableoutputstream.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gpollableutils.c gio: port annotations from the Vala metadata. 2014-05-23 10:04:06 -07:00
gpollableutils.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gpollfilemonitor.c GPollFileMonitor: use thread default main context 2015-03-20 12:01:35 -04:00
gpollfilemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gpropertyaction.c GPropertyAction: add type annotation to constructor's object argument 2015-02-26 10:52:14 -08:00
gpropertyaction.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gproxy.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gproxy.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gproxyaddress.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gproxyaddress.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gproxyaddressenumerator.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gproxyaddressenumerator.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gproxyresolver.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gproxyresolver.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gregistrysettingsbackend.c GSettings Registry Backend: Init cache_lock Earlier 2014-11-20 22:11:25 +08:00
gregistrysettingsbackend.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gremoteactiongroup.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gremoteactiongroup.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gresolver.c gresolver.c: Windows: Fix IPv6 Address Handling 2015-03-05 12:44:31 +08:00
gresolver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gresource-tool.c gresource: Make extract work better 2014-09-18 15:26:36 -04:00
gresource.c Doc: Mark a few things as private 2015-03-12 16:09:14 -04:00
gresource.h Doc: Mark a few things as private 2015-03-12 16:09:14 -04:00
gresourcefile.c Updated FSF's address 2014-01-31 14:31:55 +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
gseekable.c Updated FSF's address 2014-01-31 14:31:55 +01: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 GSettings: delay backend subscription 2014-11-19 13:40:09 -05:00
gsettings.c gio: Add some missing type annotations to object arguments 2015-03-01 18:12:09 +01:00
gsettings.h docs: Ditch more markup 2014-03-02 18:23:43 -05:00
gsettingsbackend.c GSettingsBackend: fix a nasty race condition 2014-03-14 09:46:39 -04: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 docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gsettingsschema.h gsettings: add g_settings_schema_list_children 2015-01-28 18:09:28 +00:00
gsimpleaction.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gsimpleaction.h GSimpleAction: add g_simple_action_set_state_hint 2015-01-26 12:06:24 +00:00
gsimpleactiongroup.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gsimpleactiongroup.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsimpleasyncresult.c gio: Add names to idles and timeouts 2014-03-27 12:53:00 +01:00
gsimpleasyncresult.h Updated FSF's address 2014-01-31 14:31:55 +01: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 GSimpleProxyResolver: convert docs to markdown 2014-02-01 10:22:42 -05:00
gsimpleproxyresolver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocket.c Windows: Use Standard Networking Functions If Possible 2015-03-06 23:40:03 +08:00
gsocket.h gsocket: add g_socket_send_messages() 2014-12-11 15:10:44 +00:00
gsocketaddress.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketaddress.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketaddressenumerator.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gsocketaddressenumerator.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketclient.c GSocketClient: fix handling of application proxies 2015-03-06 16:01:07 -05:00
gsocketclient.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketconnectable.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gsocketconnectable.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketconnection.c gsocketconnection: Document closing connections with g_io_stream_close() 2014-02-13 14:09:48 +00:00
gsocketconnection.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketcontrolmessage.c Add includes to all gio docs 2014-01-07 22:55:43 -05: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 Import all the highlevel socket classes from gnio 2009-05-15 21:26:24 +02:00
gsocketlistener.c gsocketlistener: Don’t explicitly close sockets on finalisation 2014-06-23 16:53:38 +01:00
gsocketlistener.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gsocketoutputstream.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gsocketoutputstream.h Import all the highlevel socket classes from gnio 2009-05-15 21:26:24 +02:00
gsocketservice.c socketservice: minor cleanup 2014-07-17 13:30:50 +02:00
gsocketservice.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gsocks4aproxy.c Updated FSF's address 2014-01-31 14:31:55 +01: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 Updated FSF's address 2014-01-31 14:31:55 +01: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 Convert remaining uses of 'Rename to:' 2015-03-12 16:55:22 -04: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 doc: various improvements 2014-06-29 17:57:24 +02:00
gsubprocesslauncher.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtask.c gtask: Add a GTask:completed property 2015-03-10 08:37:45 +00:00
gtask.h gtask: Add a GTask:completed property 2015-03-10 08:37:45 +00:00
gtcpconnection.c Fix another ancient docs typo 2014-10-20 19:05:48 -05: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 gtestdbus: Don’t close stdout for dbus-daemon 2014-06-22 13:02:18 +01:00
gtestdbus.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gthemedicon.c Annotate all examples with their language 2014-02-01 15:11:49 -05:00
gthemedicon.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gthreadedresolver.c gthreadedresolver: Unref unexpected address 2014-07-23 07:43:41 -04:00
gthreadedresolver.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gthreadedsocketservice.c gio: Prevent hang when finalizing GThreadedSocketService 2014-11-23 12:02:38 -05:00
gthreadedsocketservice.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlsbackend.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gtlsbackend.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gtlscertificate.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gtlscertificate.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlsclientconnection.c gio docs: remote errant colon from docstring 2015-03-12 17:01:00 -04:00
gtlsclientconnection.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gtlsconnection.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gtlsconnection.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlsdatabase.c gio: port annotations from the Vala metadata. 2014-05-23 10:04:06 -07:00
gtlsdatabase.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlsfiledatabase.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gtlsfiledatabase.h various: add GLIB_AVAILABLE_IN_ALL everywhere else 2013-01-13 13:11:57 -05:00
gtlsinteraction.c gtlsinteraction: Hoist precondition before allocation 2014-07-23 13:31:02 -04:00
gtlsinteraction.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gtlspassword.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gtlspassword.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gtlsserverconnection.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gtlsserverconnection.h docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gunionvolumemonitor.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gunionvolumemonitor.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gunixconnection.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01: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 docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gunixfdlist.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixfdmessage.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01:00
gunixfdmessage.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixinputstream.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gunixinputstream.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixmount.c gio: fix two more g_task_return_error_if_cancelled() leaks 2014-03-23 15:00:03 -04:00
gunixmount.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixmounts.c Make GUnixMountMonitor per-context 2015-03-02 15:10:46 -05:00
gunixmounts.h Deprecate g_unix_mount_monitor_set_rate_limit() 2015-03-02 15:10:46 -05:00
gunixoutputstream.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gunixoutputstream.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixsocketaddress.c Docs: Drop entities, switch away from sgml mode 2014-02-09 02:07:26 -05:00
gunixsocketaddress.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gunixvolume.c gio: fix two more g_task_return_error_if_cancelled() leaks 2014-03-23 15:00:03 -04: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 Updated FSF's address 2014-01-31 14:31:55 +01:00
gvfs.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gvolume.c gio: port annotations from the Vala metadata. 2014-05-23 10:04:06 -07:00
gvolume.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gvolumemonitor.c Eradicate links and xrefs 2014-02-08 12:26:56 -05:00
gvolumemonitor.h docs: Use markdown links in all .c and .h files 2014-04-15 22:19:07 +02:00
gwin32appinfo.c gio: Implement g_win32_app_info_launch_uris for windows. 2014-11-22 17:24:51 -05:00
gwin32appinfo.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gwin32inputstream.c docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gwin32inputstream.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gwin32mount.c docs: fix up docs issues in gio/ 2015-02-05 16:20:43 +01: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 docs: use "Returns:" consistently 2014-02-19 19:41:52 -05:00
gwin32outputstream.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01: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 Updated FSF's address 2014-01-31 14:31:55 +01: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 Win32: Port Directory Monitoring to New GLocalFileMonitor 2015-03-20 12:01:35 -04:00
makefile.msc gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04: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