mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
GBuffer: Suffix header with private.h
This makes it clearer it's not public API yet. https://bugzilla.gnome.org/show_bug.cgi?id=651745
This commit is contained in:
parent
782cf86f12
commit
a6f09e104c
@ -42,7 +42,7 @@ IGNORE_HFILES= \
|
|||||||
gnulib \
|
gnulib \
|
||||||
pcre \
|
pcre \
|
||||||
update-pcre \
|
update-pcre \
|
||||||
gbuffer.h \
|
gbufferprivate.h \
|
||||||
gvariant-internal.h \
|
gvariant-internal.h \
|
||||||
gvariant-serialiser.h \
|
gvariant-serialiser.h \
|
||||||
gvariant-core.h \
|
gvariant-core.h \
|
||||||
|
@ -122,7 +122,7 @@ libglib_2_0_la_SOURCES = \
|
|||||||
gbookmarkfile.c \
|
gbookmarkfile.c \
|
||||||
gbsearcharray.h \
|
gbsearcharray.h \
|
||||||
gbuffer.c \
|
gbuffer.c \
|
||||||
gbuffer.h \
|
gbufferprivate.h \
|
||||||
gcache.c \
|
gcache.c \
|
||||||
gchecksum.c \
|
gchecksum.c \
|
||||||
gcompletion.c \
|
gcompletion.c \
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gbuffer.h"
|
#include "gbufferprivate.h"
|
||||||
|
|
||||||
#include <glib/gstrfuncs.h>
|
#include <glib/gstrfuncs.h>
|
||||||
#include <glib/gatomic.h>
|
#include <glib/gatomic.h>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
#include "gstdio.h"
|
#include "gstdio.h"
|
||||||
#include "gstrfuncs.h"
|
#include "gstrfuncs.h"
|
||||||
#include "gatomic.h"
|
#include "gatomic.h"
|
||||||
#include "gbuffer.h"
|
#include "gbufferprivate.h"
|
||||||
|
|
||||||
#include "glibintl.h"
|
#include "glibintl.h"
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include "gstrfuncs.h"
|
#include "gstrfuncs.h"
|
||||||
#include "ghash.h"
|
#include "ghash.h"
|
||||||
#include "gthread.h"
|
#include "gthread.h"
|
||||||
#include "gbuffer.h"
|
#include "gbufferprivate.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:timezone
|
* SECTION:timezone
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <glib/gtestutils.h>
|
#include <glib/gtestutils.h>
|
||||||
#include <glib/gbitlock.h>
|
#include <glib/gbitlock.h>
|
||||||
#include <glib/gatomic.h>
|
#include <glib/gatomic.h>
|
||||||
#include <glib/gbuffer.h>
|
#include <glib/gbufferprivate.h>
|
||||||
#include <glib/gslice.h>
|
#include <glib/gslice.h>
|
||||||
#include <glib/gmem.h>
|
#include <glib/gmem.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include <glib/gvarianttypeinfo.h>
|
#include <glib/gvarianttypeinfo.h>
|
||||||
#include <glib/gvariant.h>
|
#include <glib/gvariant.h>
|
||||||
#include <glib/gbuffer.h>
|
#include <glib/gbufferprivate.h>
|
||||||
|
|
||||||
/* gvariant-core.c */
|
/* gvariant-core.c */
|
||||||
G_GNUC_INTERNAL
|
G_GNUC_INTERNAL
|
||||||
|
Loading…
Reference in New Issue
Block a user