mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
gthreadedresolver: Mark internal functions as private
This removes a few more g-ir-scanner warnings. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
f50ef45220
commit
045186a6f2
@ -41,6 +41,7 @@ G_DECLARE_FINAL_TYPE (GThreadedResolver, g_threaded_resolver, G, THREADED_RESOLV
|
||||
|
||||
/* Used for a private test API */
|
||||
#ifdef G_OS_UNIX
|
||||
/*< private >*/
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GList *g_resolver_records_from_res_query (const gchar *rrname,
|
||||
gint rrtype,
|
||||
@ -48,6 +49,7 @@ GList *g_resolver_records_from_res_query (const gchar *rrname,
|
||||
gssize len,
|
||||
gint herr,
|
||||
GError **error);
|
||||
/*< private >*/
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
gint g_resolver_record_type_to_rrtype (GResolverRecordType type);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user