Sat, 23 Nov 2024 19:39:07 -0600
Fix some ircv3 function prototypes
One was using the wrong export macro, and the other was for a function that no longer exists.
Testing Done:
Compiled (though that obviously missed this the first time anyway.)
Reviewed at https://reviews.imfreedom.org/r/3674/
| protocols/ircv3/purpleircv3connection.h | file | annotate | diff | comparison | revisions |
--- a/protocols/ircv3/purpleircv3connection.h Fri Nov 22 03:51:12 2024 -0600 +++ b/protocols/ircv3/purpleircv3connection.h Sat Nov 23 19:39:07 2024 -0600 @@ -68,23 +68,10 @@ * * Since: 3.0 */ -PURPLE_AVAILABLE_IN_3_0 +PURPLE_IRCV3_AVAILABLE_IN_ALL IbisClient *purple_ircv3_connection_get_client(PurpleIRCv3Connection *connection); /** - * purple_ircv3_connection_writef: - * @connection: The instance. - * @format: The format string. - * @...: The arguments for @format. - * - * Similar to C `printf()` but writes the format string out to @connection. - * - * This will add the proper line termination, so you do not need to worry about - * that. - */ -void purple_ircv3_connection_writef(PurpleIRCv3Connection *connection, const char *format, ...) G_GNUC_PRINTF(2, 3); - -/** * purple_ircv3_connection_add_status_message: * @connection: The instance. * @message: The message.