css: Pass relevant properties to css lookup code

This is not used yet in this patch.
This commit is contained in:
Benjamin Otte
2012-08-24 17:31:57 +02:00
parent 6fbd8b0003
commit 1d7b23845f
3 changed files with 16 additions and 6 deletions

View File

@ -29,7 +29,7 @@ G_BEGIN_DECLS
typedef struct _GtkCssLookup GtkCssLookup;
GtkCssLookup * _gtk_css_lookup_new (void);
GtkCssLookup * _gtk_css_lookup_new (const GtkBitmask *relevant);
void _gtk_css_lookup_free (GtkCssLookup *lookup);
const GtkBitmask * _gtk_css_lookup_get_missing (const GtkCssLookup *lookup);