diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-09-28 18:20:20 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2018-10-21 14:43:27 +0200 |
commit | d352f6e681ab6510da4657f0e066c75ed60b86ba (patch) | |
tree | c4621ce588c07255fa2983d624307fcad4a696fd /libsoup/soup-multipart-input-stream.c | |
parent | f4174fbc9357d1b0558f7ec4c0ae38c64aee03ed (diff) | |
download | libsoup-wip/hadess/reverse-http.tar.gz |
all: Add source tags for all the GTaskswip/hadess/reverse-http
This might make it easier to debug async tasks, when necessary.
Diffstat (limited to 'libsoup/soup-multipart-input-stream.c')
-rw-r--r-- | libsoup/soup-multipart-input-stream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsoup/soup-multipart-input-stream.c b/libsoup/soup-multipart-input-stream.c index d44991cb..cde7dadd 100644 --- a/libsoup/soup-multipart-input-stream.c +++ b/libsoup/soup-multipart-input-stream.c @@ -527,6 +527,7 @@ soup_multipart_input_stream_next_part_async (SoupMultipartInputStream *multipart g_return_if_fail (SOUP_IS_MULTIPART_INPUT_STREAM (multipart)); task = g_task_new (multipart, cancellable, callback, data); + g_task_set_source_tag (task, soup_multipart_input_stream_next_part_async); g_task_set_priority (task, io_priority); if (!g_input_stream_set_pending (stream, &error)) { |