diff Plugins/Input/amidi-plug/i_utils.h @ 522:60c744f652f4 trunk

[svn] amidi-plug (MIDI through ALSA seq) input plugin added, brand new and completely written from scratch :)
author giacomo
date Thu, 26 Jan 2006 18:43:59 -0800
parents
children b0590e16329f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Plugins/Input/amidi-plug/i_utils.h	Thu Jan 26 18:43:59 2006 -0800
@@ -0,0 +1,38 @@
+/*
+*
+* Author: Giacomo Lozito <james@develia.org>, (C) 2005-2006
+*
+* 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
+*
+*/
+
+#ifndef _I_UTILS_H
+#define _I_UTILS_H 1
+
+#include "i_common.h"
+#include <gtk/gtk.h>
+
+
+typedef struct
+{
+  GtkWidget * about_win;
+}
+amidiplug_gui_about_t;
+
+void i_about_gui( void );
+gint i_util_str_count( gchar * , gchar );
+
+
+#endif /* !_I_UTILS_H */