]> Pileus Git - ~andy/gtk/commitdiff
Add new clipboard persistence api.
authorAnders Carlsson <andersca@gnome.org>
Mon, 25 Oct 2004 19:23:22 +0000 (19:23 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Mon, 25 Oct 2004 19:23:22 +0000 (19:23 +0000)
2004-10-25  Anders Carlsson  <andersca@gnome.org>

* gdk/gdk-sections.txt:
* gtk/gtk-sections.txt:
Add new clipboard persistence api.

docs/reference/ChangeLog
docs/reference/gdk/gdk-sections.txt
docs/reference/gdk/tmpl/gdkdisplay.sgml
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkcellview.sgml
docs/reference/gtk/tmpl/gtkclipboard.sgml
docs/reference/gtk/tmpl/gtkdialog.sgml
docs/reference/gtk/tmpl/gtkimage.sgml
docs/reference/gtk/tmpl/gtksettings.sgml

index d2311db9a48939ed4bc0c263da315ca4d32d297e..20ae5a2868936fd4f8bfb369ea0d373bafb2a3a1 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-25  Anders Carlsson  <andersca@gnome.org>
+
+       * gdk/gdk-sections.txt:
+       * gtk/gtk-sections.txt:
+       Add new clipboard persistence api.
+       
 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add new named icon api in GtkImage.
index bc20281fc7f847f0b2c8d80916b006de74004dd2..9d7ea2d5d15b1ea7e24bd1398a4230a2400216cc 100644 (file)
@@ -149,7 +149,8 @@ gdk_display_get_maximal_cursor_size
 gdk_display_get_default_group
 gdk_display_supports_selection_notification
 gdk_display_request_selection_notification
-
+gdk_display_supports_clipboard_persistence
+gdk_display_store_clipboard
 <SUBSECTION Standard>
 GDK_DISPLAY_OBJECT
 GDK_IS_DISPLAY
index 69637705d0f5e7ebfddbf65b62e8abc8d9ca7015..8c87f9e0585ea779e560e06e88d60cdec0071a05 100644 (file)
@@ -343,3 +343,24 @@ Applications should never have any reason to use this facility
 @Returns: 
 
 
+<!-- ##### FUNCTION gdk_display_supports_clipboard_persistence ##### -->
+<para>
+
+</para>
+
+@display: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gdk_display_store_clipboard ##### -->
+<para>
+
+</para>
+
+@display: 
+@clipboard_window: 
+@time_: 
+@targets: 
+@n_targets: 
+
+
index a9b18bfce3af09d9bbc11dd9453e84dc2c849d07..26aed249356fac18fe7c8af6d6b84c9f8b945a52 100644 (file)
@@ -5059,6 +5059,9 @@ gtk_clipboard_wait_for_contents
 gtk_clipboard_wait_for_text
 gtk_clipboard_wait_is_text_available
 gtk_clipboard_wait_for_targets
+gtk_clipboard_wait_is_target_available
+gtk_clipboard_set_can_store
+gtk_clipboard_store
 <SUBSECTION Standard>
 GTK_CLIPBOARD
 GTK_TYPE_CLIPBOARD
index 1574072814acac274debc9b64edb4e65b4ec6f8c..24c388ca389d5c76b781ecf40acc68ea47230d59 100644 (file)
@@ -129,6 +129,8 @@ A widget displaying a single row of a GtkTreeModel
 
 </para>
 
+@cell_view: 
+<!-- # Unused Parameters # -->
 @cellview: 
 
 
@@ -137,7 +139,9 @@ A widget displaying a single row of a GtkTreeModel
 
 </para>
 
-@cellview: 
+@cell_view: 
 @Returns: 
+<!-- # Unused Parameters # -->
+@cellview: 
 
 
index a2ede06747f8fe2acacd88e1b64822d19c4977c7..47eea552ac069814579a6388b101dcfa1992d483 100644 (file)
@@ -323,3 +323,31 @@ End:
 -->
 
 
+<!-- ##### FUNCTION gtk_clipboard_wait_is_target_available ##### -->
+<para>
+
+</para>
+
+@clipboard: 
+@target: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_clipboard_set_can_store ##### -->
+<para>
+
+</para>
+
+@clipboard: 
+@targets: 
+@n_targets: 
+
+
+<!-- ##### FUNCTION gtk_clipboard_store ##### -->
+<para>
+
+</para>
+
+@clipboard: 
+
+
index 81211677668a21f3cb3c284bdd408c150a06fc53..87865c37f3bb19bb8c122d42d48bc4939c57c892 100644 (file)
@@ -319,3 +319,22 @@ directly, but into the @vbox and @action_area, as described above.
 @setting: 
 
 
+<!-- ##### FUNCTION gtk_alternative_dialog_button_order ##### -->
+<para>
+
+</para>
+
+@screen: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_dialog_set_alternative_button_order ##### -->
+<para>
+
+</para>
+
+@dialog: 
+@first_response_id: 
+@Varargs: 
+
+
index f94ddcbb9e144712101b82fc9798925bc23d81db..b4361f961080d804c17ce33f8d83334cb615ae3d 100644 (file)
@@ -113,6 +113,11 @@ below.
 
 </para>
 
+<!-- ##### ARG GtkImage:icon-name ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkImage:icon-set ##### -->
 <para>
 
@@ -143,6 +148,11 @@ below.
 
 </para>
 
+<!-- ##### ARG GtkImage:pixel-size ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkImage:pixmap ##### -->
 <para>
 
@@ -176,6 +186,7 @@ functions), but they will all return %NULL values.
 @GTK_IMAGE_STOCK: the widget contains a stock icon name (see <xref linkend="gtk-Stock-Items"/>)
 @GTK_IMAGE_ICON_SET: the widget contains a #GtkIconSet
 @GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation
