X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fgpqueue.h;h=b938b9c6a0c13fa1db7b970125a79b57bbd9a8f5;hb=01ca3d15f0981393709f25efc6b4a0e067e0c815;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;