class CAIRO_SHARED_GDK_API
Client examples: COMMON_APPLICATION_ROOT
Shared instance of class conforming to CAIRO_GDK_I
note
description: "Shared instance of class conforming to ${CAIRO_GDK_I}"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-01-20 19:18:25 GMT (Saturday 20th January 2024)"
revision: "12"
deferred class
CAIRO_SHARED_GDK_API
inherit
EL_ANY_SHARED
feature -- Access
Gdk: CAIRO_GDK_I
once
create {CAIRO_GDK_API} Result.make
end
end