+@GTK_IMAGE_ICON_NAME: 
 
 <!-- ##### FUNCTION gtk_image_get_icon_set ##### -->
 <para>
@@ -235,6 +246,16 @@ functions), but they will all return %NULL values.
 @Returns: 
 
 
+<!-- ##### FUNCTION gtk_image_get_icon_name ##### -->
+<para>
+
+</para>
+
+@image: 
+@icon_name: 
+@size: 
+
+
 <!-- ##### FUNCTION gtk_image_get_storage_type ##### -->
 <para>
 
@@ -311,6 +332,16 @@ functions), but they will all return %NULL values.
 @Returns: 
 
 
+<!-- ##### FUNCTION gtk_image_new_from_icon_name ##### -->
+<para>
+
+</para>
+
+@icon_name: 
+@size: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_image_set_from_file ##### -->
 <para>
 
@@ -378,6 +409,16 @@ functions), but they will all return %NULL values.
 @animation: 
 
 
+<!-- ##### FUNCTION gtk_image_set_from_icon_name ##### -->
+<para>
+
+</para>
+
+@image: 
+@icon_name: 
+@size: 
+
+
 <!-- ##### FUNCTION gtk_image_new ##### -->
 <para>
 
@@ -409,3 +450,21 @@ Gets the #GtkImage.
 @mask: a #GdkBitmap that indicates which parts of the image should be transparent.
 
 
+<!-- ##### FUNCTION gtk_image_set_pixel_size ##### -->
+<para>
+
+</para>
+
+@image: 
+@pixel_size: 
+
+
+<!-- ##### FUNCTION gtk_image_get_pixel_size ##### -->
+<para>
+
+</para>
+
+@image: 
+@Returns: 
+
+
index d13f54866a1ca48f86cf0804d06148f3e80075a2..4e6355a68bc98b3f466aff21ca06276f5cfdc88e 100644 (file)
@@ -20,6 +20,11 @@ Sharing settings between applications
 </para>
 
 
+<!-- ##### ARG GtkSettings:gtk-alternative-button-order ##### -->
+<para>
+
+</para>
+
 <!-- ##### ARG GtkSettings:gtk-button-images ##### -->
 <para>