Add GtkClipboardIamgeReceivedFunc

2005-06-10  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkclipboard.sgml:
	* gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc
This commit is contained in:
Matthias Clasen 2005-06-10 05:03:41 +00:00 committed by Matthias Clasen
parent c733db4515
commit a4ed2092df
3 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkclipboard.sgml:
* gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc
* gtk/tmpl/gtkpaned.sgml:
* gtk/tmpl/gtkmenu.sgml:

View File

@ -5105,6 +5105,7 @@ gtk_selection_data_get_type
GtkClipboard
GtkClipboardReceivedFunc
GtkClipboardTextReceivedFunc
GtkClipboardImageReceivedFunc
GtkClipboardTargetsReceivedFunc
GtkClipboardGetFunc
GtkClipboardClearFunc

View File

@ -84,6 +84,9 @@ Storing data on clipboards
</variablelist>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GtkClipboard ##### -->
<para>
@ -115,6 +118,17 @@ Storing data on clipboards
@data: the @user_data supplied to gtk_clipboard_request_text().
<!-- ##### USER_FUNCTION GtkClipboardImageReceivedFunc ##### -->
<para>
A function to be called when the results of gtk_clipboard_request_image()
are received, or when the request fails.
</para>
@clipboard: the #GtkClipboard
@pixbuf: the received image
@data: the @user_data supplied to gtk_clipboard_request_image().
@Since: 2.6
<!-- ##### USER_FUNCTION GtkClipboardTargetsReceivedFunc ##### -->
<para>
A function to be called when the results of gtk_clipboard_request_targets()