XdgAppDir: Document some args to xdg_app_dir_fetch_sizes

tingping/wmclass
Alexander Larsson 2016-01-15 16:06:26 +01:00
parent 51e9fa2b8d
commit d114069b8a
1 changed files with 7 additions and 0 deletions

View File

@ -2803,6 +2803,13 @@ unpack_sizes (GVariant *entry,
return TRUE;
}
/** xdg_app_dir_fetch_sizes
* @self: a #XdgAppDir
* @new_archived: total size of new (to be downloaded) objects in compressed form
* @new_unpacked: total size of new (to be downloaded) objects in uncompressed form
* @total_archived: total size of all objects in compressed form
* @total_unpacked: total size of all objects in uncompressed form
*/
gboolean
xdg_app_dir_fetch_sizes (XdgAppDir *self,
const char *remote_name,