Home | History | Annotate | Download | only in tests

Lines Matching defs:location

41   GFile *location;
50 location = g_file_new_for_uri (uri);
51 icon = g_file_icon_new (location);
60 g_object_unref (location);
63 location = g_file_new_for_uri (uri);
64 icon = g_file_icon_new (location);
73 g_object_unref (location);
76 location = g_file_new_for_uri (uri);
77 icon = g_file_icon_new (location);
86 g_object_unref (location);
90 location = g_file_new_for_uri (uri);
91 icon = g_file_icon_new (location);
100 g_object_unref (location);
123 location = g_file_new_for_commandline_arg ("/path/to/somewhere.png");
124 icon2 = g_file_icon_new (location);
128 g_object_unref (location);
135 location = g_file_new_for_commandline_arg ("/path/to/somewhere with whitespace.png");
136 icon2 = g_file_icon_new (location);
138 g_object_unref (location);
140 location = g_file_new_for_commandline_arg ("/path/to/somewhere%20with%20whitespace.png");
141 icon2 = g_file_icon_new (location);
143 g_object_unref (location);
152 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere.png");
153 icon2 = g_file_icon_new (location);
157 g_object_unref (location);
165 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere with whitespace.png");
166 icon2 = g_file_icon_new (location);
168 g_object_unref (location);
170 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere%20with%20whitespace.png");
171 icon2 = g_file_icon_new (location);
173 g_object_unref (location);
215 location = g_file_new_for_uri ("file:///some/path/somewhere.png");
216 icon3 = g_file_icon_new (location);
217 g_object_unref (location);