mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
80cddd4cc1
Move all the logic related to asynchronous highlighting to fontify.c, to keep main.c from becoming too cluttered.
7 lines
111 B
C
7 lines
111 B
C
#pragma once
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
void fontify (const char *format,
|
|
GtkTextBuffer *buffer);
|