mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
gthreadedresolver: Expose g_resolver_record_type_to_rrtype()
So that it can be used in the tests. It’s not part of the public, documented, supported API. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -633,7 +633,7 @@ parse_res_txt (const guint8 *answer,
|
||||
return record;
|
||||
}
|
||||
|
||||
static gint
|
||||
gint
|
||||
g_resolver_record_type_to_rrtype (GResolverRecordType type)
|
||||
{
|
||||
switch (type)
|
||||
|
Reference in New Issue
Block a user