Go to the source code of this file.
Defines | |
| #define | _(x) dgettext (GETTEXT_PACKAGE, x) |
| #define | N_(x) x |
Functions | |
| static void | send_restart (void) |
| static void | send_reload_theme (void) |
| static void | send_set_keybindings (gboolean enabled) |
| static void | send_toggle_verbose (void) |
| static void | usage (void) |
| int | main (int argc, char **argv) |
| #define _ | ( | x | ) | dgettext (GETTEXT_PACKAGE, x) |
Definition at line 29 of file metacity-message.c.
| #define N_ | ( | x | ) | x |
Definition at line 30 of file metacity-message.c.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 156 of file metacity-message.c.
References _, FALSE, send_reload_theme(), send_restart(), send_set_keybindings(), send_toggle_verbose(), TRUE, and usage().
| static void send_reload_theme | ( | void | ) | [static] |
| static void send_restart | ( | void | ) | [static] |
| static void send_set_keybindings | ( | gboolean | enabled | ) | [static] |
| static void send_toggle_verbose | ( | void | ) | [static] |
| static void usage | ( | void | ) | [static] |
1.5.5