Philip Withnall
3613b7a366
gio: Add source tags to various GTasks constructed in GLib
...
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
2016-06-29 15:16:52 +01:00
Matthias Clasen
4a1710862d
GSimpleProxyResolver: convert docs to markdown
2014-02-01 10:22:42 -05:00
Rico Tzschichholz
46e13e5d49
gio: Add missing transfer annotation to g_simple_proxy_resolver_new
2014-01-23 17:21:32 +01:00
Matthias Clasen
e38ee2f468
Document g_simple_proxy_resolver_set_ignore_hosts
2013-07-09 13:28:23 -04:00
Emmanuele Bassi
54cc43630d
Rename the generated private data getter function
...
As it turns out, we have examples of internal functions called
type_name_get_private() in the wild (especially among older libraries),
so we need to use a name for the per-instance private data getter
function that hopefully won't conflict with anything.
2013-06-24 15:43:04 +01:00
Emmanuele Bassi
32747def4b
gio: Use the new private instance data declaration
...
Use the newly added macros, and remove the explicit calls to
g_type_class_add_private().
https://bugzilla.gnome.org/show_bug.cgi?id=700035
2013-06-24 14:18:01 +01:00
Dan Winship
4061a96cc1
GSimpleProxyResolver: add missing include
...
string.h was getting pulled in by something else on Linux, but not
elsewhere
2013-02-17 09:54:58 -05:00
Dan Winship
a44a3cc150
GSimpleProxyResolver: fix for the case where the default proxy is NULL
2013-02-15 09:03:48 -05:00
Dan Winship
ee17a54c28
GSimpleProxyResolver: new simple GProxyResolver class
...
Add GSimpleProxyResolver, for letting people do static proxy
resolution, and to use as a base class for other resolvers (such as
GProxyResolverGnome).
https://bugzilla.gnome.org/show_bug.cgi?id=691105
2013-02-14 10:24:14 -05:00