summaryrefslogtreecommitdiff
path: root/lib/flatpak-installation.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-09 11:07:53 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 11:11:55 +0200
commit8abbc0186efe977cec2a3214e7aa3703e9f1169f (patch)
treef02d20ec637609e32d473e45b1ad8b6a8a6de281 /lib/flatpak-installation.c
parentba37b22d78f3b1011ceab182c8a4a05d5ba630a7 (diff)
downloadxdg-app-8abbc0186efe977cec2a3214e7aa3703e9f1169f.tar.gz
Rename everything but the on-disk location to flatpak
Diffstat (limited to 'lib/flatpak-installation.c')
-rw-r--r--lib/flatpak-installation.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/flatpak-installation.c b/lib/flatpak-installation.c
index 5e9d949..40ba33c 100644
--- a/lib/flatpak-installation.c
+++ b/lib/flatpak-installation.c
@@ -34,15 +34,15 @@
#include "flatpak-error.h"
/**
- * SECTION:xdg-app-installation
+ * SECTION:flatpak-installation
* @Title: FlatpakInstallation
* @Short_description: Installation information
*
* FlatpakInstallation is the toplevel object that software installers
- * should use to operate on an xdg-apps.
+ * should use to operate on an flatpak applications.
*
* An FlatpakInstallation object provides information about an installation
- * location for xdg-app applications. Typical installation locations are either
+ * location for flatpak applications. Typical installation locations are either
* system-wide (in /var/lib/xdg-app) or per-user (in ~/.local/share/xdg-app).
*
* FlatpakInstallation can list configured remotes as well as installed application
@@ -804,14 +804,14 @@ progress_cb (OstreeAsyncProgress *progress, gpointer user_data)
/**
* flatpak_installation_install_bundle:
* @self: a #FlatpakInstallation
- * @file: a #GFile that is an xdg-app bundle
+ * @file: a #GFile that is an flatpak bundle
* @progress: (scope call): progress callback
* @progress_data: user data passed to @progress
* @cancellable: (nullable): a #GCancellable
* @error: return location for a #GError
*
- * Install an application or runtime from an xdg-app bundle file.
- * See xdg-app-build-bundle(1) for how to create brundles.
+ * Install an application or runtime from an flatpak bundle file.
+ * See flatpak-build-bundle(1) for how to create brundles.
*
* Returns: (transfer full): The ref for the newly installed app or %NULL on failure
*/
@@ -1273,7 +1273,7 @@ flatpak_installation_fetch_remote_size_sync2 (FlatpakInstallation *self,
*
* This is deprecated, use flatpak_installation_fetch_remote_metadata_sync2
*
- * Returns: (transfer full): a #GBytes containing the xdg-app metadata file,
+ * Returns: (transfer full): a #GBytes containing the flatpak metadata file,
* or %NULL if an error occurred
*/
GBytes *
@@ -1308,7 +1308,7 @@ flatpak_installation_fetch_remote_metadata_sync (FlatpakInstallation *self,
*
* Obtains the metadata file from a commit.
*
- * Returns: (transfer full): a #GBytes containing the xdg-app metadata file,
+ * Returns: (transfer full): a #GBytes containing the flatpak metadata file,
* or %NULL if an error occurred
*/
GBytes *