[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] svn: /phpdoc/en/trunk/reference/libevent/functions/ event-add.xml event-base-loop.xml even
From:       Jakub_Vrana <vrana () php ! net>
Date:       2009-08-31 13:19:08
Message-ID: svn-vrana-1251724748-287918-1971132649 () svn ! php ! net
[Download RAW message or body]

vrana                                    Mon, 31 Aug 2009 13:19:08 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=287918

Log:
Fix protos

Changed paths:
    U   phpdoc/en/trunk/reference/libevent/functions/event-add.xml
    U   phpdoc/en/trunk/reference/libevent/functions/event-base-loop.xml
    U   phpdoc/en/trunk/reference/libevent/functions/event-base-loopexit.xml
    U   phpdoc/en/trunk/reference/libevent/functions/event-buffer-base-set.xml
    U   phpdoc/en/trunk/reference/libevent/functions/event-buffer-priority-set.xml
    U   phpdoc/en/trunk/reference/libevent/functions/event-buffer-read.xml
    U   phpdoc/en/trunk/reference/libevent/functions/event-buffer-watermark-set.xml
    U   phpdoc/en/trunk/reference/libevent/functions/event-buffer-write.xml
    U   phpdoc/en/trunk/reference/libevent/functions/event-free.xml

Modified: phpdoc/en/trunk/reference/libevent/functions/event-add.xml
===================================================================
--- phpdoc/en/trunk/reference/libevent/functions/event-add.xml	2009-08-31 13:16:27 \
                UTC (rev 287917)
+++ phpdoc/en/trunk/reference/libevent/functions/event-add.xml	2009-08-31 13:19:08 \
UTC (rev 287918) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>bool</type><methodname>event_add</methodname>
    <methodparam><type>resource</type><parameter>event</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>timeout</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>timeout</parameter><initializer>-1</initializer></methodparam>
  </methodsynopsis>
   <para>
    <function>event_add</function> schedules the execution of the \
<parameter>event</parameter>

Modified: phpdoc/en/trunk/reference/libevent/functions/event-base-loop.xml
===================================================================
--- phpdoc/en/trunk/reference/libevent/functions/event-base-loop.xml	2009-08-31 \
                13:16:27 UTC (rev 287917)
+++ phpdoc/en/trunk/reference/libevent/functions/event-base-loop.xml	2009-08-31 \
13:19:08 UTC (rev 287918) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>int</type><methodname>event_base_loop</methodname>
    <methodparam><type>resource</type><parameter>event_base</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
  </methodsynopsis>
   <para>
    Starts event loop for the specified event base.

Modified: phpdoc/en/trunk/reference/libevent/functions/event-base-loopexit.xml
===================================================================
--- phpdoc/en/trunk/reference/libevent/functions/event-base-loopexit.xml	2009-08-31 \
                13:16:27 UTC (rev 287917)
+++ phpdoc/en/trunk/reference/libevent/functions/event-base-loopexit.xml	2009-08-31 \
13:19:08 UTC (rev 287918) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>bool</type><methodname>event_base_loopexit</methodname>
    <methodparam><type>resource</type><parameter>event_base</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>timeout</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>timeout</parameter><initializer>-1</initializer></methodparam>
  </methodsynopsis>
   <para>
    The next event loop iteration after the given timer expires will complete

Modified: phpdoc/en/trunk/reference/libevent/functions/event-buffer-base-set.xml
===================================================================
--- phpdoc/en/trunk/reference/libevent/functions/event-buffer-base-set.xml	2009-08-31 \
                13:16:27 UTC (rev 287917)
+++ phpdoc/en/trunk/reference/libevent/functions/event-buffer-base-set.xml	2009-08-31 \
13:19:08 UTC (rev 287918) @@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>event_buffer_base_set</methodname>
+   <type>bool</type><methodname>event_buffer_base_set</methodname>
    <methodparam><type>resource</type><parameter>bevent</parameter></methodparam>
    <methodparam><type>resource</type><parameter>event_base</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/en/trunk/reference/libevent/functions/event-buffer-priority-set.xml
