/src/wrappers/glib/library/glib_callback.e
http://github.com/tybor/Liberty · Specman e · 30 lines · 23 code · 7 blank · 0 comment · 3 complexity · c4c7557355a125f17fb9f04122060a1d MD5 · raw file
- indexing
- description: "Ancestor for all GLib callbacks"
- copyright: "[
- Copyright (C) 2007 Paolo Redaelli
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public License
- as published by the Free Software Foundation; either version 2.1 of
- the License, or (at your option) any later version.
-
- This library is distributed in the hopeOA that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301 USA
- ]"
- deferred class GLIB_CALLBACK
- inherit
- ANY
- WRAPPER_HANDLER
-
- feature {} -- Creation
-
- end -- class GLIB_CALLBACK