Class
FoundryBuildTarget
Description [src]
abstract class Foundry.BuildTarget : GObject.Object
{
/* No available fields */
}
Abstract base class representing a singular build target.
Build systems may export information about possible build targets and to allow reaching a certain target.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct FoundryBuildTargetClass {
GObjectClass parent_class;
char* (* dup_id) (
FoundryBuildTarget* self
);
char* (* dup_title) (
FoundryBuildTarget* self
);
}
No description available.
Class members
parent_class: GObjectClassNo description available.
dup_id: char* (* dup_id) ( FoundryBuildTarget* self )No description available.
dup_title: char* (* dup_title) ( FoundryBuildTarget* self )No description available.