summaryrefslogtreecommitdiff
path: root/libgupnp
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-06-14 08:11:40 +0200
committerJens Georg <mail@jensge.org>2022-06-14 08:13:07 +0200
commit453d4ece7f444546d7c78ae662b787006cd6c082 (patch)
tree397b73d06bdda2d78a56e1d523bca8521efad86c /libgupnp
parent879bd64d386baed4c1466aeaf01330058eee5f2f (diff)
downloadgupnp-453d4ece7f444546d7c78ae662b787006cd6c082.tar.gz
DeviceInfo: Set task name for icon downloader
Diffstat (limited to 'libgupnp')
-rw-r--r--libgupnp/gupnp-device-info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgupnp/gupnp-device-info.c b/libgupnp/gupnp-device-info.c
index 50ca61a..35d9434 100644
--- a/libgupnp/gupnp-device-info.c
+++ b/libgupnp/gupnp-device-info.c
@@ -1590,6 +1590,8 @@ gupnp_device_info_get_icon_async (GUPnPDeviceInfo *info,
g_return_if_fail (GUPNP_IS_DEVICE_INFO (info));
GTask *task = g_task_new (info, cancellable, callback, user_data);
+ g_task_set_name (task, "DeviceInfo icon fetcher");
+
char *mime = NULL;
int depth = -1;
int width = -1;