]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcsssectionprivate.h
Place the search icon in the primary slot of the entry
[~andy/gtk] / gtk / gtkcsssectionprivate.h
index ba704147216178cbd3aa9696d1da8f1d668d14c8..d59188e8db37b8f8da1e7b2eb87feae4bbd01b0b 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #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__ */