]> Pileus Git - ~andy/gtk/commitdiff
Add declarations for gtk_entry_completion_{get,set}_popup_single_match.
authorManish Singh <yosh@gimp.org>
Thu, 26 May 2005 23:43:44 +0000 (23:43 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 26 May 2005 23:43:44 +0000 (23:43 +0000)
Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>

        * gtk/gtkentrycompletion.h: Add declarations for
        gtk_entry_completion_{get,set}_popup_single_match.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkentrycompletion.h

index 5ccddf45ccd3d9204485ea69886c83402ca30f1d..297859e3f57290e401aadc8f93588a5ee96c9b02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkentrycompletion.h: Add declarations for
+       gtk_entry_completion_{get,set}_popup_single_match.
+
 2005-05-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk.symbols: 
index 5ccddf45ccd3d9204485ea69886c83402ca30f1d..297859e3f57290e401aadc8f93588a5ee96c9b02 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkentrycompletion.h: Add declarations for
+       gtk_entry_completion_{get,set}_popup_single_match.
+
 2005-05-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk.symbols: 
index 5ccddf45ccd3d9204485ea69886c83402ca30f1d..297859e3f57290e401aadc8f93588a5ee96c9b02 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkentrycompletion.h: Add declarations for
+       gtk_entry_completion_{get,set}_popup_single_match.
+
 2005-05-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk.symbols: 
index 24ce984d0d62b6c7ad17bf71745887805d8c6f49..01a40fd957b344804fc73e1cd474ac302b0f5d93 100644 (file)
@@ -102,14 +102,17 @@ void                gtk_entry_completion_delete_action          (GtkEntryComplet
                                                                  gint                         index_);
 
 void                gtk_entry_completion_set_inline_completion  (GtkEntryCompletion          *completion,
-                                                                 gboolean inline_completion);
+                                                                 gboolean                     inline_completion);
 gboolean            gtk_entry_completion_get_inline_completion  (GtkEntryCompletion          *completion);
 void                gtk_entry_completion_set_popup_completion   (GtkEntryCompletion          *completion,
-                                                                 gboolean popup_completion);
+                                                                 gboolean                     popup_completion);
 gboolean            gtk_entry_completion_get_popup_completion   (GtkEntryCompletion          *completion);
 void                gtk_entry_completion_set_popup_set_width    (GtkEntryCompletion          *completion,
-                                                                 gboolean popup_set_width);
+                                                                 gboolean                     popup_set_width);
 gboolean            gtk_entry_completion_get_popup_set_width    (GtkEntryCompletion          *completion);
+void                gtk_entry_completion_set_popup_single_match (GtkEntryCompletion          *completion,
+                                                                 gboolean                     popup_single_match);
+gboolean            gtk_entry_completion_get_popup_single_match (GtkEntryCompletion          *completion);
 
 
 /* convenience */