From: Cosimo Cecchi Date: Sun, 27 Mar 2016 15:35:13 +0000 (-0700) Subject: GtkCssSection: remove duplicated documentation X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~5070 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=efea673c3148020b6a0bdc814cda00b82199ee78;p=gtk4.git GtkCssSection: remove duplicated documentation Fixes a build time warning. --- diff --git a/gtk/gtkcsssection.c b/gtk/gtkcsssection.c index 5de9728dca..40abdb3a54 100644 --- a/gtk/gtkcsssection.c +++ b/gtk/gtkcsssection.c @@ -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; diff --git a/gtk/gtkcsssection.h b/gtk/gtkcsssection.h index 1bb04d0e71..be85862579 100644 --- a/gtk/gtkcsssection.h +++ b/gtk/gtkcsssection.h @@ -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;