evolution-rss r421 - trunk/src



Author: lucilanga
Date: Thu Dec 18 10:30:29 2008
New Revision: 421
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=421&view=rev

Log:
add missing file-gio.h

Added:
   trunk/src/file-gio.h

Added: trunk/src/file-gio.h
==============================================================================
--- (empty file)
+++ trunk/src/file-gio.h	Thu Dec 18 10:30:29 2008
@@ -0,0 +1,25 @@
+/*  Evolution RSS Reader Plugin
+ *  Copyright (C) 2007-2008 Lucian Langa <cooly gnome eu org>
+ *         
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or 
+ *  (at your option) any later version.
+ *                     
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *                                             
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * vim: tabstop=4 shiftwidth=4 noexpandtab :
+ */
+
+gboolean
+file_get_unblocking(const char *uri, NetStatusCallback cb,
+                  gpointer data, gpointer cb2, gpointer cbdata2,
+                  guint track, GError **err);
+



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