diff options
author | Corentin Noël <corentin.noel@collabora.com> | 2019-03-29 16:39:43 +0100 |
---|---|---|
committer | Alberto Fanjul <albertofanjul@gmail.com> | 2019-03-30 10:20:13 +0100 |
commit | e7043dbffa4ba084a4b3617439a9229f4a80ca6d (patch) | |
tree | c17dbfb6681bac5237296e77aa05966a5ea29508 /gladeui/glade-catalog.c | |
parent | e4ce50229e16b3661e9bf77f5ea72e7781b40ad1 (diff) | |
download | glade-e7043dbffa4ba084a4b3617439a9229f4a80ca6d.tar.gz |
docs: Make some changes to fix warnings with the documentation
Diffstat (limited to 'gladeui/glade-catalog.c')
-rw-r--r-- | gladeui/glade-catalog.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gladeui/glade-catalog.c b/gladeui/glade-catalog.c index c1adbe5c..78e68535 100644 --- a/gladeui/glade-catalog.c +++ b/gladeui/glade-catalog.c @@ -568,7 +568,7 @@ catalogs_from_path (GList *catalogs, const gchar *path) /** * glade_catalog_add_path: - * @path: + * @path: the new path containing catalogs * * Adds a new path to the list of path to look catalogs for. */ @@ -583,10 +583,10 @@ glade_catalog_add_path (const gchar *path) /** * glade_catalog_remove_path: - * @path: + * @path: (nullable): the new path containing catalogs or %NULL to remove all of them * * Remove path from the list of path to look catalogs for. - * NULL to remove all paths. + * %NULL to remove all paths. */ void glade_catalog_remove_path (const gchar *path) @@ -607,7 +607,7 @@ glade_catalog_remove_path (const gchar *path) /** * glade_catalog_get_extra_paths: * - * Returns a list paths added by glade_catalog_add_path() + * Returns: (element-type utf8) (transfer none): a list paths added by glade_catalog_add_path() */ const GList * glade_catalog_get_extra_paths (void) @@ -623,7 +623,7 @@ glade_catalog_get_extra_paths (void) * then from glade_app_get_catalogs_dir() and finally from paths specified with * glade_catalog_add_path() * - * Returns: the list of loaded GladeCatalog * + * Returns: (element-type GladeCatalog) (transfer none): the list of loaded GladeCatalog * */ const GList * glade_catalog_load_all (void) |