- Timestamp:
- 18/01/08 15:19:31 (11 months ago)
- git-parent:
- Files:
-
- bindings/python/vlc_internal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bindings/python/vlc_internal.c
r4c1fe7d r5c35841 720 720 0, /*tp_as_buffer*/ 721 721 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/ 722 "Expose VLC object in frastructure.\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 */
