summaryrefslogtreecommitdiff
path: root/lib/flatpak-installation.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Fix compilation warningsBastien Nocera2016-05-181-2/+2
| | | | | | | | | | | lib/flatpak-installation.c: In function ‘flatpak_installation_modify_remote’: lib/flatpak-installation.c:738:12: warning: return makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~ lib/flatpak-installation.c: In function ‘flatpak_installation_remove_remote’: lib/flatpak-installation.c:773:12: warning: return makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~
* lib: Make flatpak_installation_drop_caches return TRUE on successAlexander Larsson2016-05-171-0/+1
|
* Document new FlatpakInstallation apiMatthias Clasen2016-05-161-0/+23
|
* lib: Add API to add/modify/remove remotesAlexander Larsson2016-05-161-2/+66
|
* Actually export flatpak_installation_drop_cachesAlexander Larsson2016-05-161-2/+2
|
* lib: Add flatpak_installation_drop_cachesAlexander Larsson2016-05-131-81/+119
|
* common: Add flags for flatpak_dir_uninstallAlexander Larsson2016-05-121-1/+1
| | | | This is better than a list of booleans.
* Use flatpak_dir_uninstall for app and libAlexander Larsson2016-05-121-66/+2
|
* Use the installed/not-installed errors more consequentlyAlexander Larsson2016-05-121-2/+2
|
* lib: Don't crash if we get_ref() failsAlexander Larsson2016-05-111-13/+40
|
* lib: Remove deprecated callsAlexander Larsson2016-05-091-76/+9
| | | | Now that we broke ABI anyway
* Remove unused variablesAlexander Larsson2016-05-091-4/+0
| | | | This fixes warnings from clang
* Migrate ~/.local/share/xdg-app to ~/.local/share/flatpakAlexander Larsson2016-05-091-1/+5
|
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-091-8/+8
|
* Rename source files to flatpakAlexander Larsson2016-05-091-0/+1529