mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
parent
26f238e85d
commit
eafb108caf
@ -27,6 +27,8 @@
|
|||||||
#include <glib/gtypes.h>
|
#include <glib/gtypes.h>
|
||||||
#include <glib/garray.h>
|
#include <glib/garray.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
GBytes * g_bytes_new (gconstpointer data,
|
GBytes * g_bytes_new (gconstpointer data,
|
||||||
gsize size);
|
gsize size);
|
||||||
|
|
||||||
@ -67,4 +69,6 @@ gboolean g_bytes_equal (gconstpointer bytes1,
|
|||||||
gint g_bytes_compare (gconstpointer bytes1,
|
gint g_bytes_compare (gconstpointer bytes1,
|
||||||
gconstpointer bytes2);
|
gconstpointer bytes2);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __G_BYTES_H__ */
|
#endif /* __G_BYTES_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user