Lines Matching full:error
43 GError *error;
45 error = NULL;
54 icon2 = g_icon_new_for_string (data, &error);
55 g_assert_no_error (error);
67 icon2 = g_icon_new_for_string (data, &error);
68 g_assert_no_error (error);
80 icon2 = g_icon_new_for_string (data, &error);
81 g_assert_no_error (error);
94 icon2 = g_icon_new_for_string (data, &error);
95 g_assert_no_error (error);
106 icon2 = g_icon_new_for_string (data, &error);
107 g_assert_no_error (error);
114 icon = g_icon_new_for_string ("network-server%", &error);
115 g_assert_no_error (error);
121 icon = g_icon_new_for_string ("/path/to/somewhere.png", &error);
122 g_assert_no_error (error);
130 icon = g_icon_new_for_string ("/path/to/somewhere with whitespace.png", &error);
131 g_assert_no_error (error);
147 icon = g_icon_new_for_string ("sftp:///path/to/somewhere.png", &error);
148 g_assert_no_error (error);
160 icon = g_icon_new_for_string ("sftp:///path/to/somewhere with whitespace.png", &error);
161 g_assert_no_error (error);
183 icon2 = g_icon_new_for_string (data, &error);
184 g_assert_no_error (error);
193 icon2 = g_icon_new_for_string (data, &error);
194 g_assert_no_error (error);
203 icon2 = g_icon_new_for_string (data, &error);
204 g_assert_no_error (error);
223 icon5 = g_icon_new_for_string (data, &error);
224 g_assert_no_error (error);