1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00
imgproxy/gliblog/gliblog.h

7 lines
128 B
C
Raw Normal View History

2022-07-29 15:16:24 +06:00
#include <glib.h>
void glib_log_configure();
// from Go
void logGLib (char *domain, GLogLevelFlags log_level, char *message);