mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
glib-private: #include <glib.h>
This is really our only choice if we don't want to annoy the single-include checking when we use this from inside of gio.
This commit is contained in:
parent
e27b5a2ea7
commit
bceaf3a719
@ -20,10 +20,8 @@
|
|||||||
#ifndef __GLIB_PRIVATE_H__
|
#ifndef __GLIB_PRIVATE_H__
|
||||||
#define __GLIB_PRIVATE_H__
|
#define __GLIB_PRIVATE_H__
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
#include "gwakeup.h"
|
#include "gwakeup.h"
|
||||||
#include "gmain.h"
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
|
||||||
|
|
||||||
G_GNUC_INTERNAL
|
G_GNUC_INTERNAL
|
||||||
GMainContext * g_get_worker_context (void);
|
GMainContext * g_get_worker_context (void);
|
||||||
@ -46,7 +44,4 @@ typedef struct {
|
|||||||
|
|
||||||
GLibPrivateVTable *glib__private__ (void);
|
GLibPrivateVTable *glib__private__ (void);
|
||||||
|
|
||||||
|
|
||||||
G_END_DECLS
|
|
||||||
|
|
||||||
#endif /* __G_MAIN_H__ */
|
#endif /* __G_MAIN_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user