From 68c0e04adc97d3d3355809ed33da3e33dc343ec1 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 27 Jan 2016 18:28:30 +0100 Subject: [PATCH] Fix some misc. gtk-doc warnings --- lib/xdg-app-installation.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/xdg-app-installation.c b/lib/xdg-app-installation.c index b7e5208b..4320ee5a 100644 --- a/lib/xdg-app-installation.c +++ b/lib/xdg-app-installation.c @@ -681,7 +681,7 @@ progress_cb (OstreeAsyncProgress *progress, gpointer user_data) * * Install a new ref. * - * Returns: (transfer full): The ref for the newly installed app or %null on failure + * Returns: (transfer full): The ref for the newly installed app or %NULL on failure */ XdgAppInstalledRef * xdg_app_installation_install (XdgAppInstallation *self, @@ -805,7 +805,7 @@ xdg_app_installation_install (XdgAppInstallation *self, * * Update a ref. * - * Returns: (transfer full): The ref for the newly updated app (or the same if no update) or %null on failure + * Returns: (transfer full): The ref for the newly updated app (or the same if no update) or %NULL on failure */ XdgAppInstalledRef * xdg_app_installation_update (XdgAppInstallation *self, @@ -923,7 +923,7 @@ xdg_app_installation_update (XdgAppInstallation *self, * * Update a ref. * - * Returns: %true on success + * Returns: %TRUE on success */ XDG_APP_EXTERN gboolean xdg_app_installation_uninstall (XdgAppInstallation *self,