SbuildError

SbuildError — GError typebuiltins

Synopsis




typedef     SbuildErrorPointer;
#define     SBUILD_TYPE_ERROR
#define     SBUILD_TYPE_ERROR_POINTER

Description

GError is not registered as a GType. Here, it is registered as a GBoxed boxed type, and GError* is also boxed, for use as an out parameter in callbacks. Hopefully this will someday be included in libgobect itself. See glib bug 300610 (http://bugzilla.gnome.org/show_bug.cgi?id=300610)

Details

SbuildErrorPointer

typedef GError *SbuildErrorPointer;

A typedef to represent a pointer to a GError. This should probably not need to be used in user code; it is mainly useful for gtk-doc signal documentation through type introspection.


SBUILD_TYPE_ERROR

#define SBUILD_TYPE_ERROR (sbuild_error_get_type ())

Get the GType for a GError.


SBUILD_TYPE_ERROR_POINTER

#define SBUILD_TYPE_ERROR_POINTER (sbuild_error_pointer_get_type ())

Get the GType for an SbuildErrorPointer (GError *).