| Anjuta Developers Reference Manual |
|---|
ianjuta-profile —
#define IANJUTA_PROFILE_ERROR struct IAnjutaProfile; struct IAnjutaProfileIface; GQuark ianjuta_profile_error_quark (void); void ianjuta_profile_load (IAnjutaProfile *obj, GError **err);
GInterface +----IAnjutaProfile
IAnjutaProfile requires GObject.
struct IAnjutaProfileIface {
GTypeInterface g_iface;
void (*load) (IAnjutaProfile *obj, GError **err);
};
void ianjuta_profile_load (IAnjutaProfile *obj, GError **err);
fixme
| obj : | Self |
| err : | Error propagation and reporting |
| << ianjuta-message-view | ianjuta-renderable >> |