diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index dd4cd46516..c39787544b 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,8 @@ 2005-06-10 Matthias Clasen + * gtk/tmpl/gtkclipboard.sgml: + * gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc + * gtk/tmpl/gtkpaned.sgml: * gtk/tmpl/gtkmenu.sgml: diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 1715d42790..2bb5309cb4 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -5105,6 +5105,7 @@ gtk_selection_data_get_type GtkClipboard GtkClipboardReceivedFunc GtkClipboardTextReceivedFunc +GtkClipboardImageReceivedFunc GtkClipboardTargetsReceivedFunc GtkClipboardGetFunc GtkClipboardClearFunc diff --git a/docs/reference/gtk/tmpl/gtkclipboard.sgml b/docs/reference/gtk/tmpl/gtkclipboard.sgml index b4a9078a7e..ab6e16afb1 100644 --- a/docs/reference/gtk/tmpl/gtkclipboard.sgml +++ b/docs/reference/gtk/tmpl/gtkclipboard.sgml @@ -84,6 +84,9 @@ Storing data on clipboards + + + @@ -115,6 +118,17 @@ Storing data on clipboards @data: the @user_data supplied to gtk_clipboard_request_text(). + + + A function to be called when the results of gtk_clipboard_request_image() + are received, or when the request fails. + + +@clipboard: the #GtkClipboard +@pixbuf: the received image +@data: the @user_data supplied to gtk_clipboard_request_image(). +@Since: 2.6 + A function to be called when the results of gtk_clipboard_request_targets()