summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-27 13:40:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-27 14:33:32 -0400
commite4680d64a0864651557fbf8e04db409c827641a7 (patch)
tree1d931b617ed5fa97462bb43387a9040769481fac /gtk/gtkwidget.h
parent6cd26e09392d9ea68d21daa9c68b0c03d3664cbc (diff)
downloadgtk+-e4680d64a0864651557fbf8e04db409c827641a7.tar.gz
Documentation fixes
Add a few missing symbols, and match up parameters in headers and doc comments.
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r--gtk/gtkwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 152f6dde05..910034479c 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -947,10 +947,10 @@ void gtk_widget_set_allocation (GtkWidget *widget,
const GtkAllocation *allocation);
GDK_AVAILABLE_IN_3_14
void gtk_widget_set_clip (GtkWidget *widget,
- const GtkAllocation *allocation);
+ const GtkAllocation *clip);
GDK_AVAILABLE_IN_3_14
void gtk_widget_get_clip (GtkWidget *widget,
- GtkAllocation *allocation);
+ GtkAllocation *clip);
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width & gtk_widget_get_preferred_height)