#include <common/main.h>
#include <libaegis/gstate.h>
Go to the source code of this file.
Functions | |
void | gonzo_gstate_write (void) |
void | gonzo_library_append (const char *path) |
struct string_ty * | gonzo_project_home_path_from_name (struct string_ty *) |
void | gonzo_project_list (struct string_list_ty *result) |
void | gonzo_project_list_user (const nstring &, nstring_list &result) |
void | gonzo_project_add (struct project_ty *) |
void | gonzo_project_delete (struct project_ty *) |
void | gonzo_gstate_lock_prepare_new (void) |
string_ty * | gonzo_lockpath_get (void) |
nstring | gonzo_ustate_path (const nstring &project_name, const nstring &user_name) |
void | gonzo_become (void) |
void | gonzo_become_undo (void) |
void | gonzo_report_path (struct string_list_ty *) |
void | gonzo_alias_add (struct project_ty *, string_ty *) |
void | gonzo_alias_delete (string_ty *) |
void | gonzo_alias_list (struct string_list_ty *) |
struct string_ty * | gonzo_alias_to_actual (string_ty *) |
int | gonzo_alias_acceptable (string_ty *) |
int gonzo_alias_acceptable | ( | string_ty * | ) |
void gonzo_alias_add | ( | struct project_ty * | , | |
string_ty * | ||||
) |
void gonzo_alias_delete | ( | string_ty * | ) |
void gonzo_alias_list | ( | struct string_list_ty * | ) |
void gonzo_become | ( | void | ) |
void gonzo_become_undo | ( | void | ) |
void gonzo_gstate_lock_prepare_new | ( | void | ) |
void gonzo_gstate_write | ( | void | ) |
void gonzo_library_append | ( | const char * | path | ) |
string_ty* gonzo_lockpath_get | ( | void | ) |
void gonzo_project_add | ( | struct project_ty * | ) |
void gonzo_project_delete | ( | struct project_ty * | ) |
void gonzo_project_list | ( | struct string_list_ty * | result | ) |
void gonzo_project_list_user | ( | const nstring & | , | |
nstring_list & | result | |||
) |
void gonzo_report_path | ( | struct string_list_ty * | ) |