6 lines
111 B
C
6 lines
111 B
C
#pragma once
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
void fontify (const char *format,
|
|
GtkTextBuffer *buffer);
|