qulogic/pidgin

Add comments around callbacks.
draft win-mdns
2021-01-07, Elliott Sales de Andrade
a7d8e214eaf9
Parents 29414c681827
Children fe9f684ebd26
Add comments around callbacks.
--- a/libpurple/protocols/bonjour/mdns_dnsapi.c Thu Jan 07 05:38:13 2021 -0500
+++ b/libpurple/protocols/bonjour/mdns_dnsapi.c Thu Jan 07 05:51:07 2021 -0500
@@ -56,6 +56,10 @@
g_free(data);
}
+/*
+ * dnsapi_mdns_publish callbacks
+ */
+
static gboolean
_mdns_service_register_main_context(gpointer data)
{
@@ -82,6 +86,10 @@
GUINT_TO_POINTER(status));
}
+/*
+ * dnsapi_mdns_browse callbacks
+ */
+
static gboolean
_mdns_service_browse_error(gpointer data)
{
@@ -280,6 +288,10 @@
}
}
+/*
+ * dnsapi_mdns_retrieve_buddy_icon callbacks
+ */
+
static gboolean
_mdns_null_query_error(gpointer _data)
{