![]() | ![]() | ![]() | liblivejournal Reference Manual | ![]() |
---|
enum LJConsoleLineType; typedef LJConsoleLine; typedef LJConsoleCommand; LJConsoleCommand* lj_consolecommand_new (LJUser *user, const char *command); void lj_consolecommand_free (LJConsoleCommand *consolecommand);
typedef enum { LJ_CONSOLE_LINE_TYPE_UNKNOWN, LJ_CONSOLE_LINE_TYPE_INFO, LJ_CONSOLE_LINE_TYPE_ERROR } LJConsoleLineType;
typedef struct { LJVerb verb; int linecount; LJConsoleLine *lines; } LJConsoleCommand;
LJConsoleCommand* lj_consolecommand_new (LJUser *user, const char *command);
user : | |
command : | |
Returns : |
|
void lj_consolecommand_free (LJConsoleCommand *consolecommand);
consolecommand : |
|
<<< checkfriends | editfriendgroups >>> |