#include <config.h>
#include <stdio.h>
#include "gschem.h"
Go to the source code of this file.
Function Documentation
GList* s_stretch_add |
( |
GList * |
list, |
|
|
OBJECT * |
object, |
|
|
int |
whichone |
|
) |
| |
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 36 of file s_stretch.c.
static gint find_object |
( |
gconstpointer |
a, |
|
|
gconstpointer |
b |
|
) |
| [static] |
- Function Description
- Compares if (STRETCH *)a->object == (OBJECT *)b
- Parameters:
-
[in] | a | The STRETCH structure |
[in] | b | The OBJECT to test for |
- Returns:
- 0 if STRETCH *a points to OBJECT *b, otherwise 1.
Definition at line 67 of file s_stretch.c.
GList* s_stretch_remove |
( |
GList * |
list, |
|
|
OBJECT * |
object |
|
) |
| |
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 78 of file s_stretch.c.
void s_stretch_print_all |
( |
GList * |
list | ) |
|
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 96 of file s_stretch.c.
void s_stretch_destroy_all |
( |
GList * |
list | ) |
|
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 120 of file s_stretch.c.