Changeset 40

Show
Ignore:
Timestamp:
05/05/05 20:08:31 (4 years ago)
Author:
jjr
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/dglib/AQueue.d

    r8 r40  
    5151     
    5252    /* Push data into the async queue. Must not be NULL. */ 
    53     void          g_async_queue_push               (GAsyncQueue *queue, 
    54                                                     gpointer     data); 
    55     void          g_async_queue_push_unlocked      (GAsyncQueue *queue, 
    56                                                     gpointer     data); 
     53    void          g_async_queue_push               (GAsyncQueue *queue,gpointer     data); 
     54    void          g_async_queue_push_unlocked      (GAsyncQueue *queue,gpointer     data); 
    5755     
    5856    /* Pop data from the async queue. When no data is there, the thread is blocked 
     
    6765    /* Wait for data until at maximum until end_time is reached. NULL is returned 
    6866     * in case of empty queue. */ 
    69     gpointer      g_async_queue_timed_pop          (GAsyncQueue *queue, 
    70                                                     GTimeVal    *end_time); 
    71     gpointer      g_async_queue_timed_pop_unlocked (GAsyncQueue *queue, 
    72                                                     GTimeVal    *end_time); 
     67    gpointer      g_async_queue_timed_pop          (GAsyncQueue *queue, GTimeVal *end_time); 
     68    gpointer      g_async_queue_timed_pop_unlocked (GAsyncQueue *queue, GTimeVal *end_time); 
    7369     
    7470    /* Return the length of the queue. Negative values mean that threads