From: Jelmer Vernooij Date: Sat, 12 Jan 2008 20:33:18 +0000 (+0100) Subject: pidl: Update documentation. X-Git-Tag: samba-4.0.0alpha6~801^3~722 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=79c4bd95b8ff249ad2e738c852a2fe4b6271fe12 pidl: Update documentation. (This used to be commit a13f51dae591684dbc9620f385d2fbccf31ec137) --- diff --git a/source4/pidl/README b/source4/pidl/README index 5bf7752da97..d6783872824 100644 --- a/source4/pidl/README +++ b/source4/pidl/README @@ -40,6 +40,7 @@ Parse::Pidl::Samba4::NDR::Server - Generates server side implementation in C Parse::Pidl::Samba4::TDR - Parser generator for the "Trivial Data Representation" Parse::Pidl::Samba4::Template - Generates stubs in C for server implementation Parse::Pidl::Samba4::EJS - Generates bindings for Embedded JavaScript (EJS) +Parse::Pidl::Samba4::Python - Generates bindings for Python -- Samba COM / DCOM -- Parse::Pidl::Samba4::COM::Proxy - Generates proxy object for DCOM (client-side) diff --git a/source4/pidl/TODO b/source4/pidl/TODO index 487d51d11ef..f1cca0ab230 100644 --- a/source4/pidl/TODO +++ b/source4/pidl/TODO @@ -6,7 +6,6 @@ - compatibility mode for generating MIDL-readable data: - strip out pidl-specific properties -- remove declare in favor of typedef - make bitmap an optional attribute on enum - support nested elements - support typedefs properly (e.g. allow "typedef void **bla;")