Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkstringlist.h File Reference
#include <gio/gio.h>
#include <gdk/gdk.h>

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)
 

Macro Definition Documentation

◆ GTK_TYPE_STRING_LIST

#define GTK_TYPE_STRING_LIST   (gtk_string_list_get_type ())

Definition at line 43 of file gtkstringlist.h.

◆ GTK_TYPE_STRING_OBJECT

#define GTK_TYPE_STRING_OBJECT   (gtk_string_object_get_type ())

Definition at line 34 of file gtkstringlist.h.

Function Documentation

◆ gtk_string_list_append()

GDK_AVAILABLE_IN_ALL void gtk_string_list_append ( GtkStringList * self,
const char * string )

◆ gtk_string_list_get_string()

GDK_AVAILABLE_IN_ALL const char * gtk_string_list_get_string ( GtkStringList * self,
guint position )

◆ gtk_string_list_new()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkStringList * gtk_string_list_new ( const char *const * strings)

◆ gtk_string_list_remove()

GDK_AVAILABLE_IN_ALL void gtk_string_list_remove ( GtkStringList * self,
guint position )

◆ gtk_string_list_splice()

GDK_AVAILABLE_IN_ALL void gtk_string_list_splice ( GtkStringList * self,
guint position,
guint n_removals,
const char *const * additions )

◆ gtk_string_list_take()

GDK_AVAILABLE_IN_ALL void gtk_string_list_take ( GtkStringList * self,
char * string )

◆ gtk_string_object_get_string()

GDK_AVAILABLE_IN_ALL const char * gtk_string_object_get_string ( GtkStringObject * self)

◆ gtk_string_object_new()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkStringObject * gtk_string_object_new ( const char * string)