ecore: since...
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Jun 2011 15:32:08 +0000 (15:32 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Jun 2011 15:32:08 +0000 (15:32 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@60136 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_pipe.c

index eadc561..3d5923e 100644 (file)
@@ -395,6 +395,7 @@ ecore_pipe_read_close(Ecore_Pipe *p)
  * for monitoring it again.
  *
  * @param p The Ecore_Pipe object.
+ * @since 1.1
  */
 EAPI void
 ecore_pipe_freeze(Ecore_Pipe *p)
@@ -417,6 +418,7 @@ ecore_pipe_freeze(Ecore_Pipe *p)
  * ecore_pipe_read_close() was previously called on the same pipe.
  *
  * @param p The Ecore_Pipe object.
+ * @since 1.1
  */
 EAPI void
 ecore_pipe_thaw(Ecore_Pipe *p)
@@ -443,6 +445,7 @@ ecore_pipe_thaw(Ecore_Pipe *p)
  * @param message_count The minimal number of message to wait before exiting.
  * @param wait The amount of time in second to wait before exiting.
  * @return the number of message catched during that wait call.
+ * @since 1.1
  *
  * Negative value for @p wait means infite wait.
  */