X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=src%2Fgis%2Fgpqueue.h;h=3cadf1856cc76cee6731407498f04b2a24104279;hp=87f6cf97523cacfee1e2e4df945b73eb91d12a2d;hb=5b0d4a3f91c424a06365c1c90c4e1c9bc4767b90;hpb=c7c4b00e13af89cb7ed88de9b7a48115e5fce1b6 diff --git a/src/gis/gpqueue.h b/src/gis/gpqueue.h index 87f6cf9..3cadf18 100644 --- a/src/gis/gpqueue.h +++ b/src/gis/gpqueue.h @@ -38,6 +38,8 @@ void g_pqueue_foreach (GPQueue *pqueue, GFunc func, gpointer user_data); +GPtrArray* g_pqueue_get_array (GPQueue *pqueue); + GPQueueHandle g_pqueue_push (GPQueue *pqueue, gpointer data);