X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkstylepropertiesprivate.h;h=74cde6251745e39e083a2751a2260d4ea8fda6a0;hb=e54f8f4c623182b6870b27ef283cae2e71749662;hp=526559cdcc7f3aae86ececdf13f47566deaad9fa;hpb=9181282d8812e2404400f0a5cdbac582037bdce2;p=~andy%2Fgtk diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h index 526559cdc..74cde6251 100644 --- a/gtk/gtkstylepropertiesprivate.h +++ b/gtk/gtkstylepropertiesprivate.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_STYLE_PROPERTIES_PRIVATE_H__ @@ -23,21 +21,16 @@ #include "gtkstyleproperties.h" #include "gtkcssstylepropertyprivate.h" #include "gtkstylecontextprivate.h" -#include "gtksymboliccolorprivate.h" G_BEGIN_DECLS -void _gtk_style_properties_set_color_lookup_func (GtkStyleProperties *props, - GtkSymbolicColorLookupFunc func, - gpointer data); - -const GValue * _gtk_style_properties_peek_property (GtkStyleProperties *props, +GtkCssValue * _gtk_style_properties_peek_property (GtkStyleProperties *props, GtkCssStyleProperty *property, GtkStateFlags state); void _gtk_style_properties_set_property_by_property (GtkStyleProperties *props, GtkCssStyleProperty *property, GtkStateFlags state, - const GValue *value); + GtkCssValue *value); G_END_DECLS