Update for deprecations
authorStef Walter <stefw@gnome.org>
Mon, 22 Oct 2012 13:56:23 +0000 (15:56 +0200)
committerStef Walter <stefw@gnome.org>
Mon, 22 Oct 2012 13:56:23 +0000 (15:56 +0200)
 * Remove old version checks for new stable dependencies
 * g_type_init() has been deprecated in glib 2.35.0

33 files changed:
egg/egg-testing.c
gck/tests/test-gck-attributes.c
gck/tests/test-gck-crypto.c
gck/tests/test-gck-enumerator.c
gck/tests/test-gck-module.c
gck/tests/test-gck-modules.c
gck/tests/test-gck-object.c
gck/tests/test-gck-session.c
gck/tests/test-gck-slot.c
gck/tests/test-gck-uri.c
gcr/gcr-prompter-tool.c
gcr/gcr-unlock-renderer.c
gcr/gcr-viewer-tool.c
gcr/tests/frob-parser.c
gcr/tests/test-certificate-chain.c
gcr/tests/test-certificate.c
gcr/tests/test-filter-collection.c
gcr/tests/test-fingerprint.c
gcr/tests/test-gnupg-collection.c
gcr/tests/test-gnupg-key.c
gcr/tests/test-gnupg-process.c
gcr/tests/test-memory-icon.c
gcr/tests/test-openpgp.c
gcr/tests/test-openssh.c
gcr/tests/test-parser.c
gcr/tests/test-pkcs11-certificate.c
gcr/tests/test-record.c
gcr/tests/test-secret-exchange.c
gcr/tests/test-simple-certificate.c
gcr/tests/test-subject-public-key.c
gcr/tests/test-system-prompt.c
gcr/tests/test-trust.c
gcr/tests/test-util.c

index 7633267..2f7aada 100644 (file)
@@ -261,7 +261,9 @@ egg_tests_run_with_loop (void)
        GMainLoop *loop;
        gpointer ret;
 
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
 
        loop = g_main_loop_new (NULL, FALSE);
        wait_condition = g_cond_new ();
@@ -281,7 +283,6 @@ egg_tests_run_with_loop (void)
 
        return GPOINTER_TO_INT (ret);
 }
-<<<<<<< HEAD
 #endif
 
 
