mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 13:10:08 +00:00
7 lines
111 B
C
7 lines
111 B
C
|
#pragma once
|
||
|
|
||
|
#include <gtk/gtk.h>
|
||
|
|
||
|
void fontify (const char *format,
|
||
|
GtkTextBuffer *buffer);
|