X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcssstylefuncsprivate.h;h=df13b809490bf6c90228df51fd8f54989d665a88;hb=cb27c4b08c278ac7e8a882b638dbf30acd1436cf;hp=a3a564174c54dbbf2ba44dbb0c5e2e9cf32daa18;hpb=e87cf5d7896746c8e9b81b037843c670f728287c;p=~andy%2Fgtk diff --git a/gtk/gtkcssstylefuncsprivate.h b/gtk/gtkcssstylefuncsprivate.h index a3a564174..df13b8094 100644 --- a/gtk/gtkcssstylefuncsprivate.h +++ b/gtk/gtkcssstylefuncsprivate.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_STYLE_FUNCS_PRIVATE_H__ @@ -22,17 +20,20 @@ #include "gtkcssparserprivate.h" #include "gtkstylecontext.h" +#include "gtkcssvalueprivate.h" G_BEGIN_DECLS -gboolean _gtk_css_style_parse_value (GValue *value, - GtkCssParser *parser, - GFile *base); -void _gtk_css_style_print_value (const GValue *value, - GString *string); -void _gtk_css_style_compute_value (GValue *computed, - GtkStyleContext *context, - const GValue *specified); +gboolean _gtk_css_style_parse_value (GValue *value, + GtkCssParser *parser); +void _gtk_css_style_print_value (const GValue *value, + GString *string); +GtkCssValue * _gtk_css_style_compute_value (GtkStyleProviderPrivate *provider, + GtkCssComputedValues *values, + GtkCssComputedValues *parent_values, + GType target_type, + GtkCssValue *specified, + GtkCssDependencies *dependencies); G_END_DECLS