Show
Ignore:
Timestamp:
18/01/08 15:19:31 (11 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
  • bindings/python/vlc_internal.c

    r4c1fe7d r5c35841  
    720720    0,                         /*tp_as_buffer*/ 
    721721    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 */ 
    723723    0,                     /* tp_traverse */ 
    724724    0,                     /* tp_clear */