Add new clipboard persistence api.

2004-10-25  Anders Carlsson  <andersca@gnome.org>

	* gdk/gdk-sections.txt:
	* gtk/gtk-sections.txt:
	Add new clipboard persistence api.
This commit is contained in:
Anders Carlsson 2004-10-25 19:23:22 +00:00 committed by Anders Carlsson
parent b0b24c91c8
commit 64facb3c4b
9 changed files with 148 additions and 2 deletions

View 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.

View 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

View 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:

View 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

View 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:

View 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:

View 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:

View 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:

View File

@ -20,6 +20,11 @@ Sharing settings between applications
</para>
<!-- ##### ARG GtkSettings:gtk-alternative-button-order ##### -->
<para>
</para>
<!-- ##### ARG GtkSettings:gtk-button-images ##### -->
<para>