freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] [freetype2] hooks-via-module-property d94f52b: Use `FT_Pr


From: Moazin Khatri
Subject: Re: [ft-devel] [freetype2] hooks-via-module-property d94f52b: Use `FT_Property_Set' to set the hooks. One less API function.
Date: Tue, 20 Aug 2019 23:53:04 +0500

His concerns stay the same.  He doesn't like `multi-purpose' API calls
that do more than a single thing, and which use casts to various types
like the mentioned `ioctl' function.  Having a structure certainly
reduces possible coding errors, but in the end there is still a cast
from one type to another, something that disables type checking on the
compiler level.

Thanks a lot for explaining what really is the problem. This really helps. :)
 
However, for the sake of consistency with other module controlling
stuff, I prefer it how you've implemented it.

Okay.  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]