===================================================================
--- phpdoc/en/trunk/reference/libevent/functions/event-buffer-priority-set.xml	2009-08-31 \
                13:16:27 UTC (rev 287917)
+++ phpdoc/en/trunk/reference/libevent/functions/event-buffer-priority-set.xml	2009-08-31 \
13:19:08 UTC (rev 287918) @@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>event_buffer_priority_set</methodname>
+   <type>bool</type><methodname>event_buffer_priority_set</methodname>
    <methodparam><type>resource</type><parameter>bevent</parameter></methodparam>
    <methodparam><type>int</type><parameter>priority</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/en/trunk/reference/libevent/functions/event-buffer-read.xml
===================================================================
--- phpdoc/en/trunk/reference/libevent/functions/event-buffer-read.xml	2009-08-31 \
                13:16:27 UTC (rev 287917)
+++ phpdoc/en/trunk/reference/libevent/functions/event-buffer-read.xml	2009-08-31 \
13:19:08 UTC (rev 287918) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>string</type><methodname>event_buffer_read</methodname>
    <methodparam><type>resource</type><parameter>bevent</parameter></methodparam>
-   <methodparam><type></type><parameter>data_size</parameter></methodparam>
+   <methodparam><type>int</type><parameter>data_size</parameter></methodparam>
   </methodsynopsis>
   <para>
    Reads data from the input buffer of the buffered event.

Modified: phpdoc/en/trunk/reference/libevent/functions/event-buffer-watermark-set.xml
===================================================================
--- phpdoc/en/trunk/reference/libevent/functions/event-buffer-watermark-set.xml	2009-08-31 \
                13:16:27 UTC (rev 287917)
+++ phpdoc/en/trunk/reference/libevent/functions/event-buffer-watermark-set.xml	2009-08-31 \
13:19:08 UTC (rev 287918) @@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>event_buffer_watermark_set</methodname>
+   <type>void</type><methodname>event_buffer_watermark_set</methodname>
    <methodparam><type>resource</type><parameter>bevent</parameter></methodparam>
    <methodparam><type>int</type><parameter>events</parameter></methodparam>
    <methodparam><type>int</type><parameter>lowmark</parameter></methodparam>
@@ -65,13 +65,6 @@
   </para>
  </refsect1>

- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <para>
-   <function>event_buffer_watermark_set</function> returns &true; on success or \
                &false; on error.
-  </para>
- </refsect1>
-
 </refentry>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/en/trunk/reference/libevent/functions/event-buffer-write.xml
===================================================================
--- phpdoc/en/trunk/reference/libevent/functions/event-buffer-write.xml	2009-08-31 \
                13:16:27 UTC (rev 287917)
+++ phpdoc/en/trunk/reference/libevent/functions/event-buffer-write.xml	2009-08-31 \
13:19:08 UTC (rev 287918) @@ -12,7 +12,7 @@
    <type>bool</type><methodname>event_buffer_write</methodname>
    <methodparam><type>resource</type><parameter>bevent</parameter></methodparam>
    <methodparam><type>string</type><parameter>data</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>data_size</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>data_size</parameter><initializer>-1</initializer></methodparam>
  </methodsynopsis>
   <para>
    Writes data to the specified buffered event. The data is appended to the

Modified: phpdoc/en/trunk/reference/libevent/functions/event-free.xml
===================================================================
--- phpdoc/en/trunk/reference/libevent/functions/event-free.xml	2009-08-31 13:16:27 \
                UTC (rev 287917)
+++ phpdoc/en/trunk/reference/libevent/functions/event-free.xml	2009-08-31 13:19:08 \
UTC (rev 287918) @@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>event_free</methodname>
+   <type>void</type><methodname>event_free</methodname>
    <methodparam><type>resource</type><parameter>event</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -41,13 +41,6 @@
   </para>
  </refsect1>

- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <para>
-   <function>rar_open</function> returns Rar file resource or &false; on error.
-  </para>
- </refsect1>
-
 </refentry>

 <!-- Keep this comment at the end of the file



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic