Class
GimpResource
Description [src]
abstract class Gimp.Resource : GObject.Object {
parent_instance: GObject
}
Functions to manipulate resources.
Functions
gimp_resource_get_by_id
Returns a GimpResource
representing resource_id
. Since GimpResource
is an
abstract class, the real object type will actually be the proper subclass.
Available since: 3.0
gimp_resource_get_by_name
Returns the resource with the given resource_type
and
resource_name
.
Available since: 3.0
gimp_resource_select_destroy
No description available.
gimp_resource_select_new
Invoke a resource chooser dialog which may call callback
with the chosen
resource and owner’s data
.
gimp_resource_select_set
No description available.
Instance methods
gimp_resource_rename
Renames a resource. When the name is in use, renames to a unique name.
Available since: 3.0
Properties
Gimp.Resource:id
No description available.
Signals
Signals inherited from GObject (1)
GObject.Object::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 GimpResourceClass {
GObjectClass parent_class;
void (* _gimp_reserved1) (
void
);
void (* _gimp_reserved2) (
void
);
void (* _gimp_reserved3) (
void
);
void (* _gimp_reserved4) (
void
);
void (* _gimp_reserved5) (
void
);
void (* _gimp_reserved6) (
void
);
void (* _gimp_reserved7) (
void
);
void (* _gimp_reserved8) (
void
);
}
Class members
parent_class |
|
No description available. | |
_gimp_reserved1 |
|
No description available. | |
_gimp_reserved2 |
|
No description available. | |
_gimp_reserved3 |
|
No description available. | |
_gimp_reserved4 |
|
No description available. | |
_gimp_reserved5 |
|
No description available. | |
_gimp_reserved6 |
|
No description available. | |
_gimp_reserved7 |
|
No description available. | |
_gimp_reserved8 |
|
No description available. |