class CAIRO_GOBJECT_API
Unix implementation of CAIRO_GOBJECT_I
note
description: "Unix implementation of [$source CAIRO_GOBJECT_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: "2022-11-15 19:56:05 GMT (Tuesday 15th November 2022)"
revision: "10"
class
CAIRO_GOBJECT_API
inherit
EL_DYNAMIC_MODULE [CAIRO_GOBJECT_API_POINTERS]
CAIRO_GOBJECT_C_API
CAIRO_GOBJECT_I
EL_OS_IMPLEMENTATION
create
make
feature -- Disposal
clear (object: TYPED_POINTER [POINTER])
do
g_clear_object (api.clear_object, object)
end
unref (object: POINTER)
do
g_object_unref (api.object_unref, object)
end
feature {NONE} -- Constants
Module_name: STRING = "libgobject-2.0-0"
Name_prefix: STRING = "g_"
end