|
libgeda
|
utility functions for slotted components More...
#include <config.h>#include <stdio.h>#include <math.h>#include "libgeda_priv.h"
Go to the source code of this file.
Defines | |
| #define | DELIMITERS ",; " |
Functions | |
| char * | s_slot_search_slot (OBJECT *object, OBJECT **return_found) |
| Search for slot attribute. | |
| static char * | s_slot_search_slotdef (OBJECT *object, int slotnumber) |
| Search for slotdef attribute. | |
| void | s_slot_update_object (TOPLEVEL *toplevel, OBJECT *object) |
| Update all slot attributes in an object. | |
Definition in file s_slot.c.
The returned value will only come from an attached attribute.
| [in] | object | OBJECT list to search. |
| [in] | return_found | attached slot attribute if found, NULL otherwise. |
Definition at line 56 of file s_slot.c.

| static char* s_slot_search_slotdef | ( | OBJECT * | object, |
| int | slotnumber | ||
| ) | [static] |
| [in] | object | The OBJECT list to search. |
| [in] | slotnumber | The slot number to search for. |
Definition at line 87 of file s_slot.c.

| [in] | toplevel | The TOPLEVEL object. |
| [in,out] | object | The OBJECT to update. |
Definition at line 124 of file s_slot.c.
