Changeset 1502ec10254cb5806c0ad1ff4f3c24471e304bbd
- Timestamp:
- 09/15/07 17:45:27
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1189871127 +0000
- git-parent:
[139e1efe6e86ac2f9323fbf243ad0b4ec2401d6a]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1189871127 +0000
- Message:
Fix doc
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb6194a3 |
r1502ec1 |
|
| 149 | 149 | * VLC_Die: ask vlc to die. |
|---|
| 150 | 150 | ***************************************************************************** |
|---|
| 151 | | * This function sets p_vlc->b_die to VLC_TRUE, but does not do any other |
|---|
| | 151 | * This function sets p_libvlc->b_die to VLC_TRUE, but does not do any other |
|---|
| 152 | 152 | * task. It is your duty to call VLC_CleanUp and VLC_Destroy afterwards. |
|---|
| 153 | 153 | *****************************************************************************/ |
|---|