diff options
author | Anders Carlsson <andersca@gnome.org> | 2004-01-23 08:38:47 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2004-01-23 08:38:47 +0000 |
commit | 42f1406dbf667e8ea95a6881e4f29676ee37d885 (patch) | |
tree | a67d9f6ad9e50add0c6ad4ca965e03dd3571c3c8 /gtk/gtkentrycompletion.h | |
parent | 79ab6d9b4e88727c9e6d3ef283337dfc4556be23 (diff) | |
download | gtk+-42f1406dbf667e8ea95a6881e4f29676ee37d885.tar.gz |
Check if the completion is the same one as the old one.
2004-01-23 Anders Carlsson <andersca@gnome.org>
* gtk/gtkentry.c: (gtk_entry_set_completion):
Check if the completion is the same one as the old one.
* gtk/gtkentrycompletion.c:
* gtk/gtkentrycompletion.h:
Move GET_PRIVATE macro into .c file, fix a trivial spelling
error.
Diffstat (limited to 'gtk/gtkentrycompletion.h')
-rw-r--r-- | gtk/gtkentrycompletion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h index beb59b0742..aed8165070 100644 --- a/gtk/gtkentrycompletion.h +++ b/gtk/gtkentrycompletion.h @@ -35,7 +35,6 @@ G_BEGIN_DECLS #define GTK_IS_ENTRY_COMPLETION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ENTRY_COMPLETION)) #define GTK_IS_ENTRY_COMPLETION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_ENTRY_COMPLETION)) #define GTK_ENTRY_COMPLETION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ENTRY_COMPLETION, GtkEntryCompletionClass)) -#define GTK_ENTRY_COMPLETION_GET_PRIVATE(obj)(G_TYPE_INSTANCE_GET_PRIVATE ((obj), GTK_TYPE_ENTRY_COMPLETION, GtkEntryCompletionPrivate)) typedef struct _GtkEntryCompletion GtkEntryCompletion; typedef struct _GtkEntryCompletionClass GtkEntryCompletionClass; |