mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove gnc_options_dialog bindings from gnome-utils.i.
They're unused.
This commit is contained in:
parent
0ea2a8f883
commit
0b77641e9f
@ -24,7 +24,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <dialog-options.h>
|
|
||||||
#include <dialog-utils.h>
|
#include <dialog-utils.h>
|
||||||
#include <gnc-amount-edit.h>
|
#include <gnc-amount-edit.h>
|
||||||
#include <gnc-date-edit.h>
|
#include <gnc-date-edit.h>
|
||||||
@ -49,13 +48,6 @@ SCM scm_init_sw_gnome_utils_module (void);
|
|||||||
|
|
||||||
%import "base-typemaps.i"
|
%import "base-typemaps.i"
|
||||||
|
|
||||||
GNCOptionWin * gnc_options_dialog_new(gchar *title, GtkWindow* parent);
|
|
||||||
void gnc_options_dialog_destroy(GNCOptionWin * win);
|
|
||||||
void gnc_options_dialog_build_contents(GNCOptionWin *propertybox,
|
|
||||||
GNCOptionDB *odb);
|
|
||||||
void gnc_options_dialog_set_scm_callbacks (GNCOptionWin *win,
|
|
||||||
SCM apply_cb, SCM close_cb);
|
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
gnc_verify_dialog (GtkWindow *parent, gboolean yes_is_default,
|
gnc_verify_dialog (GtkWindow *parent, gboolean yes_is_default,
|
||||||
const gchar *format, ...);
|
const gchar *format, ...);
|
||||||
|
Loading…
Reference in New Issue
Block a user