X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fgpqueue.h;h=b938b9c6a0c13fa1db7b970125a79b57bbd9a8f5;hb=733833b754f20c98976bca621d87d090621abff3;hp=3cadf1856cc76cee6731407498f04b2a24104279;hpb=14cdbb4a9c369576a5485315260fad5285935e80;p=grits diff --git a/src/gpqueue.h b/src/gpqueue.h index 3cadf18..b938b9c 100644 --- a/src/gpqueue.h +++ b/src/gpqueue.h @@ -11,18 +11,18 @@ typedef struct _GPQueueNode GPQueueNode; /** * GPQueue: - * + * * An opaque structure representing a priority queue. - * + * * Since: 2.x **/ typedef struct _GPQueue GPQueue; /** * GPQueueHandle: - * + * * An opaque value representing one entry in a #GPQueue. - * + * * Since: 2.x **/ typedef GPQueueNode* GPQueueHandle;