/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Copyright (C) 2014 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #if !defined (__APPSTREAM_GLIB_PRIVATE_H) && !defined (AS_COMPILATION) #error "Only can be included directly." #endif #include #include "as-screenshot.h" #include "as-node-private.h" G_BEGIN_DECLS GNode *as_screenshot_node_insert (AsScreenshot *screenshot, GNode *parent, AsNodeContext *ctx); gboolean as_screenshot_node_parse (AsScreenshot *screenshot, GNode *node, AsNodeContext *ctx, GError **error); gboolean as_screenshot_node_parse_dep11 (AsScreenshot *screenshot, GNode *node, AsNodeContext *ctx, GError **error); G_END_DECLS