gio: Add source tags to various GTasks constructed in GLib

Desktop / GNOME / GLib - Philip Withnall [collabora.co.uk] - 29 June 2016 09:16 UTC

This makes them easier to identify when debugging and profiling.

This patch was somewhat less than interesting to write.

https://bugzilla.gnome.org/show_bug.cgi?id=767765

3613b7a gio: Add source tags to various GTasks constructed in GLib
gio/gasyncinitable.c | 1 +
gio/gbufferedinputstream.c | 2 ++
gio/gbufferedoutputstream.c | 2 ++
gio/gbytesicon.c | 1 +
gio/gdatainputstream.c | 1 +
gio/gdbusaddress.c | 1 +
gio/gdbusconnection.c | 6 ++++++
gio/gdbusinterfaceskeleton.c | 1 +
gio/gdbusprivate.c | 2 ++
gio/gdbusproxy.c | 3 +++
gio/gdummyproxyresolver.c | 1 +
gio/gfile.c | 20 ++++++++++++++++++++
gio/gfileenumerator.c | 2 ++
gio/gfileicon.c | 1 +
gio/gfileinputstream.c | 1 +
gio/gfileoutputstream.c | 1 +
gio/ghttpproxy.c | 1 +
gio/ginputstream.c | 6 ++++++
gio/gioscheduler.c | 3 +++
gio/giostream.c | 3 +++
gio/gloadableicon.c | 1 +
gio/gmemoryinputstream.c | 3 +++
gio/gmemoryoutputstream.c | 1 +
gio/gnetworkaddress.c | 1 +
gio/gnetworkmonitor.c | 2 ++
gio/gnetworkmonitorbase.c | 1 +
gio/gnetworkservice.c | 1 +
gio/goutputstream.c | 2 ++
gio/gproxyaddressenumerator.c | 1 +
gio/gsimpleproxyresolver.c | 1 +
gio/gsocketaddressenumerator.c | 1 +
gio/gsocketclient.c | 1 +
gio/gsocketconnection.c | 2 ++
gio/gsocketlistener.c | 1 +
gio/gsocks4aproxy.c | 1 +
gio/gsocks5proxy.c | 1 +
gio/gsubprocess.c | 3 +++
gio/gtcpconnection.c | 1 +
gio/gthreadedresolver.c | 6 ++++++
gio/gtlsdatabase.c | 7 +++++++
gio/gunixconnection.c | 4 ++--
gio/gunixinputstream.c | 1 +
gio/gunixmount.c | 1 +
gio/gunixoutputstream.c | 1 +
gio/gunixvolume.c | 1 +
45 files changed, 103 insertions(+), 2 deletions(-)

Upstream: git.gnome.org


  • Share