Author: jackson
Date: 2007-10-12 12:09:49 -0400 (Fri, 12 Oct 2007)
New Revision: 87402

Modified:
   trunk/moon/src/ChangeLog
   trunk/moon/src/downloader.h
Log:

                * downloader.h: Add an access to the downloader state.
                * I need
        this in the plugin.



Modified: trunk/moon/src/ChangeLog
===================================================================
--- trunk/moon/src/ChangeLog    2007-10-12 15:59:49 UTC (rev 87401)
+++ trunk/moon/src/ChangeLog    2007-10-12 16:09:49 UTC (rev 87402)
@@ -1,3 +1,8 @@
+2007-10-12  Jackson Harper  <[EMAIL PROTECTED]>
+
+       * downloader.h: Add an access to the downloader state.  I need
+       this in the plugin.
+
 2007-10-12  Jb Evain  <[EMAIL PROTECTED]>
 
        * brush.cpp|h: add image_brush_set_source.

Modified: trunk/moon/src/downloader.h
===================================================================
--- trunk/moon/src/downloader.h 2007-10-12 15:59:49 UTC (rev 87401)
+++ trunk/moon/src/downloader.h 2007-10-12 16:09:49 UTC (rev 87402)
@@ -87,6 +87,7 @@
 
        void     SetContext (gpointer context) { this->context = context;}
        gpointer GetContext () { return context; }
+       gpointer GetDownloaderState () { return downloader_state; }
 
  private:
        GHashTable *part_hash;

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to