Home | History | Annotate | Download | only in gio

Lines Matching defs:executable

62   char *executable;
82 g_free (info->executable);
129 info->executable = g_utf16_to_utf8 (buffer, -1, NULL, NULL, NULL);
143 /* TODO: Should look up name from executable resources */
144 if (info->executable)
145 info->name = g_path_get_basename (info->executable);
188 new_info->executable = g_strdup (info->executable);
201 if (info1->executable == NULL ||
202 info2->executable == NULL)
205 return strcmp (info1->executable, info2->executable) == 0;
239 return info->executable;