From 34cf164aa28c45c15ecf39b855f2de833a9b7c2d Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 5 Feb 2014 20:42:48 -0500 Subject: Use a single marshal file for entire project --- src/fe-gtk/sexy-marshal.h | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 src/fe-gtk/sexy-marshal.h (limited to 'src/fe-gtk/sexy-marshal.h') diff --git a/src/fe-gtk/sexy-marshal.h b/src/fe-gtk/sexy-marshal.h deleted file mode 100644 index aa560767..00000000 --- a/src/fe-gtk/sexy-marshal.h +++ /dev/null @@ -1,45 +0,0 @@ -/* libsexy - * Copyright (C) 2005-2006 Christian Hammond. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#ifndef __sexy_marshal_MARSHAL_H__ -#define __sexy_marshal_MARSHAL_H__ - -#include - -G_BEGIN_DECLS - -/* BOOLEAN:STRING (./marshal.list:1) */ -extern void sexy_marshal_BOOLEAN__STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* OBJECT:OBJECT,OBJECT (./marshal.list:2) */ -extern void sexy_marshal_OBJECT__OBJECT_OBJECT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -G_END_DECLS - -#endif /* __sexy_marshal_MARSHAL_H__ */ - -- cgit 1.4.1