/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #ifndef _E_TABLE_SUBSET_VARIABLE_H_ #define _E_TABLE_SUBSET_VARIABLE_H_ #include #include "e-table-subset.h" #define E_TABLE_SUBSET_VARIABLE_TYPE (e_table_subset_variable_get_type ()) #define E_TABLE_SUBSET_VARIABLE(o) (GTK_CHECK_CAST ((o), E_TABLE_SUBSET_VARIABLE_TYPE, ETableSubsetVariable)) #define E_TABLE_SUBSET_VARIABLE_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_TABLE_SUBSET_VARIABLE_TYPE, ETableSubsetVariableClass)) #define E_IS_TABLE_SUBSET_VARIABLE(o) (GTK_CHECK_TYPE ((o), E_TABLE_SUBSET_VARIABLE_TYPE)) #define E_IS_TABLE_SUBSET_VARIABLE_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), E_TABLE_SUBSET_VARIABLE_TYPE)) typedef struct { ETableSubset base; int n_vals_allocated; } ETableSubsetVariable; typedef struct { ETableSubsetClass parent_class; void (*add) (ETableSubsetVariable *ets, gint row); void (*add_all) (ETableSubsetVariable *ets); gboolean (*remove) (ETableSubsetVariable *ets, gint row); } ETableSubsetVariableClass; GtkType e_table_subset_variable_get_type (void); ETableModel *e_table_subset_variable_new (ETableModel *etm); ETableModel *e_table_subset_variable_construct (ETableSubsetVariable *etssv, ETableModel *source); void e_table_subset_variable_add (ETableSubsetVariable *ets, gint row); void e_table_subset_variable_add_all (ETableSubsetVariable *ets); gboolean e_table_subset_variable_remove (ETableSubsetVariable *ets, gint row); void e_table_subset_variable_increment (ETableSubsetVariable *ets, gint position, gint amount); void e_table_subset_variable_set_allocation (ETableSubsetVariable *ets, gint total); #endif /* _E_TABLE_SUBSET_VARIABLE_H_ */ endabot/npm_and_yarn/devel/electron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11/nvidia-settings
Commit message (Expand)AuthorAgeFilesLines
* Update to 195.36.31bland2010-06-212-4/+4
* Update to 195.36.15bland2010-04-112-5/+4
* - update to 1.4.1dinoex2010-03-281-0/+1
* Update to 195.36.03bland2010-02-192-5/+4
* - update to jpeg-8dinoex2010-02-051-0/+1
* Update to 195.30bland2009-12-272-4/+4
* Update to 195.22bland2009-12-052-4/+4
* Update to 190.42bland2009-10-272-4/+4
* Update to 190.40bland2009-10-202-4/+4
* Update to 190.36bland2009-09-272-4/+4
* Update to 190.32bland2009-09-072-4/+4
* Update to 190.25bland2009-08-272-4/+4
* Update to 190.18bland2009-08-052-5/+4
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* Update to 185.19bland2009-04-072-4/+4
* Update to 185.13bland2009-03-17