Changeset 16579

Show
Ignore:
Timestamp:
06/11/08 17:58:23 (4 months ago)
Author:
piotras
Message:

midgard_blob_get_channel: Doc fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/core/midgard/src/midgard_blob.c

    r16574 r16579  
    334334 * @self: #MidgardBlob instance 
    335335 * 
    336  * \return GIOChannel 
    337  * 
    338336 * The main idea is to get file handler. On C level it returns 
    339337 * GIOChannel, but language bindings could return typical file handler  
     
    342340 * Returned channel is owned by midgard_blob and should not be freed 
    343341 * or unreferenced. 
     342 * 
     343 * Returns: GIOChannel or %NULL 
    344344 */ 
    345345GIOChannel *midgard_blob_get_handler(MidgardBlob *self)