mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
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:
parent
c733db4515
commit
a4ed2092df
@ -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:
|
||||
|
||||
|
@ -5105,6 +5105,7 @@ gtk_selection_data_get_type
|
||||
GtkClipboard
|
||||
GtkClipboardReceivedFunc
|
||||
GtkClipboardTextReceivedFunc
|
||||
GtkClipboardImageReceivedFunc
|
||||
GtkClipboardTargetsReceivedFunc
|
||||
GtkClipboardGetFunc
|
||||
GtkClipboardClearFunc
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user