index 04ae70e..7be1cb6 100644 (file)
@@ -1276,7 +1276,9 @@ test_find_attributes (void)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add_func ("/gck/value/to_boolean", test_value_to_boolean);
index d26ccf9..c70a765 100644 (file)
@@ -646,7 +646,9 @@ null_log_handler (const gchar *log_domain, GLogLevelFlags log_level,
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_set_prgname ("test-gck-crypto");
index 2d5df63..bbbea5f 100644 (file)
@@ -601,7 +601,9 @@ test_chained (Test *test,
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_set_prgname ("test-gck-enumerator");
index 2a1d3a1..99d2d61 100644 (file)
@@ -164,7 +164,9 @@ test_module_info (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add_func ("/gck/module/initialize_async", test_initialize_async);
index e212d1c..80cdb95 100644 (file)
@@ -191,7 +191,9 @@ test_enumerate_uri (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add ("/gck/modules/enumerate_objects", Test, NULL, setup, test_enumerate_objects, teardown);
index e0cdfd3..9cd316d 100644 (file)
@@ -398,7 +398,9 @@ test_find_objects (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add ("/gck/object/object_props", Test, NULL, setup, test_object_props, teardown);
index 438a361..f23a832 100644 (file)
@@ -497,7 +497,9 @@ test_auto_login (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_set_prgname ("test-gck-session");
index 3048026..a8f66db 100644 (file)
@@ -242,7 +242,9 @@ test_token_info_match_different (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add ("/gck/slot/slot_info", Test, NULL, setup, test_slot_info, teardown);
index 8c733d3..db44442 100644 (file)
@@ -525,7 +525,9 @@ null_log_handler (const gchar *log_domain, GLogLevelFlags log_level,
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        /* Suppress these messages in tests */
index e888b41..093aec4 100644 (file)
@@ -210,7 +210,9 @@ main (int argc, char *argv[])
        guint system_owner_id;
        guint private_owner_id;
 
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        gtk_init (&argc, &argv);
 
 #ifdef HAVE_LOCALE_H
index 0038e82..127c448 100644 (file)
@@ -121,9 +121,7 @@ _gcr_unlock_renderer_init (GcrUnlockRenderer *self)
        gtk_box_pack_start (GTK_BOX (box), GTK_WIDGET (self->pv->entry), TRUE, FALSE, 0);
        gtk_widget_show (GTK_WIDGET (self->pv->entry));
        g_object_unref (buffer);
-#if GTK_CHECK_VERSION (3,1,1)
        gtk_entry_set_placeholder_text (self->pv->entry, _("Password"));
-#endif
 
        button = gtk_button_new_with_label (_("Unlock"));
        gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
index 1ca34f9..ad4368c 100644 (file)
@@ -87,7 +87,9 @@ main (int argc, char *argv[])
        GError *error = NULL;
        GtkWindow *window;
 
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
 
 #ifdef HAVE_LOCALE_H
        /* internationalisation */
index 2ed392a..7061a5f 100644 (file)
@@ -79,7 +79,9 @@ main(int argc, char *argv[])
        const gchar *filename;
        gchar *path;
 
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_set_prgname ("frob-parser");
 
        if (argc != 2) {
index fe49fb8..cbeaeb9 100644 (file)
@@ -633,7 +633,9 @@ test_with_anchor_error_async (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-certificate-chain");
 
index ddab791..a90bd1d 100644 (file)
@@ -269,7 +269,9 @@ test_basic_constraints (Test *test,
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-certificate");
 
index ac63051..8520bff 100644 (file)
@@ -261,7 +261,9 @@ test_add_remove (Test *test,
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-filter-collection");
 
index ba90f54..d817412 100644 (file)
@@ -199,7 +199,9 @@ test_dsa (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add ("/gcr/fingerprint/rsa", Test, NULL, setup, test_rsa, teardown);
index 4f6d854..55b518d 100644 (file)
@@ -210,7 +210,9 @@ test_reload (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-gnupg-collection");
 
index 8fa1770..c31c264 100644 (file)
@@ -211,7 +211,9 @@ test_secret_mismatched_keyid (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add ("/gcr/gnupg-key/label", Test, NULL, setup, test_label, teardown);
index b68cd40..aa18c01 100644 (file)
@@ -556,7 +556,9 @@ test_run_and_cancel_later (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-gnupg-process");
 
index 2cda798..bbcacae 100644 (file)
@@ -202,7 +202,9 @@ test_load_async (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add ("/gcr/memory-icon/equal_same", Test, NULL, setup, test_equal_same, teardown);
index 0645a08..c221e94 100644 (file)
@@ -337,7 +337,9 @@ main (int argc, char **argv)
        guint i;
        gchar *test_path;
 
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-openpgp");
 
index 376efe0..6347359 100644 (file)
@@ -195,7 +195,9 @@ test_parse_v2_options (Test *test,
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-gnupg-process");
 
index 18164a0..8b8b186 100644 (file)
@@ -211,7 +211,9 @@ main (int argc, char **argv)
        gchar *test;
        int ret;
 
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-parser");
 
index d1885ea..16572a8 100644 (file)
@@ -269,7 +269,9 @@ test_lookup_certificate_issuer_fail_async (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-pkcs11-certificate");
 
index cfb6593..79c0829 100644 (file)
@@ -269,7 +269,9 @@ test_boxed (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add_func ("/gcr/record/parse_colons", test_parse_colons);
index ea26d15..7c7fd5b 100644 (file)
@@ -153,7 +153,9 @@ test_perform_multiple (Test *test,
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-secret-exchange");
 
index eae162b..3a0344e 100644 (file)
@@ -91,7 +91,9 @@ test_new_static (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-simple-certificate");
 
index 594d3a4..eb06ec2 100644 (file)
@@ -681,7 +681,9 @@ main (int argc, char **argv)
        gint ret;
        guint i;
 
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        test_names = g_ptr_array_new_with_free_func (g_free);
index 944d773..d0450b5 100644 (file)
@@ -547,7 +547,9 @@ test_close_cancels (Test *test,
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-system-prompt");
 
index 9f003be..e650e05 100644 (file)
@@ -309,7 +309,9 @@ test_is_certificate_anchored_async (Test *test, gconstpointer unused)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
        g_set_prgname ("test-trust");
 
index 96819ac..3e40e56 100644 (file)
@@ -101,7 +101,9 @@ test_parse_lines_dos (void)
 int
 main (int argc, char **argv)
 {
+#if !GLIB_CHECK_VERSION(2,35,0)
        g_type_init ();
+#endif
        g_test_init (&argc, &argv, NULL);
 
        g_test_add_func ("/gcr/util/test_parse_lines", test_parse_lines);