Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gcompletion.h File Reference
#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 GCompletiong_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 GListg_completion_complete (GCompletion *cmp, const gchar *prefix, gchar **new_prefix)
 
GLIB_DEPRECATED_IN_2_26 GListg_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 Documentation

◆ GCompletion

typedef typedefG_BEGIN_DECLS struct _GCompletion GCompletion

Definition at line 38 of file gcompletion.h.

◆ GCompletionFunc

typedef gchar *(* GCompletionFunc) (gpointer item)

Definition at line 40 of file gcompletion.h.

◆ GCompletionStrncmpFunc

typedef gint(* GCompletionStrncmpFunc) (const gchar *s1, const gchar *s2, gsize n)

Definition at line 45 of file gcompletion.h.

Function Documentation

◆ g_completion_add_items()

GLIB_DEPRECATED_IN_2_26 void g_completion_add_items ( GCompletion * cmp,
GList * items )

◆ g_completion_clear_items()

GLIB_DEPRECATED_IN_2_26 void g_completion_clear_items ( GCompletion * cmp)

◆ g_completion_complete()

GLIB_DEPRECATED_IN_2_26 GList * g_completion_complete ( GCompletion * cmp,
const gchar * prefix,
gchar ** new_prefix )

◆ g_completion_complete_utf8()

GLIB_DEPRECATED_IN_2_26 GList * g_completion_complete_utf8 ( GCompletion * cmp,
const gchar * prefix,
gchar ** new_prefix )

◆ g_completion_free()

GLIB_DEPRECATED_IN_2_26 void g_completion_free ( GCompletion * cmp)

◆ g_completion_new()

◆ g_completion_remove_items()

GLIB_DEPRECATED_IN_2_26 void g_completion_remove_items ( GCompletion * cmp,
GList * items )

◆ g_completion_set_compare()

GLIB_DEPRECATED_IN_2_26 void g_completion_set_compare ( GCompletion * cmp,
GCompletionStrncmpFunc strncmp_func )