summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-07-25 13:50:54 +0100
committerRichard Hughes <richard@hughsie.com>2016-07-25 13:50:54 +0100
commitb85388f66f0e0758790f72d5cffb8a92c0885ab7 (patch)
tree4ad91e0ab27a5e8d77afda3f0dad346fd102e0bf
parentacd5eb51200301987500ccf737b23d3d1dd70914 (diff)
downloadappstream-glib-b85388f66f0e0758790f72d5cffb8a92c0885ab7.tar.gz
trivial: Fix some gtk-doc markup
-rw-r--r--libappstream-glib/as-app-builder.c2
-rw-r--r--libappstream-glib/as-node.c1
-rw-r--r--libappstream-glib/as-profile.c1
-rw-r--r--libappstream-glib/as-screenshot.c1
4 files changed, 3 insertions, 2 deletions
diff --git a/libappstream-glib/as-app-builder.c b/libappstream-glib/as-app-builder.c
index e426e04..bd6bf70 100644
--- a/libappstream-glib/as-app-builder.c
+++ b/libappstream-glib/as-app-builder.c
@@ -520,7 +520,6 @@ as_app_builder_search_path (AsApp *app,
* @app: an #AsApp
* @prefix: a prefix to search, e.g. "/usr"
* @flags: #AsAppBuilderFlags, e.g. %AS_APP_BUILDER_FLAG_USE_FALLBACKS
- * @cancellable: a #GCancellable or %NULL
* @error: a #GError or %NULL
*
* Searches a prefix for auto-detected kudos.
@@ -620,7 +619,6 @@ as_app_builder_search_dbus (AsApp *app,
* @app: an #AsApp
* @prefix: a prefix to search, e.g. "/usr"
* @flags: #AsAppBuilderFlags, e.g. %AS_APP_BUILDER_FLAG_USE_FALLBACKS
- * @cancellable: a #GCancellable or %NULL
* @error: a #GError or %NULL
*
* Searches a prefix for auto-detected provides.
diff --git a/libappstream-glib/as-node.c b/libappstream-glib/as-node.c
index 2e771d1..513be2d 100644
--- a/libappstream-glib/as-node.c
+++ b/libappstream-glib/as-node.c
@@ -1783,6 +1783,7 @@ as_node_get_localized_unwrap_type_ul (const AsNode *node,
/**
* as_node_fix_locale: (skip)
+ * @locale: The locale
*
* Fixes and filters incorrect locale strings.
*
diff --git a/libappstream-glib/as-profile.c b/libappstream-glib/as-profile.c
index 7391c35..035ab51 100644
--- a/libappstream-glib/as-profile.c
+++ b/libappstream-glib/as-profile.c
@@ -327,6 +327,7 @@ as_profile_autodump_cb (gpointer user_data)
/**
* as_profile_set_autodump:
* @profile: A #AsProfile
+ * @delay: Duration in ms
*
* Dumps the current profiling table to stdout on a set interval.
*
diff --git a/libappstream-glib/as-screenshot.c b/libappstream-glib/as-screenshot.c
index 672bdf6..38ace04 100644
--- a/libappstream-glib/as-screenshot.c
+++ b/libappstream-glib/as-screenshot.c
@@ -175,6 +175,7 @@ as_screenshot_get_images (AsScreenshot *screenshot)
/**
* as_screenshot_get_images_for_locale:
* @screenshot: a #AsScreenshot instance.
+ * @locale: a locale, e.g. `en_GB`
*
* Returns all images of all sizes that are compatible with a specific locale.
*