Changeset 563 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
- Timestamp:
- Feb 2, 2007 4:44:41 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r548 r563 383 383 /** 384 384 * Emitted at the end of the enumeration process started 385 * by #startEnumeratingMedia(). 386 * @note #currentMediaList() will return an empty list 387 * when this signal is emitted, use the argument instead. 385 * by #startEnumeratingMedia(). The @a aList argument is passed for 386 * convenience, it is exactly the same as returned by #currentMediaList(). 388 387 */ 389 388 void mediaEnumFinished (const VBoxMediaList &aList);
Note:
See TracChangeset
for help on using the changeset viewer.