mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +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:
@@ -52,7 +52,7 @@ g_proxy_default_init (GProxyInterface *iface)
|
||||
* g_proxy_get_default_for_protocol:
|
||||
* @protocol: the proxy protocol name (e.g. http, socks, etc)
|
||||
*
|
||||
* Lookup "gio-proxy" extension point for a proxy implementation that supports
|
||||
* Find the `gio-proxy` extension point for a proxy implementation that supports
|
||||
* specified protocol.
|
||||
*
|
||||
* Returns: (transfer full): return a #GProxy or NULL if protocol
|
||||
|
@@ -498,7 +498,7 @@ g_settings_get_mapping (GValue *value,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
g_warning ("Unable to lookup enum nick '%s' via GType", nick);
|
||||
g_warning ("Unable to look up enum nick ‘%s’ via GType", nick);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user