From a682c20cdad0992f508fcced37370bb4c14fc8a8 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 8 Feb 2010 22:27:42 +0000 Subject: [PATCH] Document GPQueue --- src/gpqueue.c | 5 ++--- src/gpqueue.h | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/gpqueue.c b/src/gpqueue.c index 0e408c5..890d3df 100644 --- a/src/gpqueue.c +++ b/src/gpqueue.c @@ -2,9 +2,8 @@ #include "gpqueue.h" /** - * SECTION:priority_queues - * @short_description: a collection of data entries with associated priority - * values that returns entries one by one in order of priority + * SECTION:gpqueue + * @short_description: Priority queue implemention * * * The #GPQueue structure and its associated functions provide a sorted diff --git a/src/gpqueue.h b/src/gpqueue.h index b938b9c..fbaa876 100644 --- a/src/gpqueue.h +++ b/src/gpqueue.h @@ -1,7 +1,3 @@ -#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) -#error "Only can be included directly." -#endif - #ifndef __G_PQUEUE_H__ #define __G_PQUEUE_H__ -- 2.41.0