diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-09-23 23:59:23 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-09-23 23:59:23 +0000 |
commit | b33ec36d36c814a4d5dbe54e35c044db09f5786c (patch) | |
tree | 8ab57128dc3f823fe3221f7509759941001ba5d7 /docs | |
parent | c52f012774509f17f82de6548e0486c48389bab9 (diff) | |
download | gdk-pixbuf-b33ec36d36c814a4d5dbe54e35c044db09f5786c.tar.gz |
Privatize gtk_selection_request, gtk_selection_incr_event
Mon Sep 23 19:49:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:
Privatize gtk_selection_request, gtk_selection_incr_event
gtk_selection_notify, gtk_selection_property_notify.
Add doc note about future deprecation of gtk_selection_clear()
which. (#85683)
* gtk/gtkoldeditable.c (gtk_old_editable_selection_clear):
Chain up, rather than calling gtk_selection_clear().
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index da985647a..433d2f46c 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -4020,12 +4020,12 @@ gtk_selection_data_get_text gtk_selection_data_get_targets gtk_selection_data_targets_include_text gtk_selection_remove_all +gtk_selection_clear gtk_selection_data_copy gtk_selection_data_free <SUBSECTION Standard> GTK_TYPE_SELECTION_DATA <SUBSECTION Private> -gtk_selection_clear gtk_selection_incr_event gtk_selection_notify gtk_selection_property_notify |