"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "common/flatpak-installation.c" between
flatpak-1.15.2.tar.xz and flatpak-1.15.3.tar.xz

About: Flatpak is a Linux application sandboxing and distribution framework. Pre-release.

flatpak-installation.c  (flatpak-1.15.2.tar.xz):flatpak-installation.c  (flatpak-1.15.3.tar.xz)
skipping to change at line 1714 skipping to change at line 1714
GError **error) GError **error)
{ {
g_autoptr(FlatpakDir) dir = NULL; g_autoptr(FlatpakDir) dir = NULL;
char *metadata_contents; char *metadata_contents;
gsize metadata_size; gsize metadata_size;
dir = flatpak_installation_get_dir (self, error); dir = flatpak_installation_get_dir (self, error);
if (dir == NULL) if (dir == NULL)
return NULL; return NULL;
metadata_contents = flatpak_dir_load_override (dir, app_id, &metadata_size, er ror); metadata_contents = flatpak_dir_load_override (dir, app_id, &metadata_size, NU LL, error);
if (metadata_contents == NULL) if (metadata_contents == NULL)
return NULL; return NULL;
return metadata_contents; return metadata_contents;
} }
/** /**
* flatpak_installation_install_bundle: * flatpak_installation_install_bundle:
* @self: a #FlatpakInstallation * @self: a #FlatpakInstallation
* @file: a #GFile that is an flatpak bundle * @file: a #GFile that is an flatpak bundle
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)