| 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_ |
| 88 |
|
|
| 89 |
void dui_resolver_realize (DuiResolver *); |
void dui_resolver_realize (DuiResolver *); |
| 90 |
|
|
| 91 |
|
/** @} */ |
| 92 |
|
|
| 93 |
#endif /* DUI_RESOLVER_H_ */ |
#endif /* DUI_RESOLVER_H_ */ |