mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +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);
|
|
|