Changeset 53af6645ddc6b6031e9ea7145bb419b6ad384730
- Timestamp:
- 26/09/06 17:16:00
(2 years ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1159283760 +0000
- git-parent:
[90d263973597139605a42f6b32afa80e85a3d1e7]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1159283760 +0000
- Message:
python bindings: documentation update
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r07a52db |
r53af664 |
|
| 213 | 213 | 0, /*tp_as_buffer*/ |
|---|
| 214 | 214 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/ |
|---|
| 215 | | "vlc.Input object", /* tp_doc */ |
|---|
| | 215 | "vlc.Input object\n\nIt cannot be instanciated standalone, it must be obtained from an existing vlc.Instance object", /* tp_doc */ |
|---|
| 216 | 216 | 0, /* tp_traverse */ |
|---|
| 217 | 217 | 0, /* tp_clear */ |
|---|
| r07a52db |
r53af664 |
|
| 712 | 712 | 0, /*tp_as_buffer*/ |
|---|
| 713 | 713 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/ |
|---|
| 714 | | "VLC Instance.", /* tp_doc */ |
|---|
| | 714 | "VLC Instance(args)\n\nNote: if args is specified, the first arg is interpreted as an executable name to get the directory of the VLC plugins.", /* tp_doc */ |
|---|
| 715 | 715 | 0, /* tp_traverse */ |
|---|
| 716 | 716 | 0, /* tp_clear */ |
|---|
| r07a52db |
r53af664 |
|
| 668 | 668 | 0, /*tp_as_buffer*/ |
|---|
| 669 | 669 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/ |
|---|
| 670 | | "Control of a VLC instance.", /* tp_doc */ |
|---|
| | 670 | "Control of a VLC instance.\n\nvlc.MediaControl(args): initialisation with a list of VLC parameters.\nvlc.MediaControl(instance): initialisation with an existing vlc.Instance", /* tp_doc */ |
|---|
| 671 | 671 | 0, /* tp_traverse */ |
|---|
| 672 | 672 | 0, /* tp_clear */ |
|---|
| r07a52db |
r53af664 |
|
| 596 | 596 | 0, /*tp_as_buffer*/ |
|---|
| 597 | 597 | Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/ |
|---|
| 598 | | "Expose VLC object infrastructure.", /* tp_doc */ |
|---|
| | 598 | "Expose VLC object infrastructure.\n\nConstructor: vlc.Object(object_id)", /* tp_doc */ |
|---|
| 599 | 599 | 0, /* tp_traverse */ |
|---|
| 600 | 600 | 0, /* tp_clear */ |
|---|