Skip to content

kerberos: Use GTask's task data slot to leverage the compiler

Debarshi Ray requested to merge wip/rishi/kerberos-task-data into master

GObject's arbitrary named key to data mapping is prone to programmer errors that cannot be caught by the compiler while building. eg., a typo in the name of a key will only be detected at run-time.

Merge request reports