X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcsssectionprivate.h;h=d59188e8db37b8f8da1e7b2eb87feae4bbd01b0b;hb=1247a842a228980a06893e6167ae8c73a4bb6eed;hp=ba704147216178cbd3aa9696d1da8f1d668d14c8;hpb=26e9d0771848e6a7ff510dd1819788781968edaa;p=~andy%2Fgtk diff --git a/gtk/gtkcsssectionprivate.h b/gtk/gtkcsssectionprivate.h index ba7041472..d59188e8d 100644 --- a/gtk/gtkcsssectionprivate.h +++ b/gtk/gtkcsssectionprivate.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #ifndef __GTK_CSS_SECTION_PRIVATE_H__ @@ -28,13 +26,16 @@ G_BEGIN_DECLS GtkCssSection * _gtk_css_section_new (GtkCssSection *parent, GtkCssSectionType type, - GtkCssParser *parser, - GFile *file); + GtkCssParser *parser); GtkCssSection * _gtk_css_section_new_for_file (GtkCssSectionType type, GFile *file); void _gtk_css_section_end (GtkCssSection *section); +void _gtk_css_section_print (const GtkCssSection *section, + GString *string); +char * _gtk_css_section_to_string (const GtkCssSection *section); + G_END_DECLS #endif /* __GTK_CSS_SECTION_PRIVATE_H__ */