Use g_task_set_source_tag on all of our async methods

Review Request #2955 — Created Feb. 17, 2024 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

This is supposed to help with debugging and profiling per the docs for
g_task_set_name, which is automatically called by g_task_set_source_tag in
glib >= 2.76.0 which is our minimum requirement.

Consulted with the turtles

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Use g_task_set_source_tag on all of our async methods
This is supposed to help with debugging and profiling per the docs for g_task_set_name, which is automatically called by g_task_set_source_tag in glib >= 2.76.0 which is our minimum requirement.
1e026cbb93ddbf53be185b0cca61977f8edc2ef3 Gary Kramlich
Use g_task_set_source_tag on all of our async methods
This is supposed to help with debugging and profiling per the docs for g_task_set_name, which is automatically called by g_task_set_source_tag in glib >= 2.76.0 which is our minimum requirement.
ab7924c938392f9b0975372f8868e30caaa0d592 Gary Kramlich
libpurple/plugins/kwallet/purplekwallet.cpp
Loading...