summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkentrycompletion.h')
-rw-r--r--gtk/gtkentrycompletion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h
index 4d98c8347e..476aa9834d 100644
--- a/gtk/gtkentrycompletion.h
+++ b/gtk/gtkentrycompletion.h
@@ -55,7 +55,7 @@ typedef struct _GtkEntryCompletion GtkEntryCompletion;
* for @key
*/
typedef gboolean (* GtkEntryCompletionMatchFunc) (GtkEntryCompletion *completion,
- const gchar *key,
+ const char *key,
GtkTreeIter *iter,
gpointer user_data);
@@ -87,7 +87,7 @@ void gtk_entry_completion_set_minimum_key_length (GtkEntryComplet
GDK_AVAILABLE_IN_ALL
int gtk_entry_completion_get_minimum_key_length (GtkEntryCompletion *completion);
GDK_AVAILABLE_IN_ALL
-gchar * gtk_entry_completion_compute_prefix (GtkEntryCompletion *completion,
+char * gtk_entry_completion_compute_prefix (GtkEntryCompletion *completion,
const char *key);
GDK_AVAILABLE_IN_ALL
void gtk_entry_completion_complete (GtkEntryCompletion *completion);
@@ -121,7 +121,7 @@ GDK_AVAILABLE_IN_ALL
gboolean gtk_entry_completion_get_popup_single_match (GtkEntryCompletion *completion);
GDK_AVAILABLE_IN_ALL
-const gchar *gtk_entry_completion_get_completion_prefix (GtkEntryCompletion *completion);
+const char *gtk_entry_completion_get_completion_prefix (GtkEntryCompletion *completion);
/* convenience */
GDK_AVAILABLE_IN_ALL
void gtk_entry_completion_set_text_column (GtkEntryCompletion *completion,