]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcsslookupprivate.h
Change FSF Address
[~andy/gtk] / gtk / gtkcsslookupprivate.h
index b1d6d5e4822c34362de2647cf7f3c94bc8f65505..99d946788d0377fb7dff418bf61904092de3d303 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_LOOKUP_PRIVATE_H__
@@ -22,7 +20,9 @@
 
 #include <glib-object.h>
 #include "gtk/gtkbitmaskprivate.h"
-#include "gtk/gtkstyleproperties.h"
+#include "gtk/gtkcsscomputedvaluesprivate.h"
+#include "gtk/gtkcsssection.h"
+#include "gtk/gtkstylecontext.h"
 
 
 G_BEGIN_DECLS
@@ -37,8 +37,15 @@ gboolean                _gtk_css_lookup_is_missing              (const GtkCssLoo
                                                                  guint               id);
 void                    _gtk_css_lookup_set                     (GtkCssLookup       *lookup,
                                                                  guint               id,
+                                                                 GtkCssSection      *section,
                                                                  const GValue       *value);
-GtkStyleProperties *    _gtk_css_lookup_resolve                 (GtkCssLookup       *lookup);
+void                    _gtk_css_lookup_set_computed            (GtkCssLookup       *lookup,
+                                                                 guint               id,
+                                                                 GtkCssSection      *section,
+                                                                 const GValue       *value);
+void                    _gtk_css_lookup_resolve                 (GtkCssLookup       *lookup,
+                                                                 GtkStyleContext    *context,
+                                                                 GtkCssComputedValues *values);
 
 
 G_END_DECLS