diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/ipdl/index.html | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/ipdl/index.html')
-rw-r--r-- | files/es/ipdl/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/es/ipdl/index.html b/files/es/ipdl/index.html new file mode 100644 index 0000000000..cfada43bdb --- /dev/null +++ b/files/es/ipdl/index.html @@ -0,0 +1,18 @@ +--- +title: IPC Protocol Definition Language (IPDL) +slug: IPDL +translation_of: Mozilla/IPDL +--- +<p>IPDL, abreviado de "IPC (Inter-process communication) Protocol Definition Language" o Lenguaje de Definición de Protocolo para la Comunicación Entre Procesos, es un lenguaje específico de Mozilla que permite código C++ pasar mensajes entre procesos o hilos de manera organizada y segura. Todos los mensajes de plugins multi-procesos y pestañas dentro de Firefox se declaran en lenguaje IPDL.</p> + +<ul> + <li><a href="/en-US/docs/IPDL/Tutorial" title="en-US/docs/IPDL/Getting Started">Tutorial IPDL</a></li> + <li><a href="/en-US/docs/IPDL/Creating_a_New_Protocol" title="en-US/docs/IPDL/Creating a New Protocol">Inicio Rápido: Creando un Nuevo Protocolo</a></li> + <li><a href="/en-US/docs/IPDL/Type_Serialization" title="en-US/docs/IPDL/Type Serialization">Tipos Personalizados de Serialización </a></li> + <li><a href="/en-US/docs/IPDL/Best_Practices" title="en-US/docs/IPDL/Best Practices">Mejores Prácticas</a></li> + <li><a href="/en-US/docs/IPDL/Glossary" title="en-US/docs/IPDL/Glossary">Glosario IPDL</a></li> + <li><a href="/en-US/docs/IPDL/Error_Handling" title="en-US/docs/IPDL/Error Handling">Lenguaje de Referencia IPDL</a></li> + <li><a href="/en-US/docs/IPDL/Error_Handling" title="en-US/docs/IPDL/Error Handling">Error y manejo de cierres en protocolos IPDL</a></li> + <li><a href="/en-US/docs/IPDL/Processes_and_Threads" title="en-US/docs/IPDL/Processes and Threads">Como Usar Procesos IPDL, Hilos y Sockets</a></li> + <li><a href="/en-US/docs/IPDL/Shared_Memory" title="en-US/docs/IPDL/Shared Memory">Memoria Compartida IPDL</a></li> +</ul> |