X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkstylepropertiesprivate.h;h=74cde6251745e39e083a2751a2260d4ea8fda6a0;hb=894f84c623f2e280376be2945159fbf354377913;hp=a75da4405b454a08ce588348bc10913f9074b196;hpb=5f5cc7962333be185f8cc35bdefbab8def3a51fd;p=~andy%2Fgtk diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h index a75da4405..74cde6251 100644 --- a/gtk/gtkstylepropertiesprivate.h +++ b/gtk/gtkstylepropertiesprivate.h @@ -12,28 +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" G_BEGIN_DECLS -const GValue * _gtk_style_properties_peek_property (GtkStyleProperties *props, - const gchar *prop_name, - GtkStateFlags state, - const GtkStyleProperty **property); - -void _gtk_style_properties_set_property_by_pspec (GtkStyleProperties *props, - GParamSpec *pspec, - GtkStateFlags state, - const GValue *value); +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, + GtkCssValue *value); G_END_DECLS