27#ifndef __G_COMPLETION_H__
28#define __G_COMPLETION_H__
30#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
31#error "Only <glib.h> can be included directly."
GLIB_DEPRECATED_IN_2_26 void g_completion_remove_items(GCompletion *cmp, GList *items)
GLIB_DEPRECATED_IN_2_26 GCompletion * g_completion_new(GCompletionFunc func)
gint(* GCompletionStrncmpFunc)(const gchar *s1, const gchar *s2, gsize n)
typedefG_BEGIN_DECLS struct _GCompletion GCompletion
GLIB_DEPRECATED_IN_2_26 GList * g_completion_complete(GCompletion *cmp, const gchar *prefix, gchar **new_prefix)
GLIB_DEPRECATED_IN_2_26 void g_completion_add_items(GCompletion *cmp, GList *items)
GLIB_DEPRECATED_IN_2_26 void g_completion_clear_items(GCompletion *cmp)
GLIB_DEPRECATED_IN_2_26 void g_completion_set_compare(GCompletion *cmp, GCompletionStrncmpFunc strncmp_func)
gchar *(* GCompletionFunc)(gpointer item)
GLIB_DEPRECATED_IN_2_26 GList * g_completion_complete_utf8(GCompletion *cmp, const gchar *prefix, gchar **new_prefix)
GLIB_DEPRECATED_IN_2_26 void g_completion_free(GCompletion *cmp)
#define GLIB_DEPRECATED_IN_2_26
typedefG_BEGIN_DECLS struct _GList GList
G_BEGIN_DECLS typedef char gchar
GCompletionStrncmpFunc strncmp_func