diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-23 23:02:40 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-23 23:41:08 +0200 |
commit | 520a6aeb8ff06217373b9f567578850cb3598106 (patch) | |
tree | 5f2f103c1c0de93eb5124d9ce2198e16ee0b914b /gtk/gtkgrid.h | |
parent | d7653e7c0cffc64ccc82edadc5b3c12d8129cd73 (diff) | |
download | gtk+-520a6aeb8ff06217373b9f567578850cb3598106.tar.gz |
Fix up docs
Diffstat (limited to 'gtk/gtkgrid.h')
-rw-r--r-- | gtk/gtkgrid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h index 590d9cddeb..860658a0b7 100644 --- a/gtk/gtkgrid.h +++ b/gtk/gtkgrid.h @@ -74,7 +74,7 @@ void gtk_grid_attach (GtkGrid *grid, gint width, gint height); void gtk_grid_attach_next_to (GtkGrid *grid, - GtkWidget *widget, + GtkWidget *child, GtkWidget *sibling, GtkPositionType side, gint width, |