get_context


Description:

public void get_context (out unowned string? out_kf_group_name, out unowned string? out_kf_key_name, out unowned Setting? out_cur_setting, out unowned string? out_cur_property_name)

Get context information of the current event.

This function can be called on all events, but the context information may be unset.

Parameters:

this

the KeyfileHandlerData for any event.

out_kf_group_name

if the event is in the context of a keyfile group, the group name.

out_kf_key_name

if the event is in the context of a keyfile value, the key name.

out_cur_setting

if the event happens while handling a particular Setting instance.

out_cur_property_name

the property name if applicable.