| Advanced Gtk+ Sequencer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <ags/object/ags_packable.h> typedef AgsPackable; struct AgsPackableInterface;gboolean ags_packable_pack (AgsPackable *packable,);GObject *containergboolean ags_packable_unpack (AgsPackable *packable);
The AgsPackable interface gives you a unique access to recalls to be packed into a AgsRecallContainer.
struct AgsPackableInterface {
GTypeInterface interface;
gboolean (*pack)(AgsPackable *packable, GObject *container);
gboolean (*unpack)(AgsPackable *packable);
};
gboolean ags_packable_pack (AgsPackable *packable,);GObject *container
Pack to container.
|
the AgsPackable |
Returns : |
TRUE |
Since 0.4
gboolean ags_packable_unpack (AgsPackable *packable);
Unpack of container.
|
the AgsPackable |
Returns : |
TRUE |
Since 0.4