GtkCssSection: remove duplicated documentation

Fixes a build time warning.
This commit is contained in:
Cosimo Cecchi 2016-03-27 08:35:13 -07:00
parent 26f9dc6508
commit efea673c31
2 changed files with 5 additions and 12 deletions

View File

@ -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;

View File

@ -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;