X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkstylepropertiesprivate.h;h=74cde6251745e39e083a2751a2260d4ea8fda6a0;hb=feb64f40b0f50735104da0a7fdafbe480763c180;hp=efefb07d90df402ace7b9bd72e225d4fd3bb9fd1;hpb=4383701e258fcda37d980d5bd3114f028e567550;p=~andy%2Fgtk diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h index efefb07d9..74cde6251 100644 --- a/gtk/gtkstylepropertiesprivate.h +++ b/gtk/gtkstylepropertiesprivate.h @@ -12,40 +12,25 @@ * 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__ #define __GTK_STYLE_PROPERTIES_PRIVATE_H__ #include "gtkstyleproperties.h" -#include "gtkstylepropertyprivate.h" +#include "gtkcssstylepropertyprivate.h" #include "gtkstylecontextprivate.h" -#include "gtksymboliccolorprivate.h" G_BEGIN_DECLS -void _gtk_style_properties_get (GtkStyleProperties *props, - GtkStateFlags state, - GtkStylePropertyContext *context, - ...); -void _gtk_style_properties_set_color_lookup_func (GtkStyleProperties *props, - GtkSymbolicColorLookupFunc func, - gpointer data); -void _gtk_style_properties_get_valist (GtkStyleProperties *props, - GtkStateFlags state, - GtkStylePropertyContext *context, - va_list args); - -const GValue * _gtk_style_properties_peek_property (GtkStyleProperties *props, - GtkStyleProperty *property, +GtkCssValue * _gtk_style_properties_peek_property (GtkStyleProperties *props, + GtkCssStyleProperty *property, GtkStateFlags state); void _gtk_style_properties_set_property_by_property (GtkStyleProperties *props, - GtkStyleProperty *property, + GtkCssStyleProperty *property, GtkStateFlags state, - const GValue *value); + GtkCssValue *value); G_END_DECLS