[glib/buffer] GBuffer: #include "galias.h"
- From: Ryan Lortie <ryanl src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib/buffer] GBuffer: #include "galias.h"
- Date: Sat, 6 Feb 2010 02:13:40 +0000 (UTC)
commit 64e27b7984c5a672611030e69cb9ab1c123930a1
Author: Ryan Lortie <desrt desrt ca>
Date: Fri Feb 5 21:11:44 2010 -0500
GBuffer: #include "galias.h"
glib/gbuffer.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/glib/gbuffer.c b/glib/gbuffer.c
index 250d602..7eec6e6 100644
--- a/glib/gbuffer.c
+++ b/glib/gbuffer.c
@@ -25,6 +25,8 @@
#include <glib/gatomic.h>
#include <glib/gmem.h>
+#include "galias.h"
+
typedef struct
{
GBuffer buffer;
@@ -40,8 +42,7 @@ g_buffer_free_gfree (GBuffer *buffer)
g_slice_free (GBuffer, buffer);
}
-/*
- * < private >
+/* < private >
* g_buffer_new_from_data:
* @data: the data to be used for the buffer
* @size: the size of @data
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]