diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-28 15:31:43 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-28 15:31:43 +0000 |
| commit | fa9566aa59005360a562595d3b0c20b2bd75478b (patch) | |
| tree | deb253be3a7d7ed12e5a1813e56869ea875401c4 /lasso/id-ff/provider.c | |
| parent | b3b2e6f22d8e7f963bb1b86ebacf387f762d97a8 (diff) | |
| download | lasso-fa9566aa59005360a562595d3b0c20b2bd75478b.tar.gz lasso-fa9566aa59005360a562595d3b0c20b2bd75478b.tar.xz lasso-fa9566aa59005360a562595d3b0c20b2bd75478b.zip | |
Core: fix gtk-doc annotations
Diffstat (limited to 'lasso/id-ff/provider.c')
| -rw-r--r-- | lasso/id-ff/provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/provider.c b/lasso/id-ff/provider.c index 24ac5ee7..45551bb0 100644 --- a/lasso/id-ff/provider.c +++ b/lasso/id-ff/provider.c @@ -143,7 +143,7 @@ lasso_provider_get_metadata_one(const LassoProvider *provider, const char *name) * * Extracts zero to many elements from the provider metadata descriptor. * - * Return value: a #GList with the elements. This GList is internally + * Return value:(element-type string): a #GList with the elements. This GList is internally * allocated and points to internally allocated strings. It must * not be freed, modified or stored. **/ |
