Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <glib/glist.h>
Go to the source code of this file.
Data Structures | |
struct | _GCompletion |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _GCompletion | GCompletion |
typedef gchar *(* | GCompletionFunc) (gpointer item) |
typedef gint(* | GCompletionStrncmpFunc) (const gchar *s1, const gchar *s2, gsize n) |
Functions | |
GLIB_DEPRECATED_IN_2_26 GCompletion * | g_completion_new (GCompletionFunc func) |
GLIB_DEPRECATED_IN_2_26 void | g_completion_add_items (GCompletion *cmp, GList *items) |
GLIB_DEPRECATED_IN_2_26 void | g_completion_remove_items (GCompletion *cmp, GList *items) |
GLIB_DEPRECATED_IN_2_26 void | g_completion_clear_items (GCompletion *cmp) |
GLIB_DEPRECATED_IN_2_26 GList * | g_completion_complete (GCompletion *cmp, const gchar *prefix, gchar **new_prefix) |
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_set_compare (GCompletion *cmp, GCompletionStrncmpFunc strncmp_func) |
GLIB_DEPRECATED_IN_2_26 void | g_completion_free (GCompletion *cmp) |
typedef typedefG_BEGIN_DECLS struct _GCompletion GCompletion |
Definition at line 38 of file gcompletion.h.
Definition at line 40 of file gcompletion.h.
Definition at line 45 of file gcompletion.h.
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 GList * g_completion_complete | ( | GCompletion * | cmp, |
const gchar * | prefix, | ||
gchar ** | new_prefix ) |
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 | ) |
GLIB_DEPRECATED_IN_2_26 GCompletion * g_completion_new | ( | GCompletionFunc | func | ) |
GLIB_DEPRECATED_IN_2_26 void g_completion_remove_items | ( | GCompletion * | cmp, |
GList * | items ) |
GLIB_DEPRECATED_IN_2_26 void g_completion_set_compare | ( | GCompletion * | cmp, |
GCompletionStrncmpFunc | strncmp_func ) |