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:
Colin Walters 2011-06-03 13:18:44 -04:00
parent 782cf86f12
commit a6f09e104c
8 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@ IGNORE_HFILES= \
gnulib \
pcre \
update-pcre \
gbuffer.h \
gbufferprivate.h \
gvariant-internal.h \
gvariant-serialiser.h \
gvariant-core.h \

View File

@ -122,7 +122,7 @@ libglib_2_0_la_SOURCES = \
gbookmarkfile.c \
gbsearcharray.h \
gbuffer.c \
gbuffer.h \
gbufferprivate.h \
gcache.c \
gchecksum.c \
gcompletion.c \

View File

@ -21,7 +21,7 @@
#include "config.h"
#include "gbuffer.h"
#include "gbufferprivate.h"
#include <glib/gstrfuncs.h>
#include <glib/gatomic.h>

View File

@ -52,7 +52,7 @@
#include "gstdio.h"
#include "gstrfuncs.h"
#include "gatomic.h"
#include "gbuffer.h"
#include "gbufferprivate.h"
#include "glibintl.h"

View File

@ -33,7 +33,7 @@
#include "gstrfuncs.h"
#include "ghash.h"
#include "gthread.h"
#include "gbuffer.h"
#include "gbufferprivate.h"
/**
* SECTION:timezone

View File

@ -24,7 +24,7 @@
#include <glib/gtestutils.h>
#include <glib/gbitlock.h>
#include <glib/gatomic.h>
#include <glib/gbuffer.h>
#include <glib/gbufferprivate.h>
#include <glib/gslice.h>
#include <glib/gmem.h>
#include <string.h>

View File

@ -23,7 +23,7 @@
#include <glib/gvarianttypeinfo.h>
#include <glib/gvariant.h>
#include <glib/gbuffer.h>
#include <glib/gbufferprivate.h>
/* gvariant-core.c */
G_GNUC_INTERNAL