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-feature-tile.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/gs-feature-tile.h (limited to 'src/gs-feature-tile.h') diff --git a/src/gs-feature-tile.h b/src/gs-feature-tile.h new file mode 100644 index 0000000..e9b65ea --- /dev/null +++ b/src/gs-feature-tile.h @@ -0,0 +1,21 @@ +/* -*- 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 "gs-app-tile.h" + +G_BEGIN_DECLS + +#define GS_TYPE_FEATURE_TILE (gs_feature_tile_get_type ()) + +G_DECLARE_FINAL_TYPE (GsFeatureTile, gs_feature_tile, GS, FEATURE_TILE, GsAppTile) + +GtkWidget *gs_feature_tile_new (GsApp *app); + +G_END_DECLS -- cgit v1.2.3