summaryrefslogtreecommitdiff
path: root/gtk/gtkentryprivate.h
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-07-03 15:48:48 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-07-03 15:51:06 -0300
commit1f96f351e09d6f6fccb62243926c364cad0417c0 (patch)
tree2a2062d54d9ea48560f05122b7f4188a51b40323 /gtk/gtkentryprivate.h
parent1e6c7e3af09c5ec0aed5297fc285d13cff76e720 (diff)
downloadgtk+-1f96f351e09d6f6fccb62243926c364cad0417c0.tar.gz
entrycompletion: no need to return boolean
The boolean _gtk_entry_completion_resize_popup's return value is not used anywhere, and only adds more complexity for the method. https://bugzilla.gnome.org/show_bug.cgi?id=751913
Diffstat (limited to 'gtk/gtkentryprivate.h')
-rw-r--r--gtk/gtkentryprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h
index 7e84d06c7c..6d85d87739 100644
--- a/gtk/gtkentryprivate.h
+++ b/gtk/gtkentryprivate.h
@@ -74,7 +74,7 @@ struct _GtkEntryCompletionPrivate
GdkDevice *device;
};
-gboolean _gtk_entry_completion_resize_popup (GtkEntryCompletion *completion);
+void _gtk_entry_completion_resize_popup (GtkEntryCompletion *completion);
void _gtk_entry_completion_popdown (GtkEntryCompletion *completion);
void _gtk_entry_completion_connect (GtkEntryCompletion *completion,
GtkEntry *entry);