Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_SLICE_LIST_MODEL (gtk_slice_list_model_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkSliceListModel * | gtk_slice_list_model_new (GListModel *model, guint offset, guint size) |
GDK_AVAILABLE_IN_ALL void | gtk_slice_list_model_set_model (GtkSliceListModel *self, GListModel *model) |
GDK_AVAILABLE_IN_ALL GListModel * | gtk_slice_list_model_get_model (GtkSliceListModel *self) |
GDK_AVAILABLE_IN_ALL void | gtk_slice_list_model_set_offset (GtkSliceListModel *self, guint offset) |
GDK_AVAILABLE_IN_ALL guint | gtk_slice_list_model_get_offset (GtkSliceListModel *self) |
GDK_AVAILABLE_IN_ALL void | gtk_slice_list_model_set_size (GtkSliceListModel *self, guint size) |
GDK_AVAILABLE_IN_ALL guint | gtk_slice_list_model_get_size (GtkSliceListModel *self) |
#define GTK_TYPE_SLICE_LIST_MODEL (gtk_slice_list_model_get_type ()) |
Definition at line 33 of file gtkslicelistmodel.h.
GDK_AVAILABLE_IN_ALL GListModel * gtk_slice_list_model_get_model | ( | GtkSliceListModel * | self | ) |
GDK_AVAILABLE_IN_ALL guint gtk_slice_list_model_get_offset | ( | GtkSliceListModel * | self | ) |
GDK_AVAILABLE_IN_ALL guint gtk_slice_list_model_get_size | ( | GtkSliceListModel * | self | ) |
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkSliceListModel * gtk_slice_list_model_new | ( | GListModel * | model, |
guint | offset, | ||
guint | size ) |
GDK_AVAILABLE_IN_ALL void gtk_slice_list_model_set_model | ( | GtkSliceListModel * | self, |
GListModel * | model ) |
GDK_AVAILABLE_IN_ALL void gtk_slice_list_model_set_offset | ( | GtkSliceListModel * | self, |
guint | offset ) |
GDK_AVAILABLE_IN_ALL void gtk_slice_list_model_set_size | ( | GtkSliceListModel * | self, |
guint | size ) |