Changeset 5c35841422ce3a8b843a3b05aae9c97fa36366da
- Timestamp:
- 18/01/08 15:19:31
(9 months ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1200665971 +0000
- git-parent:
[4c1fe7d3335fc883ee63d3e367369a93c633553f]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1200665971 +0000
- Message:
python bindings: add a warning in the docstring of vlc_internal.c
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4c1fe7d |
r5c35841 |
|
| 720 | 720 | 0, /*tp_as_buffer*/ |
|---|
| 721 | 721 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/ |
|---|
| 722 | | "Expose VLC object infrastructure.\n\nConstructor: vlc.Object(object_id)", /* tp_doc */ |
|---|
| | 722 | "Expose VLC object internal infrastructure.\n\nConstructor: vlc.Object(object_id)\n\nPLEASE BE AWARE that accessing internal features of VLC voids the guarantee for the product and is not advised except if you know what you are doing.", /* tp_doc */ |
|---|
| 723 | 723 | 0, /* tp_traverse */ |
|---|
| 724 | 724 | 0, /* tp_clear */ |
|---|