diff options
Diffstat (limited to 'dcoppython')
-rw-r--r-- | dcoppython/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/README b/dcoppython/README index 5a7dd642..88dcccf8 100644 --- a/dcoppython/README +++ b/dcoppython/README @@ -21,7 +21,7 @@ a data file called marshal_funcs.data by a converter script, gen_marshal_funcs.p marshal_funcs.data contains the basic code necessary to marshal and demarshal the different types that DCOP can handle. For example, it codes how to convert a TQString for use by Python (in this case, a Python string) and the reverse - what the user may supply in Python when -DCOP retquires a TQString. In addition to the fundemental types, more complex QT classes are +DCOP requires a TQString. In addition to the fundemental types, more complex QT classes are coded, such as TQRect (which converts to a Python tuple ( (x1,y1), (x2,y2) ) ). Documentation is auto-generated out of marshal_funcs.data, creating file marshal_funcs_doc.html, |