libpurple/util.h

changeset 41882
e0a90a0a5bb2
parent 41766
78a984e17548
child 42007
b7f9345b02a4
--- a/libpurple/util.h	Fri Nov 04 00:20:18 2022 -0500
+++ b/libpurple/util.h	Fri Nov 04 00:47:21 2022 -0500
@@ -55,14 +55,12 @@
  * @title:     The title of the song, %NULL to unset the value.
  * @artist:    The artist of the song, can be %NULL.
  * @album:     The album of the song, can be %NULL.
- * @unused:    Currently unused, must be %NULL.
  *
  * Format song information.
  *
  * Returns:   The formatted string. The caller must g_free the returned string.
  */
-char * purple_util_format_song_info(const char *title, const char *artist,
-		const char *album, gpointer unused);
+char *purple_util_format_song_info(const char *title, const char *artist, const char *album);
 
 /**************************************************************************/
 /* Utility Subsystem                                                      */

mercurial