Observer of notifications. More...
Go to the source code of this file.
Data Structures | |
struct | NotifyCallback |
Data passed to a notification function. More... | |
struct | Observer |
An observer of notifications. More... | |
struct | ObserverNode |
List of Observers. More... | |
Typedefs | |
typedef int(* | observer_t) (struct NotifyCallback *nc) |
Functions | |
STAILQ_HEAD (ObserverList, ObserverNode) | |
Observer of notifications.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file observer.h.
typedef int(* observer_t) (struct NotifyCallback *nc) |
Definition at line 54 of file observer.h.
STAILQ_HEAD | ( | ObserverList | , |
ObserverNode | |||
) |