AgsPackable
AgsPackable — packing recalls
|
|
Includes
#include <ags/object/ags_packable.h>
Description
The AgsPackable interface gives you a unique access to recalls
to be packed into a AgsRecallContainer.
Functions
ags_packable_pack ()
gboolean
ags_packable_pack (AgsPackable *packable,
GObject *container);
Pack to container.
Since: 0.4
ags_packable_unpack ()
gboolean
ags_packable_unpack (AgsPackable *packable);
Unpack of container.
Since: 0.4
ags_packable_get_type ()
GType
ags_packable_get_type ();
Types and Values
struct AgsPackableInterface
struct AgsPackableInterface {
GTypeInterface interface;
gboolean (*pack)(AgsPackable *packable, GObject *container);
gboolean (*unpack)(AgsPackable *packable);
};
AGS_TYPE_PACKABLE
#define AGS_TYPE_PACKABLE (ags_packable_get_type())