mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 10:56:37 +02:00
glib-unix.h: Add G_BEGIN/END_DECLS
The omission was pointed out in bug 663880.
This commit is contained in:
@@ -38,6 +38,8 @@
|
|||||||
#error "This header may only be used on UNIX"
|
#error "This header may only be used on UNIX"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* G_UNIX_ERROR:
|
* G_UNIX_ERROR:
|
||||||
*
|
*
|
||||||
@@ -77,4 +79,6 @@ guint g_unix_signal_add (gint signum,
|
|||||||
GSourceFunc handler,
|
GSourceFunc handler,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
#endif
|
G_END_DECLS
|
||||||
|
|
||||||
|
#endif /* __G_UNIX_H__ */
|
||||||
|
Reference in New Issue
Block a user