/src/wrappers/common/external-skeleton
#! | 18 lines | 15 code | 3 blank | 0 comment | 0 complexity | 5f78a6f16317cc04990014dca68401e0 MD5 | raw file
1note 2 description: "External calls for " 3 copyright: "Copyright (C) 2007-2016: $EWLC_developer, $original_copyright_holder" 4 license: "LGPL v2 or later" 5 date: "$Date:$" 6 revision: "$Revision:$" 7 8deferred class _EXTERNALS 9 10inherit ANY undefine is_equal, copy end 11 12feature {} -- External calls 13feature -- size 14 struct_size: INTEGER is 15 external "C inline use <gtk/gtk.h>" 16 alias "sizeof(Foo)" 17 end 18end