]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkstylepropertiesprivate.h
Fix DND with frame sync
[~andy/gtk] / gtk / gtkstylepropertiesprivate.h
index 628fd5033931e3534556bd48bbb97f77ba00e2f9..74cde6251745e39e083a2751a2260d4ea8fda6a0 100644 (file)
  * 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_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,
-                                                              GtkStylePropertyContext *context,
-                                                               const GtkStyleProperty **property);
-void           _gtk_style_properties_get                      (GtkStyleProperties      *props,
-                                                              GtkStateFlags            state,
-                                                              GtkStylePropertyContext *context,
-                                                              ...);
-void           _gtk_style_properties_get_valist               (GtkStyleProperties      *props,
-                                                              GtkStateFlags            state,
-                                                              GtkStylePropertyContext *context,
-                                                              va_list                  args);
-
-const GValue * _gtk_style_properties_resolve_property         (GtkStyleProperties      *props,
-                                                              const gchar             *prop_name,
-                                                              GtkStateFlags            state,
-                                                              const GtkStyleProperty **property,
-                                                              GtkStylePropertyContext *context,
-                                                              GValue                  *value);
-
+GtkCssValue  * _gtk_style_properties_peek_property            (GtkStyleProperties      *props,
+                                                               GtkCssStyleProperty     *property,
+                                                               GtkStateFlags            state);
 void           _gtk_style_properties_set_property_by_property (GtkStyleProperties      *props,
-                                                               const GtkStyleProperty  *property,
+                                                               GtkCssStyleProperty     *property,
                                                                GtkStateFlags            state,
-                                                               const GValue            *value);
+                                                               GtkCssValue             *value);
 
 G_END_DECLS