[Xfce4-commits] r25860 - squeeze/trunk/libsqueeze

Stephan Arts stephan at xfce.org
Mon Jun 25 15:13:30 CEST 2007


Author: stephan
Date: 2007-06-25 13:13:29 +0000 (Mon, 25 Jun 2007)
New Revision: 25860

Added:
   squeeze/trunk/libsqueeze/libsqueeze-mime.h
Log:
add missing header to svn

Added: squeeze/trunk/libsqueeze/libsqueeze-mime.h
===================================================================
--- squeeze/trunk/libsqueeze/libsqueeze-mime.h	                        (rev 0)
+++ squeeze/trunk/libsqueeze/libsqueeze-mime.h	2007-06-25 13:13:29 UTC (rev 25860)
@@ -0,0 +1,25 @@
+/* 
+ *  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 Library 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.
+ */
+
+#ifndef __LIBSQUEEZE_MIME_SUPPORT_H__
+#define __LIBSQUEEZE_MIME_SUPPORT_H__
+
+typedef struct _LSQMimeSupport LSQMimeSupport;
+
+const gchar *        lsq_mime_support_get_comment(LSQMimeSupport *);
+const gchar *        lsq_mime_support_get_name(LSQMimeSupport *);
+
+#endif /* __LIBSQUEEZE_MIME_SUPPORT_H__ */



More information about the Xfce4-commits mailing list