]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtklayout.c
Revert name change
[~andy/gtk] / gtk / gtklayout.c
index 82cf4c61057b55557140aac3775258edd22a97ce..426376c5b02e4da2f23a5b05db6018c799afc17a 100644 (file)
@@ -28,7 +28,7 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
-#include <config.h>
+#include "config.h"
 #include "gdkconfig.h"
 
 #include "gtklayout.h"
@@ -47,7 +47,6 @@ struct _GtkLayoutChild {
 
 enum {
    PROP_0,
-   PROP_BIN_WINDOW,
    PROP_HADJUSTMENT,
    PROP_VADJUSTMENT,
    PROP_WIDTH,
@@ -150,9 +149,11 @@ gtk_layout_new (GtkAdjustment *hadjustment,
  * Retrieve the bin window of the layout used for drawing operations.
  * 
  * Return value: a #GdkWindow
+ *
+ * Since: 2.14
  **/
 GdkWindow*
-gtk_layout_get_bin_window (GtkLayout     *layout)
+gtk_layout_get_bin_window (GtkLayout *layout)
 {
   g_return_val_if_fail (GTK_IS_LAYOUT (layout), NULL);