]> Pileus Git - grits/commitdiff
Document GPQueue
authorAndy Spencer <andy753421@gmail.com>
Mon, 8 Feb 2010 22:27:42 +0000 (22:27 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 8 Feb 2010 22:27:42 +0000 (22:27 +0000)
src/gpqueue.c
src/gpqueue.h

index 0e408c59473bda268f7e04d813e6d7d9d6401144..890d3df084a0f30722883bafd320c7cf8e2c88ac 100644 (file)
@@ -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
  *
  * <para>
  * The #GPQueue structure and its associated functions provide a sorted
index b938b9c6a0c13fa1db7b970125a79b57bbd9a8f5..fbaa8767aae8efeed6d9d4708d711a7db7fb6460 100644 (file)
@@ -1,7 +1,3 @@
-#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
-#error "Only <glib.h> can be included directly."
-#endif
-
 #ifndef __G_PQUEUE_H__
 #define __G_PQUEUE_H__