/src/wrappers/common/external-skeleton
http://github.com/tybor/Liberty · #! · 18 lines · 15 code · 3 blank · 0 comment · 0 complexity · 5f78a6f16317cc04990014dca68401e0 MD5 · raw file
- note
- description: "External calls for "
- copyright: "Copyright (C) 2007-2016: $EWLC_developer, $original_copyright_holder"
- license: "LGPL v2 or later"
- date: "$Date:$"
- revision: "$Revision:$"
- deferred class _EXTERNALS
- inherit ANY undefine is_equal, copy end
- feature {} -- External calls
- feature -- size
- struct_size: INTEGER is
- external "C inline use <gtk/gtk.h>"
- alias "sizeof(Foo)"
- end
- end