Changeset 16583
- Timestamp:
- 06/11/08 19:25:15 (3 months ago)
- Files:
-
- trunk/midgard/core/midgard/src/midgard_tree.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/core/midgard/src/midgard_tree.c
r16578 r16583 70 70 * Checks whether object exists in parent's type tree. 71 71 * 72 * Midgard tree in #MgdSchema reference: 73 * http://www.midgard-project.org/midcom-permalink-a4e185a08fb2d0e278ef1ba3a739f77e 72 * <ulink linkend="http://www.midgard-project.org/midcom-permalink-a4e185a08fb2d0e278ef1ba3a739f77e">Midgard tree in #MgdSchema reference</ulink> 74 73 * 75 74 * Parent type in midgard tree is a type which can be "container" with object nodes 76 75 * of different types. 77 76 * 78 * Returns: %TRUE whenobject exists in parent tree, %FALSE otherwise.77 * Returns: %TRUE if object exists in parent tree, %FALSE otherwise. 79 78 */ 80 79 gboolean midgard_object_is_in_parent_tree(MgdObject *self, guint rootid, guint id)
