summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-06-10 05:03:41 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-06-10 05:03:41 +0000
commita4ed2092df589e3ac654efded4adf165c5ba31a6 (patch)
tree6e28873f50e191f7892aab448d1cf3316c8c102c /docs
parentc733db45157846c50292c6bdd729bf5339118287 (diff)
downloadgtk+-a4ed2092df589e3ac654efded4adf165c5ba31a6.tar.gz
Add GtkClipboardIamgeReceivedFunc
2005-06-10 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkclipboard.sgml: * gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog3
-rw-r--r--docs/reference/gtk/gtk-sections.txt1
-rw-r--r--docs/reference/gtk/tmpl/gtkclipboard.sgml14
3 files changed, 18 insertions, 0 deletions
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 <mclasen@redhat.com>
+ * 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
</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()