summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-07 18:06:46 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:39:50 +0200
commit6513947473469ddf9ea66fb636c1efe8db0bfcd5 (patch)
treed40902fe245933f3263bf70fabd58de02849a438 /gtk/gtkselection.h
parenta42886d81d698bb534c4c904f9dd45061c9a97ae (diff)
downloadgtk+-6513947473469ddf9ea66fb636c1efe8db0bfcd5.tar.gz
Prefix gtk_selection_clear with an underscore
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r--gtk/gtkselection.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h
index 55bfcad89a..fd27680703 100644
--- a/gtk/gtkselection.h
+++ b/gtk/gtkselection.h
@@ -197,10 +197,8 @@ gboolean gtk_targets_include_uri (GdkAtom *targets,
void gtk_selection_remove_all (GtkWidget *widget);
/* Event handlers */
-#if !defined(GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION)
-gboolean gtk_selection_clear (GtkWidget *widget,
+gboolean _gtk_selection_clear (GtkWidget *widget,
GdkEventSelection *event);
-#endif
gboolean _gtk_selection_request (GtkWidget *widget,
GdkEventSelection *event);
gboolean _gtk_selection_incr_event (GdkWindow *window,