pnmixer
Volume mixer for the system tray
Data Structures | Macros | Functions
ui-about-dialog.c File Reference

About dialog subsystem. More...

#include <gtk/gtk.h>
#include "support-intl.h"
#include "ui-about-dialog.h"
Include dependency graph for ui-about-dialog.c:

Go to the source code of this file.

Data Structures

struct  about_dialog
 

Macros

#define LICENSE_GPL3
 

Functions

void about_dialog_run (AboutDialog *dialog)
 
void about_dialog_destroy (AboutDialog *dialog)
 
AboutDialogabout_dialog_create (GtkWindow *parent)
 

Detailed Description

About dialog subsystem.

This file holds the ui-related code for the about dialog.

Definition in file ui-about-dialog.c.

Macro Definition Documentation

◆ LICENSE_GPL3

#define LICENSE_GPL3
Value:
"PNMixer is free software; you can redistribute it and/or modify it " \
"under the terms of the GNU General Public License v3 as published " \
"by the Free Software Foundation.\n" \
"\n" \
"PNMixer is distributed in the hope that it will be useful, but " \
"WITHOUT ANY WARRANTY; without even the implied warranty of " \
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. " \
"See the GNU General Public License for more details.\n" \
"\n" \
"You should have received a copy of the GNU General Public License " \
"along with PNMixer; if not, write to the Free Software Foundation, " \
"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."

Definition at line 26 of file ui-about-dialog.c.

Function Documentation

◆ about_dialog_create()

AboutDialog* about_dialog_create ( GtkWindow *  parent)

Creates the about dialog.

Parameters
parenta GtkWindow to be used as the parent.
Returns
the newly created AboutDialog instance.

Definition at line 78 of file ui-about-dialog.c.

◆ about_dialog_destroy()

void about_dialog_destroy ( AboutDialog dialog)

Destroys the about dialog, freeing any resources.

Parameters
dialoga AboutDialog instance.

Definition at line 65 of file ui-about-dialog.c.

◆ about_dialog_run()

void about_dialog_run ( AboutDialog dialog)

Runs the about dialog.

Parameters
dialoga AboutDialog instance.

Definition at line 52 of file ui-about-dialog.c.