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