treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / ui / gui / psppire-dialog.h
index 29381261bf4c134c5b7ba062b841c1bc4f42776e..012a3e8944db19091502ba0ef58bcbe302c8f1c6 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-
 #ifndef __PSPPIRE_DIALOG_H__
 #define __PSPPIRE_DIALOG_H__
 
-
 #include <glib.h>
 #include <glib-object.h>
 #include <gtk/gtk.h>
@@ -74,14 +72,13 @@ void           psppire_dialog_close           (PsppireDialog *);
 gint           psppire_dialog_run             (PsppireDialog *);
 void           psppire_dialog_set_valid_predicate (PsppireDialog *,
                                                   ContentsAreValid,
-                                                  gpointer );
+                                                  gpointer);
 void           psppire_dialog_set_accept_predicate (PsppireDialog *,
                                                     ContentsAreValid,
-                                                    gpointer );
+                                                    gpointer);
 gboolean       psppire_dialog_is_acceptable (const PsppireDialog *);
 void           psppire_dialog_notify_change (PsppireDialog *);
 
 G_END_DECLS
 
 #endif /* __PSPPIRE_DIALOG_H__ */
-