Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcsssection.h
Go to the documentation of this file.
1/* GTK - The GIMP Toolkit
2 * Copyright (C) 2011 Red Hat, Inc.
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#pragma once
19
20#if !defined (__GTK_CSS_H_INSIDE__) && !defined (GTK_COMPILATION)
21#error "Only <gtk/css/gtkcss.h> can be included directly."
22#endif
23
24#include <gio/gio.h>
27
29
30#define GTK_TYPE_CSS_SECTION (gtk_css_section_get_type ())
31
32/**
33 * GtkCssSection:
34 *
35 * Defines a part of a CSS document.
36 *
37 * Because sections are nested into one another, you can use
38 * [method@CssSection.get_parent] to get the containing region.
39 */
40typedef struct _GtkCssSection GtkCssSection;
41
44
47 const GtkCssLocation *start,
48 const GtkCssLocation *end);
51 GBytes *bytes,
52 const GtkCssLocation *start,
53 const GtkCssLocation *end);
58
61 GString *string);
64
72const GtkCssLocation *
75const GtkCssLocation *
77
79
typedefG_BEGIN_DECLS struct _GBytes GBytes
Definition garray.h:38
#define GDK_AVAILABLE_IN_4_16
#define GDK_AVAILABLE_IN_ALL
struct _GFile GFile
Definition giotypes.h:74
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
#define G_GNUC_CONST
Definition gmacros.h:637
typedefG_BEGIN_DECLS struct _GString GString
Definition gstring.h:43
typedefG_BEGIN_DECLS struct _GtkCssLocation GtkCssLocation
GDK_AVAILABLE_IN_ALL GtkCssSection * gtk_css_section_new(GFile *file, const GtkCssLocation *start, const GtkCssLocation *end)
GDK_AVAILABLE_IN_ALL char * gtk_css_section_to_string(const GtkCssSection *section)
GDK_AVAILABLE_IN_ALL GtkCssSection * gtk_css_section_get_parent(const GtkCssSection *section)
GDK_AVAILABLE_IN_ALL const GtkCssLocation * gtk_css_section_get_end_location(const GtkCssSection *section)
GDK_AVAILABLE_IN_4_16 GBytes * gtk_css_section_get_bytes(const GtkCssSection *section)
GDK_AVAILABLE_IN_ALL GtkCssSection * gtk_css_section_ref(GtkCssSection *section)
GDK_AVAILABLE_IN_ALL GFile * gtk_css_section_get_file(const GtkCssSection *section)
GDK_AVAILABLE_IN_ALL void gtk_css_section_unref(GtkCssSection *section)
struct _GtkCssSection GtkCssSection
GDK_AVAILABLE_IN_ALL const GtkCssLocation * gtk_css_section_get_start_location(const GtkCssSection *section)
GDK_AVAILABLE_IN_ALL GType gtk_css_section_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_4_16 GtkCssSection * gtk_css_section_new_with_bytes(GFile *file, GBytes *bytes, const GtkCssLocation *start, const GtkCssLocation *end)
GDK_AVAILABLE_IN_ALL void gtk_css_section_print(const GtkCssSection *section, GString *string)
gsize GType
Definition gtype.h:427