![]() |
![]() |
![]() |
libSqueeze Reference Manual | ![]() |
---|---|---|---|---|
LSQArchiveCommand; GType lsq_archive_command_get_type (void); LSQArchiveCommand* lsq_archive_command_new (const gchar *comment, LSQArchive *archive, LSQCommandFunc exec_command); gboolean lsq_archive_command_stop (LSQArchiveCommand *command);
typedef struct { GObject parent; GQuark domain; gchar *comment; LSQArchive *archive; GError *error; gboolean running; gboolean safe; gpointer user_data; LSQCommandFunc execute; LSQCommandFunc stop; } LSQArchiveCommand;
LSQArchiveCommand* lsq_archive_command_new (const gchar *comment, LSQArchive *archive, LSQCommandFunc exec_command);
comment : |
|
archive : |
|
exec_command : |
|
Returns : |
gboolean lsq_archive_command_stop (LSQArchiveCommand *command);
command : |
|
Returns : | TRUE on success, FALSE if the command is not running |