mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
GtkCssSection: remove duplicated documentation
Fixes a build time warning.
This commit is contained in:
parent
26f9dc6508
commit
efea673c31
@ -22,16 +22,6 @@
|
||||
#include "gtkcssparserprivate.h"
|
||||
#include "gtkprivate.h"
|
||||
|
||||
/**
|
||||
* GtkCssSection:
|
||||
*
|
||||
* Defines a part of a CSS document. Because sections are nested into
|
||||
* one another, you can use gtk_css_section_get_parent() to get the
|
||||
* containing region.
|
||||
*
|
||||
* Since: 3.2
|
||||
*/
|
||||
|
||||
struct _GtkCssSection
|
||||
{
|
||||
gint ref_count;
|
||||
|
@ -69,8 +69,11 @@ typedef enum
|
||||
/**
|
||||
* GtkCssSection:
|
||||
*
|
||||
* GtkCssSection is an auxiliary object containing information about
|
||||
* the results of parsing a CSS style sheet.
|
||||
* Defines a part of a CSS document. Because sections are nested into
|
||||
* one another, you can use gtk_css_section_get_parent() to get the
|
||||
* containing region.
|
||||
*
|
||||
* Since: 3.2
|
||||
*/
|
||||
typedef struct _GtkCssSection GtkCssSection;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user