첫 페이지 뒤로 다음 마지막 페이지 개요 그림
GLib & GObject
GLib
- fundamentals: basic types and macros
- core application support: event loop
- utilities: thread, string, scanner, xml parser...
- data types: linked list, hash table, tree ...
- Pleasant, Convenient and Portable
GObject
- generic type system
- fundamental type implementations
- signal system & notification mechanism
- parameter/value system
- Easy to Map (into Other Languages) Object Oriented Framework for C
메모: