diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-pt/ns_warning/index.html | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pt-pt/ns_warning/index.html')
-rw-r--r-- | files/pt-pt/ns_warning/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/pt-pt/ns_warning/index.html b/files/pt-pt/ns_warning/index.html new file mode 100644 index 0000000000..4ffe526e5d --- /dev/null +++ b/files/pt-pt/ns_warning/index.html @@ -0,0 +1,15 @@ +--- +title: NS_WARNING +slug: NS_WARNING +tags: + - Macros_XPCOM + - XPCOM +translation_of: Mozilla/Tech/XPCOM/Reference/NS_WARNING +--- +<p> </p> +<h3 id="Sum.C3.A1rio" name="Sum.C3.A1rio">Sumário</h3> +<p><b>Macro</b></p> +<p>Mostra um aviso na consola (stderr) e nos registos de depuração (registos NSPR). Ao contrário do <a href="pt/NS_ERROR">NS_ERROR</a>, esta macro destina-se a erros não-críticos.</p> +<h3 id="Sintaxe" name="Sintaxe">Sintaxe</h3> +<pre class="eval">NS_WARNING("texto de aviso"); +</pre> |