mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
clapper: doc: Update enhancer proxy docs
This commit is contained in:
@@ -706,7 +706,7 @@ clapper_enhancer_proxy_get_version (ClapperEnhancerProxy *self)
|
||||
*
|
||||
* Get extra data from enhancer plugin info file specified by @key.
|
||||
*
|
||||
* External data in the plugin info file is prefixed with `X-`.
|
||||
* Extra data in the plugin info file is prefixed with `X-`.
|
||||
* For example `X-Schemes=https`.
|
||||
*
|
||||
* Returns: (nullable): extra data value of the proxied enhancer.
|
||||
@@ -740,6 +740,10 @@ clapper_enhancer_proxy_get_extra_data (ClapperEnhancerProxy *self, const gchar *
|
||||
* calling this function with "X-Schemes" as key and "http" as value will
|
||||
* return %TRUE.
|
||||
*
|
||||
* It is also safe to call this function when there is no such @key
|
||||
* in plugin info file. Use [method@Clapper.EnhancerProxy.get_extra_data]
|
||||
* if you need to know whether key exists.
|
||||
*
|
||||
* Returns: whether list named with @key existed and contained @value.
|
||||
*
|
||||
* Since: 0.10
|
||||
|
Reference in New Issue
Block a user