get_user_data


Description:

[ Version ( since = "2.18" ) ]
public void* get_user_data ()

Returns the user_data associated with this.

This will either be the user_data that was provided to MarkupParseContext or to the most recent call of push.

Parameters:

this

a MarkupParseContext

Returns:

the provided user_data. The returned data belongs to the markup context and will be freed when g_markup_parse_context_free is called.