|
pnmixer
Volume mixer for the system tray
|
Header for ui-hotkey-dialog.c. More...
#include <gtk/gtk.h>
Go to the source code of this file.
Typedefs | |
| typedef struct hotkey_dialog | HotkeyDialog |
Functions | |
| HotkeyDialog * | hotkey_dialog_create (GtkWindow *parent, const gchar *hotkey) |
| void | hotkey_dialog_destroy (HotkeyDialog *dialog) |
| gchar * | hotkey_dialog_run (HotkeyDialog *dialog) |
Header for ui-hotkey-dialog.c.
Header for ui-hotkey-dialog.c.
Definition in file ui-hotkey-dialog.h.
| typedef struct hotkey_dialog HotkeyDialog |
Definition at line 22 of file ui-hotkey-dialog.h.
| HotkeyDialog* hotkey_dialog_create | ( | GtkWindow * | parent, |
| const gchar * | hotkey | ||
| ) |
Creates a new hotkey dialog.
| parent | a GtkWindow to be used as the parent. |
| hotkey | the hotkey concerned. |
Definition at line 222 of file ui-hotkey-dialog.c.
| void hotkey_dialog_destroy | ( | HotkeyDialog * | dialog | ) |
Destroys a hotkey dialog, freeing any resources.
| dialog | a HotkeyDialog instance. |
Definition at line 206 of file ui-hotkey-dialog.c.
| gchar* hotkey_dialog_run | ( | HotkeyDialog * | dialog | ) |
Runs the hotkey dialog, and returns a string representing the hotkey that has been pressed. String must be freed.
| dialog | a HotkeyDialog instance. |
Definition at line 130 of file ui-hotkey-dialog.c.
1.8.14