mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01: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:
parent
0b562298fd
commit
38de3e9dc3
@ -52,7 +52,7 @@ g_proxy_default_init (GProxyInterface *iface)
|
|||||||
* g_proxy_get_default_for_protocol:
|
* g_proxy_get_default_for_protocol:
|
||||||
* @protocol: the proxy protocol name (e.g. http, socks, etc)
|
* @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.
|
* specified protocol.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): return a #GProxy or NULL if protocol
|
* Returns: (transfer full): return a #GProxy or NULL if protocol
|
||||||
|
@ -498,7 +498,7 @@ g_settings_get_mapping (GValue *value,
|
|||||||
return TRUE;
|
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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user