[gstreamermm] Task: Docs typo.



commit 42cbcc02cbf8a6c779ea50337436b78140228502
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Wed Aug 5 20:49:39 2009 -0400

    	Task: Docs typo.
    
    	* gstreamer/src/task.hg: Typos.

 ChangeLog             |    6 ++++++
 gstreamer/src/task.hg |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 451a156..7fd7138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-08-05  José Alburquerque  <jaalburqu svn gnome org>
 
+	Task: Docs typo.
+
+	* gstreamer/src/task.hg: Typos.
+
+2009-08-05  José Alburquerque  <jaalburqu svn gnome org>
+
 	Task: Wrapped new 0.10.24 functions.
 
 	* gstreamer/src/task.ccg:
diff --git a/gstreamer/src/task.hg b/gstreamer/src/task.hg
index 69f1c50..f04eb93 100644
--- a/gstreamer/src/task.hg
+++ b/gstreamer/src/task.hg
@@ -72,14 +72,14 @@ public:
   typedef sigc::slot<void> SlotTask;
 
   /** For example,
-   * void on_enter(const Glib::RefPtr<Gst::Task>& task, Glib::Thread& thread);
+   * void on_enter(const Glib::RefPtr<Gst::Task>& task, Glib::Thread& thread);.
    * A thread is entered, this slot is called when the new thread enters its
    * function.
    */
   typedef sigc::slot<void, const Glib::RefPtr<Gst::Task>&, Glib::Thread*> SlotEnter;
 
   /** For example,
-   * void on_leave(const Glib::RefPtr<Gst::Task>& task, Glib::Thread& thread);
+   * void on_leave(const Glib::RefPtr<Gst::Task>& task, Glib::Thread& thread);.
    * A thread is exiting, this is called when the thread is about to leave its
    * function.
    */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]