diff options
author | Tim Janik <timj@gtk.org> | 1998-08-17 02:41:42 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-08-17 02:41:42 +0000 |
commit | 2b7f8016b5f16d347e077c3e1c43724c0e9450e3 (patch) | |
tree | 11f51033021c2a130f5d3f5b9675dd6d3d259a6e /gtk/gtkmain.h | |
parent | 7b9b0ab0fa4ee937c4eccecde09f73883ae86d9a (diff) | |
download | gtk+-2b7f8016b5f16d347e077c3e1c43724c0e9450e3.tar.gz |
feature a new commandline option --gtk-with-module=<module> that allows
Mon Aug 17 03:47:55 1998 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (gtk_init): feature a new commandline option
--gtk-with-module=<module> that allows additional loading and
initialization of modules (e.g. GLE).
Diffstat (limited to 'gtk/gtkmain.h')
-rw-r--r-- | gtk/gtkmain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h index abbf5f4284..05aa261ac1 100644 --- a/gtk/gtkmain.h +++ b/gtk/gtkmain.h @@ -34,6 +34,8 @@ extern "C" { #define GTK_PRIORITY_DEFAULT 0 #define GTK_PRIORITY_LOW 10 +typedef void (*GtkModuleInitFunc) (gint *argc, + gchar ***argv); typedef gint (*GtkKeySnoopFunc) (GtkWidget *grab_widget, GdkEventKey *event, gpointer func_data); |