summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-04-24 05:42:12 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-24 05:42:12 +0000
commit0d10969b9fc8635d46153351a3bdbca3ae4fe271 (patch)
treee0c9af0e2d673adf64d95eff4d0c0f1d5055f22c /gtk/gtkclipboard.h
parentbb23cebf1b5c572c68231f661268205ff892696b (diff)
downloadgtk+-0d10969b9fc8635d46153351a3bdbca3ae4fe271.tar.gz
Match parameter names with the headers.
2006-04-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkclipboard.h: * gtk/gtkprinter.c: * gtk/gtkprintsettings.h: * gtk/gtkprintsettings.c: Match parameter names with the headers. * gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog): Add docs. * gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize): * gtk/gtkstatusicon.c (gtk_status_icon_get_storage_type): * gtk/gtktreeview.c (gtk_tree_view_set_search_position_func): * gtk/gtktreeview.c (gtk_tree_view_get_headers_clickable): * gtk/gtkcellrendererspin.c (gtk_cell_renderer_spin_new): * gtk/gtkmenu.c (gtk_menu_get_for_attach_widget): Fix the docs.
Diffstat (limited to 'gtk/gtkclipboard.h')
-rw-r--r--gtk/gtkclipboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclipboard.h b/gtk/gtkclipboard.h
index 46e9ea6b36..1825cf7670 100644
--- a/gtk/gtkclipboard.h
+++ b/gtk/gtkclipboard.h
@@ -115,7 +115,7 @@ gchar * gtk_clipboard_wait_for_text (GtkClipboard *clipboard);
guint8 * gtk_clipboard_wait_for_rich_text (GtkClipboard *clipboard,
GtkTextBuffer *buffer,
GdkAtom *format,
- gsize *size);
+ gsize *length);
GdkPixbuf * gtk_clipboard_wait_for_image (GtkClipboard *clipboard);
gboolean gtk_clipboard_wait_for_targets (GtkClipboard *clipboard,
GdkAtom **targets,