Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| api_documentation [2021/01/26 09:04] – [GLib] kevinbowen | api_documentation [2024/12/13 00:21] (current) – Updated GTK URLs kevinbowen | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| * [[https:// | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ---- | ---- | ||
| Line 36: | Line 34: | ||
| * [[https:// | * [[https:// | ||
| - | * [[http:// | ||
| - | * [[https:// | ||
| ---- | ---- | ||
| Line 46: | Line 42: | ||
| * [[https:// | * [[https:// | ||
| - | * [[http:// | ||
| - | * [[https:// | ||
| ---- | ---- | ||
| Line 56: | Line 50: | ||
| * [[https:// | * [[https:// | ||
| - | * [[http:// | ||
| - | * [[https:// | ||
| ---- | ---- | ||
| Line 66: | Line 58: | ||
| * [[https:// | * [[https:// | ||
| - | * [[http:// | ||
| - | * [[https:// | ||
| ---- | ---- | ||
| Line 76: | Line 66: | ||
| * [[https:// | * [[https:// | ||
| - | * [[https:// | ||
| - | | ||
| ---- | ---- | ||
| Line 86: | Line 74: | ||
| * [[https:// | * [[https:// | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| Line 100: | Line 86: | ||
| GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, | GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, | ||
| - | * [[https://developer.gnome.org/glib/stable/|GLib documentation - Stable release]] | + | * [[https://docs.gtk.org/ |
| - | * [[https:// | + | |
| ==== GIO ==== | ==== GIO ==== | ||
| Line 107: | Line 92: | ||
| GIO provides a modern and easy-to-use VFS API. It provides a file system abstraction which allows applications to access local and remote files with a single consistent API. | GIO provides a modern and easy-to-use VFS API. It provides a file system abstraction which allows applications to access local and remote files with a single consistent API. | ||
| - | * [[https://developer.gnome.org/gio/stable/|GIO]] | + | * [[https://docs.gtk.org/ |
| ==== GDK ==== | ==== GDK ==== | ||
| Line 113: | Line 98: | ||
| GDK is an intermediate layer which isolates GTK+ from the details of the windowing system. | GDK is an intermediate layer which isolates GTK+ from the details of the windowing system. | ||
| - | * [[https://developer.gnome.org/gdk3/stable/|GDK]] | + | * [[https://docs.gtk.org/ |
| ==== GTK+ ==== | ==== GTK+ ==== | ||
| Line 119: | Line 104: | ||
| GTK+ is the primary library used to construct user interfaces in GNOME applications. It provides user interface controls and signal callbacks to control user interfaces. | GTK+ is the primary library used to construct user interfaces in GNOME applications. It provides user interface controls and signal callbacks to control user interfaces. | ||
| - | * [[https://developer.gnome.org/gtk3/stable/|GTK+]] | + | * [[https://docs.gtk.org/ |
| [[|Back to Top]] | [[|Back to Top]] | ||
| Line 135: | Line 120: | ||
| Tutorials for getting started with GTK+ are available at: | Tutorials for getting started with GTK+ are available at: | ||
| - | * [[https://developer.gnome.org/gtk3/stable/ | + | * [[https://docs.gtk.org/ |