SF.net SVN: geany: [1472] trunk/src/dialogs.h

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Apr 23 12:30:28 UTC 2007


Revision: 1472
          http://svn.sourceforge.net/geany/?rev=1472&view=rev
Author:   ntrel
Date:     2007-04-23 05:30:27 -0700 (Mon, 23 Apr 2007)

Log Message:
-----------
Add printf format check for dialogs_show_msgbox().

Modified Paths:
--------------
    trunk/src/dialogs.h

Modified: trunk/src/dialogs.h
===================================================================
--- trunk/src/dialogs.h	2007-04-22 20:53:43 UTC (rev 1471)
+++ trunk/src/dialogs.h	2007-04-23 12:30:27 UTC (rev 1472)
@@ -53,6 +53,6 @@
 gboolean dialogs_show_question_full(const gchar *yes_btn, const gchar *no_btn,
 	const gchar *extra_text, const gchar *main_text, ...) G_GNUC_PRINTF (4, 5);
 
-void dialogs_show_msgbox(gint type, const gchar *text, ...);
+void dialogs_show_msgbox(gint type, const gchar *text, ...) G_GNUC_PRINTF (2, 3);
 
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list