]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkstyleprovider.h
Revert "box: Don't special-case RTL hbox child positions anymore"
[~andy/gtk] / gtk / gtkstyleprovider.h
index 62b3aeb9cd7750275102f794f546ad8bfe32e146..81bf5d6a6007abc2d693b5f1c3c17cf1a2a44f0a 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef __GTK_STYLE_PROVIDER_H__
+#define __GTK_STYLE_PROVIDER_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_STYLE_PROVIDER_H__
-#define __GTK_STYLE_PROVIDER_H__
-
 #include <glib-object.h>
 #include <gtk/gtkenums.h>
 #include <gtk/gtkiconfactory.h>
@@ -109,6 +109,7 @@ struct _GtkStyleProviderIface
 
 GType gtk_style_provider_get_type (void) G_GNUC_CONST;
 
+GDK_DEPRECATED_IN_3_8
 GtkStyleProperties *gtk_style_provider_get_style (GtkStyleProvider *provider,
                                                   GtkWidgetPath    *path);
 
@@ -118,6 +119,7 @@ gboolean gtk_style_provider_get_style_property (GtkStyleProvider *provider,
                                                 GParamSpec       *pspec,
                                                 GValue           *value);
 
+GDK_DEPRECATED_IN_3_8_FOR(NULL)
 GtkIconFactory * gtk_style_provider_get_icon_factory (GtkStyleProvider *provider,
                                                      GtkWidgetPath    *path);