Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_STRING_OBJECT (gtk_string_object_get_type ()) |
#define | GTK_TYPE_STRING_LIST (gtk_string_list_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkStringObject * | gtk_string_object_new (const char *string) |
GDK_AVAILABLE_IN_ALL const char * | gtk_string_object_get_string (GtkStringObject *self) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkStringList * | gtk_string_list_new (const char *const *strings) |
GDK_AVAILABLE_IN_ALL void | gtk_string_list_append (GtkStringList *self, const char *string) |
GDK_AVAILABLE_IN_ALL void | gtk_string_list_take (GtkStringList *self, char *string) |
GDK_AVAILABLE_IN_ALL void | gtk_string_list_remove (GtkStringList *self, guint position) |
GDK_AVAILABLE_IN_ALL void | gtk_string_list_splice (GtkStringList *self, guint position, guint n_removals, const char *const *additions) |
GDK_AVAILABLE_IN_ALL const char * | gtk_string_list_get_string (GtkStringList *self, guint position) |
#define GTK_TYPE_STRING_LIST (gtk_string_list_get_type ()) |
Definition at line 43 of file gtkstringlist.h.
#define GTK_TYPE_STRING_OBJECT (gtk_string_object_get_type ()) |
Definition at line 34 of file gtkstringlist.h.
GDK_AVAILABLE_IN_ALL void gtk_string_list_append | ( | GtkStringList * | self, |
const char * | string ) |
GDK_AVAILABLE_IN_ALL const char * gtk_string_list_get_string | ( | GtkStringList * | self, |
guint | position ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkStringList * gtk_string_list_new | ( | const char *const * | strings | ) |
GDK_AVAILABLE_IN_ALL void gtk_string_list_remove | ( | GtkStringList * | self, |
guint | position ) |
GDK_AVAILABLE_IN_ALL void gtk_string_list_splice | ( | GtkStringList * | self, |
guint | position, | ||
guint | n_removals, | ||
const char *const * | additions ) |
GDK_AVAILABLE_IN_ALL void gtk_string_list_take | ( | GtkStringList * | self, |
char * | string ) |
GDK_AVAILABLE_IN_ALL const char * gtk_string_object_get_string | ( | GtkStringObject * | self | ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkStringObject * gtk_string_object_new | ( | const char * | string | ) |