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

@@ -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>