summaryrefslogtreecommitdiff
path: root/glib/gbytes.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gbytes.h')
-rw-r--r--glib/gbytes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glib/gbytes.h b/glib/gbytes.h
index 24f1856fb..77bfd30ef 100644
--- a/glib/gbytes.h
+++ b/glib/gbytes.h
@@ -39,6 +39,9 @@ GLIB_AVAILABLE_IN_ALL
GBytes * g_bytes_new_take (gpointer data,
gsize size);
+GLIB_AVAILABLE_IN_2_44
+GBytes * g_bytes_new_take_fd (gint fd);
+
GLIB_AVAILABLE_IN_ALL
GBytes * g_bytes_new_static (gconstpointer data,
gsize size);