--- a/libpurple/protocols/facebook/data.h Sun Jan 24 18:22:10 2016 -0800 +++ b/libpurple/protocols/facebook/data.h Mon Jan 25 13:04:40 2016 -0500 @@ -306,6 +306,7 @@ * @url: The image URL. * @func: The #FbDataImageFunc. * @data: The user-defined data. + * @dunc: The #GDestroyNotify for @data or #NULL. * * Adds a new #FbDataImage to the #FbData. This is used to fetch images * from HTTP sources. After calling this, #fb_data_image_queue() should @@ -315,7 +316,7 @@ */ FbDataImage * fb_data_image_add(FbData *fata, const gchar *url, FbDataImageFunc func, - gpointer data); + gpointer data, GDestroyNotify dunc); /** * fb_data_image_get_active: