mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
8 lines
185 B
C
8 lines
185 B
C
#pragma once
|
|
|
|
char * diff_with_file (const char *file1,
|
|
const char *text,
|
|
gssize len,
|
|
GError **error);
|
|
|