/src/wrappers/common/external-skeleton

http://github.com/tybor/Liberty · #! · 18 lines · 15 code · 3 blank · 0 comment · 0 complexity · 5f78a6f16317cc04990014dca68401e0 MD5 · raw file

  1. note
  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. deferred class _EXTERNALS
  8. inherit ANY undefine is_equal, copy end
  9. feature {} -- External calls
  10. feature -- size
  11. struct_size: INTEGER is
  12. external "C inline use <gtk/gtk.h>"
  13. alias "sizeof(Foo)"
  14. end
  15. end