diff options
author | rbuj <[email protected]> | 2021-10-27 17:40:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:59:33 +0100 |
commit | 6c55334ad9b03006686e2db6c6f6167677a2f510 (patch) | |
tree | b558cc0ad6d97c36b449dbcb2afecb3b9002a565 /src/dlg-package-installer.c | |
parent | 85909393571d91b3c267afe5341e54bfae5a6d50 (diff) | |
download | engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2 engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/dlg-package-installer.c')
-rw-r--r-- | src/dlg-package-installer.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/dlg-package-installer.c b/src/dlg-package-installer.c index 0b18441..1873cbe 100644 --- a/src/dlg-package-installer.c +++ b/src/dlg-package-installer.c @@ -29,7 +29,6 @@ #include "gtk-utils.h" #include "fr-init.h" - typedef struct { FrWindow *window; FrArchive *archive; @@ -37,7 +36,6 @@ typedef struct { const char *packages; } InstallerData; - static void installer_data_free (InstallerData *idata) { @@ -46,7 +44,6 @@ installer_data_free (InstallerData *idata) g_free (idata); } - static void package_installer_terminated (InstallerData *idata, FrProcErrorType error_type, @@ -75,10 +72,8 @@ package_installer_terminated (InstallerData *idata, installer_data_free (idata); } - #ifdef ENABLE_PACKAGEKIT - static void packagekit_install_package_names_ready_cb (GObject *source_object, GAsyncResult *res, @@ -119,7 +114,6 @@ packagekit_install_package_names_ready_cb (GObject *source_object, g_object_unref (proxy); } - static char ** get_packages_real_names (char **names) { @@ -152,7 +146,6 @@ get_packages_real_names (char **names) return real_names; } - static void install_packages (InstallerData *idata) { @@ -226,7 +219,6 @@ install_packages (InstallerData *idata) } } - static void confirm_search_dialog_response_cb (GtkDialog *dialog, int response_id, @@ -268,7 +260,6 @@ create_button (const char *icon_name, #endif /* ENABLE_PACKAGEKIT */ - void dlg_package_installer (FrWindow *window, FrArchive *archive, |