summaryrefslogtreecommitdiff
path: root/common/flatpak-installed-ref.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-08-30 21:10:17 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-09-03 10:31:51 +0000
commitc284777d613252058f55e9ec6994c1fbb5c97362 (patch)
treed16b40cda553d198ada310495dd438ec2bff16f5 /common/flatpak-installed-ref.c
parent8cfd175bb4d59751f7a597035f9393188bf49fde (diff)
downloadflatpak-c284777d613252058f55e9ec6994c1fbb5c97362.tar.gz
Add more api docs for libflatpak
Bring the library docs much closer to completion. Closes: #2053 Approved by: alexlarsson
Diffstat (limited to 'common/flatpak-installed-ref.c')
-rw-r--r--common/flatpak-installed-ref.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/flatpak-installed-ref.c b/common/flatpak-installed-ref.c
index 14ab3e1e..528a51f5 100644
--- a/common/flatpak-installed-ref.c
+++ b/common/flatpak-installed-ref.c
@@ -233,8 +233,8 @@ flatpak_installed_ref_class_init (FlatpakInstalledRefClass *klass)
g_object_class_install_property (object_class,
PROP_SUBPATHS,
g_param_spec_boxed ("subpaths",
- "",
- "",
+ "Subpaths",
+ "The subpaths for a partially installed ref",
G_TYPE_STRV,
G_PARAM_READWRITE));
g_object_class_install_property (object_class,
@@ -248,7 +248,7 @@ flatpak_installed_ref_class_init (FlatpakInstalledRefClass *klass)
PROP_EOL_REBASE,
g_param_spec_string ("end-of-life-rebase",
"End of life rebase",
- "The new ref for the end of lifeed ref",
+ "The new ref for the end-of-lifed ref",
NULL,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
}