X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Frb_evas_object_events.h;fp=src%2Frb_evas_object_events.h;h=69d42b3e56be84961be662ce942360315431a9e2;hb=2798e153edf68de89ca2ea53732d01ef7c7f0b64;hp=0000000000000000000000000000000000000000;hpb=afe425bcbc30d5caa38bfed5c4e629f96fd62bcf;p=ruby-evas.git diff --git a/src/rb_evas_object_events.h b/src/rb_evas_object_events.h new file mode 100644 index 0000000..69d42b3 --- /dev/null +++ b/src/rb_evas_object_events.h @@ -0,0 +1,26 @@ +/* + * $Id: rb_evas_object_events.h 281 2005-03-14 20:51:40Z tilman $ + * + * Copyright (C) 2005 Tilman Sauerbeck (tilman at code-monkey de) + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef __RB_EVAS_OBJECT_EVENTS_H +#define __RB_EVAS_OBJECT_EVENTS_H + +void Init_EvasObjectEvents (void); + +#endif