/[estron]/trunk/estron/src/duiresolver.h
ViewVC logotype

Diff of /trunk/estron/src/duiresolver.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 555 by neil, Sat Apr 19 12:08:38 2008 UTC revision 556 by codehelp, Sun Apr 27 16:14:42 2008 UTC
# Line 22  Line 22 
22  \********************************************************************/  \********************************************************************/
23    
24  /**  /**
25   * @file: duiresolver.h   * @file duiresolver.h
26   * @brief: Resolve names into actual pointers to actual objects   * @brief Resolve names into actual pointers to actual objects
27   *   @addtogroup library
28     @{
29     @addtogroup resolve Resolve names into objects
30    
31   * Fields are initially specified just as strings... that is,   * Fields are initially specified just as strings... that is,
32   * names naming something.  At some point, these names have to   * names naming something.  At some point, these names have to
33   * be converted into actual pointers to actual objects; that's what   * be converted into actual pointers to actual objects; that's what
34   * this function does.   * this function does.
35   *   *
36   * @author: Copyright (c) 2003,2004 Linas Vepstas <linas@linas.org>   * @author Copyright (c) 2003,2004 Linas Vepstas <linas@linas.org>
37   */   */
38    
39  #ifndef DUI_RESOLVER_H_  #ifndef DUI_RESOLVER_H_
# Line 85  void dui_resolver_resolve (DuiResolver * Line 88  void dui_resolver_resolve (DuiResolver *
88    
89  void dui_resolver_realize (DuiResolver *);  void dui_resolver_realize (DuiResolver *);
90    
91    /** @} */
92    
93  #endif /* DUI_RESOLVER_H_ */  #endif /* DUI_RESOLVER_H_ */

Legend:
Removed from v.555  
changed lines
  Added in v.556

  ViewVC Help
Powered by ViewVC 1.1.5