pnmixer
Volume mixer for the system tray
|
header for ui-about-dialog.c. More...
#include <gtk/gtk.h>
Go to the source code of this file.
Typedefs | |
typedef struct about_dialog | AboutDialog |
Functions | |
AboutDialog * | about_dialog_create (GtkWindow *parent) |
void | about_dialog_destroy (AboutDialog *dialog) |
void | about_dialog_run (AboutDialog *dialog) |
typedef struct about_dialog AboutDialog |
Definition at line 22 of file ui-about-dialog.h.
AboutDialog* about_dialog_create | ( | GtkWindow * | parent | ) |
Creates the about dialog.
parent | a GtkWindow to be used as the parent. |
Definition at line 78 of file ui-about-dialog.c.
void about_dialog_destroy | ( | AboutDialog * | dialog | ) |
Destroys the about dialog, freeing any resources.
dialog | a AboutDialog instance. |
Definition at line 65 of file ui-about-dialog.c.
void about_dialog_run | ( | AboutDialog * | dialog | ) |
Runs the about dialog.
dialog | a AboutDialog instance. |
Definition at line 52 of file ui-about-dialog.c.