From 2c65a2c6b02924df720f55c6e96e2e201d404c0c Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 27 Feb 2026 09:51:29 +0100 Subject: Rename Glib primitive types to standard C types --- backend/job.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'backend/job.h') diff --git a/backend/job.h b/backend/job.h index a1684c6..f99baee 100644 --- a/backend/job.h +++ b/backend/job.h @@ -1,5 +1,9 @@ -#ifndef __SLACK_JOB_H -#define __SLACK_JOB_H +/* + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. + */ +#pragma once #include #include @@ -12,8 +16,6 @@ bool filter_package (PkBitfield filters, bool is_installed); extern "C" { -void pk_backend_search_thread (PkBackendJob *job, GVariant *params, gpointer user_data); +void pk_backend_search_thread (PkBackendJob *job, GVariant *params, void *user_data); } - -#endif /* __SLACK_JOB_H */ -- cgit v1.2.3