X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2Frb_evas_object.h;h=91cbf354946739f58ec112b0280f20c587f936f0;hp=91a90c5a18052d39b9b8257022d17b68c5ef3640;hb=c3202d026f3800676461ee407f2a5e46dc20e2f2;hpb=7389b77f481a867dd769c5ee08eb75329184ae04 diff --git a/src/rb_evas_object.h b/src/rb_evas_object.h index 91a90c5..91cbf35 100644 --- a/src/rb_evas_object.h +++ b/src/rb_evas_object.h @@ -1,6 +1,4 @@ /* - * $Id: rb_evas_object.h 68 2004-08-16 15:42:19Z tilman $ - * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * * This library is free software; you can redistribute it and/or @@ -28,13 +26,12 @@ typedef struct { Evas_Object *real; VALUE parent; + VALUE callbacks; + VALUE userdata; } RbEvasObject; void Init_EvasObject (void); -void c_evas_object_free (RbEvasObject *e, bool free_mem); -void c_evas_object_mark (RbEvasObject *e); - VALUE TO_EVAS_OBJECT (Evas_Object *o); #ifndef __RB_EVAS_OBJECT_C