From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/gcc~13/gnu-objective-c-runtime-api.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/gcc~13/gnu-objective-c-runtime-api.html (limited to 'devdocs/gcc~13/gnu-objective-c-runtime-api.html') diff --git a/devdocs/gcc~13/gnu-objective-c-runtime-api.html b/devdocs/gcc~13/gnu-objective-c-runtime-api.html deleted file mode 100644 index 090deb69..00000000 --- a/devdocs/gcc~13/gnu-objective-c-runtime-api.html +++ /dev/null @@ -1,6 +0,0 @@ -

8.1 GNU Objective-C Runtime API

This section is specific for the GNU Objective-C runtime. If you are using a different runtime, you can skip it.

The GNU Objective-C runtime provides an API that allows you to interact with the Objective-C runtime system, querying the live runtime structures and even manipulating them. This allows you for example to inspect and navigate classes, methods and protocols; to define new classes or new methods, and even to modify existing classes or protocols.

If you are using a “Foundation” library such as GNUstep-Base, this library will provide you with a rich set of functionality to do most of the inspection tasks, and you probably will only need direct access to the GNU Objective-C runtime API to define new classes or methods.

-

- © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
- https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/GNU-Objective-C-runtime-API.html -

-
-- cgit v1.2.3