X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=gtk%2Fgtkdialog.h;h=1d941c7ef1dd5936b46947fa2607526f831867f3;hb=b2340254109d8599244c875fe7bc5e234f64da08;hp=ab1d143e2d1088ef0c7b0eb08a5a0954ac92f35e;hpb=c00914967081d1f040a3e15f0aeb3067f8191632;p=~andy%2Fgtk diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index ab1d143e2..1d941c7ef 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; 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 . */ /* @@ -24,14 +22,14 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only can be included directly." -#endif - #ifndef __GTK_DIALOG_H__ #define __GTK_DIALOG_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + #include @@ -138,7 +136,7 @@ GtkWidget* gtk_dialog_new_with_buttons (const gchar *title, GtkWindow *parent, GtkDialogFlags flags, const gchar *first_button_text, - ...); + ...) G_GNUC_NULL_TERMINATED; void gtk_dialog_add_action_widget (GtkDialog *dialog, GtkWidget *child,