From 6f0f7d1b40a8fa8d46a2d6f4317600001cdbbb18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:57:27 +0200 Subject: Adding upstream version 43.5. Signed-off-by: Daniel Baumann --- src/gs-application.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/gs-application.h (limited to 'src/gs-application.h') diff --git a/src/gs-application.h b/src/gs-application.h new file mode 100644 index 0000000..1c04a7b --- /dev/null +++ b/src/gs-application.h @@ -0,0 +1,31 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- + * vi:set noexpandtab tabstop=8 shiftwidth=8: + * + * Copyright (C) 2013 Matthias Clasen + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#pragma once + +#include + +#include "gnome-software-private.h" +#include "gs-debug.h" + +#define GS_APPLICATION_TYPE (gs_application_get_type ()) + +G_DECLARE_FINAL_TYPE (GsApplication, gs_application, GS, APPLICATION, AdwApplication) + +GsApplication *gs_application_new (GsDebug *debug); +gboolean gs_application_has_active_window (GsApplication *application); +void gs_application_emit_install_resources_done + (GsApplication *application, + const gchar *ident, + const GError *op_error); +void gs_application_send_notification (GsApplication *self, + const gchar *notification_id, + GNotification *notification, + guint timeout_minutes); +void gs_application_withdraw_notification (GsApplication *self, + const gchar *notification_id); -- cgit v1.2.3