Home
last modified time | relevance | path

Searched refs:appid (Results 1 – 9 of 9) sorted by relevance

/third_party/python/PC/layout/support/
Dappxmanifest.py265 def _get_app(xml, appid): argument
266 if appid:
268 "m:Applications/m:Application[@Id='{}']".format(appid), APPXMANIFEST_NS
271 raise LookupError(appid)
277 def add_visual(xml, appid, data): argument
278 app = _get_app(xml, appid)
285 def add_alias(xml, appid, alias, subsystem="windows"): argument
286 app = _get_app(xml, appid)
294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): argument
295 app = _get_app(xml, appid)
[all …]
/third_party/glib/gio/
Dgapplicationimpl-dbus.c310 application_path_from_appid (const gchar *appid) in application_path_from_appid() argument
314 if (appid == NULL) in application_path_from_appid()
318 appid_path = g_strconcat ("/", appid, NULL); in application_path_from_appid()
588 const gchar *appid, in g_application_impl_register() argument
598 g_assert ((flags & G_APPLICATION_NON_UNIQUE) || appid != NULL); in g_application_impl_register()
607 impl->bus_name = appid; in g_application_impl_register()
620 impl->object_path = application_path_from_appid (appid); in g_application_impl_register()
642 "Unable to acquire bus name '%s'", appid); in g_application_impl_register()
Dgapplicationimpl.h17 const gchar *appid,
Dgdesktopappinfo.c2914 object_path_from_appid (const gchar *appid) in object_path_from_appid() argument
2918 appid_path = g_strconcat ("/", appid, NULL); in object_path_from_appid()
/third_party/curl/lib/vtls/
Dgskit.c455 gsk_handle *envir, const char *appid, in init_environment() argument
477 if(!result && appid) in init_environment()
478 result = set_buffer(data, h, GSK_OS400_APPLICATION_ID, appid, FALSE); in init_environment()
/third_party/glib/gio/tests/
Dgapplication.c424 appid (void) in appid() function
1137 g_test_add_func ("/gapplication/app-id", appid); in main()
/third_party/typescript/lib/
Dlib.dom.d.ts157 appid?: string; property
164 appid?: boolean; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts137 appid?: string; property
144 appid?: boolean; property
/third_party/glib/
DNEWS5924 - Set prgname to appid for services