1#pragma once
2
3#include <gtk/gtk.h>
4
5void fontify (const char *format,
6 GtkTextBuffer *buffer);
7

source code of gtk/demos/gtk-demo/fontify.h