Added e_bit_array_cross_and and e_bit_array_cross_or.
2001-03-31 Christopher James Lahey <clahey@ximian.com> * gal/util/e-bit-array.c, gal/util/e-bit-array.h: Added e_bit_array_cross_and and e_bit_array_cross_or. svn path=/trunk/; revision=9069
This commit is contained in:

committed by
Chris Lahey

parent
08f78aa8de
commit
279a7d4091
@ -57,7 +57,6 @@ void e_bit_array_select_single_row (EBitArray *eba,
|
||||
void e_bit_array_toggle_single_row (EBitArray *eba,
|
||||
int row);
|
||||
|
||||
/* Protected Functions */
|
||||
void e_bit_array_insert (EBitArray *esm,
|
||||
int row,
|
||||
int count);
|
||||
@ -72,6 +71,9 @@ void e_bit_array_move_row (EBitArray *esm,
|
||||
int new_row);
|
||||
gint e_bit_array_bit_count (EBitArray *esm);
|
||||
|
||||
gboolean e_bit_array_cross_and (EBitArray *esm);
|
||||
gboolean e_bit_array_cross_or (EBitArray *esm);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
Reference in New Issue
Block a user