mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
gmarkup: Make GMarkupParseContext a boxed type
At the same time, add a refcount and public ref/unref methods. This makes it usable from introspectable. https://bugzilla.gnome.org/show_bug.cgi?id=690084
This commit is contained in:
committed by
Matthias Clasen
parent
157f80c244
commit
5e62827efd
@@ -1127,6 +1127,8 @@ g_markup_parse_context_new
|
||||
g_markup_parse_context_parse
|
||||
g_markup_parse_context_push
|
||||
g_markup_parse_context_pop
|
||||
g_markup_parse_context_ref
|
||||
g_markup_parse_context_unref
|
||||
<SUBSECTION>
|
||||
GMarkupCollectType
|
||||
g_markup_collect_attributes
|
||||
|
@@ -373,6 +373,7 @@ G_TYPE_VARIANT_BUILDER
|
||||
G_TYPE_KEY_FILE
|
||||
G_TYPE_MAIN_CONTEXT
|
||||
G_TYPE_MAIN_LOOP
|
||||
G_TYPE_MARKUP_PARSE_CONTEXT
|
||||
G_TYPE_SOURCE
|
||||
G_TYPE_POLLFD
|
||||
G_TYPE_THREAD
|
||||
|
Reference in New Issue
Block a user