#include <stdlib.h>
#include <string.h>
#include <X11/ICE/ICElib.h>
#include <X11/SM/SMlib.h>
#include <glib.h>
#include "client.h"
#include "util.h"
Definizioni | |
| #define | CLIENT_ERROR_NOSUCHCOMMAND 1 |
Funzioni | |
| Client * | client_new (SmsConn smsConn) |
| void | client_free (Client *client) |
| gboolean | client_save (const Client *client, FILE *fp) |
| Client * | client_load (FILE *fp) |
| static SmProp * | client_get_property (const Client *client, const gchar *name) |
| gchar * | client_get_current_directory (const Client *client) |
| gchar * | client_get_program (const Client *client) |
| gchar * | client_get_userid (const Client *client) |
| gchar ** | client_get_restart_command (const Client *client) |
| gchar ** | client_get_command (const Client *client, const gchar *command) |
| gboolean | client_run_command (const Client *client, const gchar *command, GError **error) |
| gint | client_get_priority (const Client *client) |
| gint | client_get_restart_style_hint (const Client *client) |
| gint | client_compare_priority (const Client *a, const Client *b) |
| void | client_kill (const Client *client) |
Variabili | |
| static GQuark | clientErrorDomain = 0 |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.6