Removed RCS-style IDs.
[ruby-evas.git] / src / rb_evas_object.h
index ae60574bea8915b3d7d7efe66768872703040914..91cbf354946739f58ec112b0280f20c587f936f0 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_evas_object.h 281 2005-03-14 20:51:40Z tilman $
- *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
  * This library is free software; you can redistribute it and/or
@@ -29,13 +27,11 @@ 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