Changeset 294 for trunk/nom/idl/nomcls.idl
- Timestamp:
- Apr 7, 2007, 4:29:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/idl/nomcls.idl
r281 r294 145 145 146 146 /** 147 Query the structure holding all the info needed for creating new objects. 148 147 149 \remarks 150 You should know what you're doing if you want to use the structure returned by this method... 148 151 The return type may change. 149 152 */ … … 169 172 The type of this variable will change! 170 173 */ 171 NOMINSTANCEVAR( stringncpObject); //NOMClassPriv structure holding info about the object this class can create174 NOMINSTANCEVAR(gpointer ncpObject); //NOMClassPriv structure holding info about the object this class can create 172 175 NOMOVERRIDE(nomInit); 173 176
Note:
See TracChangeset
for help on using the changeset viewer.