mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +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 */
|
/* Used for a private test API */
|
||||||
#ifdef G_OS_UNIX
|
#ifdef G_OS_UNIX
|
||||||
|
/*< private >*/
|
||||||
GIO_AVAILABLE_IN_ALL
|
GIO_AVAILABLE_IN_ALL
|
||||||
GList *g_resolver_records_from_res_query (const gchar *rrname,
|
GList *g_resolver_records_from_res_query (const gchar *rrname,
|
||||||
gint rrtype,
|
gint rrtype,
|
||||||
@ -48,6 +49,7 @@ GList *g_resolver_records_from_res_query (const gchar *rrname,
|
|||||||
gssize len,
|
gssize len,
|
||||||
gint herr,
|
gint herr,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
/*< private >*/
|
||||||
GIO_AVAILABLE_IN_ALL
|
GIO_AVAILABLE_IN_ALL
|
||||||
gint g_resolver_record_type_to_rrtype (GResolverRecordType type);
|
gint g_resolver_record_type_to_rrtype (GResolverRecordType type);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user