Changeset 16581
- Timestamp:
- 06/11/08 19:12:38 (4 months ago)
- Files:
-
- trunk/midgard/core/midgard/src/midgard_object.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/core/midgard/src/midgard_object.c
r16580 r16581 1806 1806 * 1807 1807 * Object's contructor tries to determine third optional parameter value. 1808 * If it's of #G_TYPE_STRING type , then #midgard_is_guidis called to check1808 * If it's of #G_TYPE_STRING type , then midgard_is_guid() is called to check 1809 1809 * weather passed string is a guid , in any other case id property is used 1810 1810 * with #G_TYPE_UINT type. New "empty" instance is created (without fetching … … 2184 2184 * Content itself is not removed if language is set to 0. 2185 2185 * 2186 * Use #midgard_object_purgeif you need to purge object's data from database.2186 * Use midgard_object_purge() if you need to purge object's data from database. 2187 2187 * 2188 2188 * Cases to return %FALSE: … … 2361 2361 * Object's record(s) are purged from database without any possibility to recover. 2362 2362 * 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. 2364 2364 * 2365 2365 * Cases to return %FALSE: … … 2930 2930 * @guid: identifier of deleted object 2931 2931 * 2932 * Deprecated. See #midgard_object_class_undelete2932 * Deprecated. See midgard_object_class_undelete() 2933 2933 * 2934 2934 * Returns: %TRUE if object has been undeleted, %FALSE otherwise.
