/src/wrappers/gobject/library/shared_eiffel_key.e
http://github.com/tybor/Liberty · Specman e · 18 lines · 10 code · 4 blank · 4 comment · 0 complexity · 5e3bbb0b63c208bc32dd195c786efcfd MD5 · raw file
- deferred class SHARED_EIFFEL_KEY
- inherit ANY undefine is_equal, copy end
- feature {} -- Implementation
- eiffel_key: G_QUARK is
- -- The quark used to store a pointer to Current into the
- -- underlying gobject.
- once
- create Result.from_string (eiffel_key_label)
- end
-
- eiffel_key_label: STRING is
- -- The key used to store a pointer to Current into the
- -- underlying gobject.
- "eiffel-wrapper"
- end