Returns the user_data associated with context. This will either be the user_data that was provided to g_markup_parse_context_new() or to the most recent call of g_markup_parse_context_push(). Since 2.18
the provided user_data. The returned data belongs to the markup context and will be freed when g_markup_context_free() is called.
See Implementation
Returns the user_data associated with context. This will either be the user_data that was provided to g_markup_parse_context_new() or to the most recent call of g_markup_parse_context_push(). Since 2.18