Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing annotations #13

Merged
merged 1 commit into from Oct 29, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -431,7 +431,7 @@ as_component_add_release (AsComponent *cpt, AsRelease* release)
*
* Gets the URLs set for the component.
*
* Returns: (transfer none): URLs
* Returns: (transfer none) (element-type utf8 utf8): URLs
*
* Since: 0.6.2
**/
@@ -520,7 +520,7 @@ as_component_add_extends (AsComponent* cpt, const gchar* cpt_id)
*
* Gets the bundle-ids set for the component.
*
* Returns: (transfer none): Bundle ids
* Returns: (transfer none) (element-type utf8 utf8): Bundle ids
*
* Since: 0.8.0
**/
@@ -1208,7 +1208,7 @@ as_component_get_icon_url (AsComponent *cpt, int width, int height)
*
* Gets the icon-urls has table for the component.
*
* Returns: (transfer none): A hash map of icon urls and sizes
* Returns: (transfer none) (element-type utf8 utf8): A hash map of icon urls and sizes
*
* Since: 0.7.4
**/