Changeset 16581

Show
Ignore:
Timestamp:
06/11/08 19:12:38 (4 months ago)
Author:
piotras
Message:

function references marked as functions

Files:

Legend:

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

    r16580 r16581  
    18061806 * 
    18071807 * Object's contructor tries to determine third optional parameter value. 
    1808  * If it's of #G_TYPE_STRING type , then #midgard_is_guid is called to check  
     1808 * If it's of #G_TYPE_STRING type , then midgard_is_guid() is called to check  
    18091809 * weather passed string is a guid , in any other case id property is used  
    18101810 * with #G_TYPE_UINT type. New "empty" instance is created (without fetching  
     
    21842184 * Content itself is not removed if language is set to 0. 
    21852185 * 
    2186  * Use #midgard_object_purge if you need to purge object's data from database. 
     2186 * Use midgard_object_purge() if you need to purge object's data from database. 
    21872187 *  
    21882188 * Cases to return %FALSE: 
     
    23612361 * Object's record(s) are purged from database without any possibility to recover. 
    23622362 * After successfull call, only repligard table holds information about object's state. 
    2363  * Use #midgard_object_delete, if undelete facility is needed. 
     2363 * Use midgard_object_delete(), if undelete facility is needed. 
    23642364 *  
    23652365 * Cases to return %FALSE: 
     
    29302930 * @guid: identifier of deleted object 
    29312931 *  
    2932  * Deprecated. See #midgard_object_class_undelete 
     2932 * Deprecated. See midgard_object_class_undelete() 
    29332933 *  
    29342934 * Returns: %TRUE if object has been undeleted, %FALSE otherwise.