]> git.sesse.net Git - vlc/commitdiff
python bindings: add a warning in the docstring of vlc_internal.c
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 18 Jan 2008 14:19:31 +0000 (14:19 +0000)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 18 Jan 2008 14:19:31 +0000 (14:19 +0000)
bindings/python/vlc_internal.c

index edc913bc41d967a17e444b5c94fa227a13b9adaf..b84b94b78fd8a42f3226dd3d798f64b9017a62b3 100644 (file)
@@ -719,7 +719,7 @@ static PyTypeObject vlcObject_Type =
     0,                         /*tp_setattro*/
     0,                         /*tp_as_buffer*/
     Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/
-    "Expose VLC object infrastructure.\n\nConstructor: vlc.Object(object_id)",  /* tp_doc */
+    "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 */
     0,                     /* tp_traverse */
     0,                     /* tp_clear */
     0,                     /* tp_richcompare */