Changeset 16583

Show
Ignore:
Timestamp:
06/11/08 19:25:15 (3 months ago)
Author:
piotras
Message:

is_in_tree: Fix documentation link

Files:

Legend:

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

    r16578 r16583  
    7070 * Checks whether object exists in parent's type tree. 
    7171 *  
    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> 
    7473 * 
    7574 * Parent type in midgard tree is a type which can be "container" with object nodes 
    7675 * of different types.  
    7776 * 
    78  * Returns: %TRUE when object exists in parent tree, %FALSE otherwise. 
     77 * Returns: %TRUE if object exists in parent tree, %FALSE otherwise. 
    7978 */  
    8079gboolean midgard_object_is_in_parent_tree(MgdObject *self, guint rootid, guint id)