summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-12-27 18:31:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-01-19 13:21:12 -0500
commit7e8eb3ddcd29ce9eecb14a56dbfeb0caf64dc772 (patch)
treecbed2138ec25109c8a1543bafbfb43b5c73e3bba /gtk/gtkmain.h
parentb39e537e1cf4ae8c2e488dd80e38d26da7c43b37 (diff)
downloadgtk+-7e8eb3ddcd29ce9eecb14a56dbfeb0caf64dc772.tar.gz
Drop gtk_init_with_args
We want to simplify our initialization code and remove all commandline argument handling from it. The first stop for this is to reduce the number of gtk_init variants we have.
Diffstat (limited to 'gtk/gtkmain.h')
-rw-r--r--gtk/gtkmain.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h
index 3dfcc6c12e..4754395169 100644
--- a/gtk/gtkmain.h
+++ b/gtk/gtkmain.h
@@ -85,14 +85,6 @@ gboolean gtk_init_check (int *argc,
char ***argv);
GDK_AVAILABLE_IN_ALL
-gboolean gtk_init_with_args (gint *argc,
- gchar ***argv,
- const gchar *parameter_string,
- const GOptionEntry *entries,
- const gchar *translation_domain,
- GError **error);
-
-GDK_AVAILABLE_IN_ALL
GOptionGroup *gtk_get_option_group (gboolean open_default_display);
#ifdef G_OS_WIN32