mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’
Another niggle fixed. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -1041,8 +1041,8 @@ g_resolver_free_targets (GList *targets)
|
||||
/**
|
||||
* g_resolver_lookup_records:
|
||||
* @resolver: a #GResolver
|
||||
* @rrname: the DNS name to lookup the record for
|
||||
* @record_type: the type of DNS record to lookup
|
||||
* @rrname: the DNS name to look up the record for
|
||||
* @record_type: the type of DNS record to look up
|
||||
* @cancellable: (nullable): a #GCancellable, or %NULL
|
||||
* @error: return location for a #GError, or %NULL
|
||||
*
|
||||
@@ -1086,8 +1086,8 @@ g_resolver_lookup_records (GResolver *resolver,
|
||||
/**
|
||||
* g_resolver_lookup_records_async:
|
||||
* @resolver: a #GResolver
|
||||
* @rrname: the DNS name to lookup the record for
|
||||
* @record_type: the type of DNS record to lookup
|
||||
* @rrname: the DNS name to look up the record for
|
||||
* @record_type: the type of DNS record to look up
|
||||
* @cancellable: (nullable): a #GCancellable, or %NULL
|
||||
* @callback: (scope async): callback to call after resolution completes
|
||||
* @user_data: (closure): data for @callback
|
||||
|
Reference in New Issue
Block a user