log: use G_GNUC_DEPRECATED_FOR to deprecate wp_log_checked

This commit is contained in:
George Kiagiadakis
2024-05-03 13:46:26 +00:00
parent 2fb055f43d
commit 3e643aad85

View File

@@ -123,7 +123,7 @@ WP_API
void wp_log_checked (const gchar *log_topic, GLogLevelFlags log_level,
const gchar *file, const gchar *line, const gchar *func,
GType object_type, gconstpointer object,
const gchar *message_format, ...) G_GNUC_PRINTF (8, 9) __attribute__ ((deprecated));
const gchar *message_format, ...) G_GNUC_PRINTF (8, 9) G_GNUC_DEPRECATED_FOR (wp_logt_checked);
WP_API
void wp_logt_checked (const WpLogTopic *topic, GLogLevelFlags log_level,