X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkappchooserdialog.h;h=c1dcda32eda2444fdfba0d0584316b16040b563d;hb=HEAD;hp=30f092e65287978e800289f584d811d2f5065139;hpb=a7bcb8a4d73d39f8c991aa2110764343575f0c08;p=~andy%2Fgtk diff --git a/gtk/gtkappchooserdialog.h b/gtk/gtkappchooserdialog.h index 30f092e65..c1dcda32e 100644 --- a/gtk/gtkappchooserdialog.h +++ b/gtk/gtkappchooserdialog.h @@ -15,25 +15,25 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with the Gnome Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . * * Authors: Dave Camp * Alexander Larsson * Cosimo Cecchi */ +#ifndef __GTK_APP_CHOOSER_DIALOG_H__ +#define __GTK_APP_CHOOSER_DIALOG_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_APP_CHOOSER_DIALOG_H__ -#define __GTK_APP_CHOOSER_DIALOG_H__ - #include #include +G_BEGIN_DECLS + #define GTK_TYPE_APP_CHOOSER_DIALOG (gtk_app_chooser_dialog_get_type ()) #define GTK_APP_CHOOSER_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_APP_CHOOSER_DIALOG, GtkAppChooserDialog)) #define GTK_APP_CHOOSER_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_APP_CHOOSER_DIALOG, GtkAppChooserDialogClass)) @@ -73,4 +73,6 @@ void gtk_app_chooser_dialog_set_heading (GtkAppChooserDialog * const gchar *heading); const gchar * gtk_app_chooser_dialog_get_heading (GtkAppChooserDialog *self); +G_END_DECLS + #endif /* __GTK_APP_CHOOSER_DIALOG_H__ */