OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desktop_file
(Results
1 - 4
of
4
) sorted by null
/external/dbus/bus/
desktop-file.c
60
BusDesktopFile *
desktop_file
; /**< The resulting object */
member in struct:__anon6513
98
bus_desktop_file_free (parser->
desktop_file
);
123
bus_desktop_file_free (BusDesktopFile *
desktop_file
)
127
for (i = 0; i <
desktop_file
->n_sections; i++)
128
bus_desktop_file_section_free (&
desktop_file
->sections[i]);
129
dbus_free (
desktop_file
->sections);
131
dbus_free (
desktop_file
);
159
grow_sections (BusDesktopFile *
desktop_file
)
164
if (
desktop_file
->n_allocated_sections == 0)
167
new_n_sections =
desktop_file
->n_allocated_sections*2
[
all
...]
activation-helper.c
51
BusDesktopFile *
desktop_file
;
local
61
desktop_file
= NULL;
104
desktop_file
= bus_desktop_file_load (&full_path, &tmp_error);
105
if (
desktop_file
== NULL)
123
if (
desktop_file
!= NULL)
128
if (
desktop_file
== NULL)
140
return
desktop_file
;
225
check_service_name (BusDesktopFile *
desktop_file
,
235
if (!bus_desktop_file_get_string (
desktop_file
,
260
get_parameters_for_service (BusDesktopFile *
desktop_file
,
471
BusDesktopFile *
desktop_file
;
local
[
all
...]
desktop-file.h
46
dbus_bool_t bus_desktop_file_get_raw (BusDesktopFile *
desktop_file
,
50
dbus_bool_t bus_desktop_file_get_string (BusDesktopFile *
desktop_file
,
activation.c
259
BusDesktopFile *
desktop_file
,
299
if (!bus_desktop_file_get_string (
desktop_file
,
306
if (!bus_desktop_file_get_string (
desktop_file
,
314
if (!bus_desktop_file_get_string (
desktop_file
,
337
if (!bus_desktop_file_get_string (
desktop_file
,
514
BusDesktopFile *
desktop_file
;
local
519
desktop_file
= bus_desktop_file_load (&file_path, &tmp_error);
520
if (
desktop_file
== NULL)
539
if (!update_desktop_file_entry (activation, entry->s_dir, &filename,
desktop_file
, &tmp_error))
541
bus_desktop_file_free (
desktop_file
);
577
BusDesktopFile *
desktop_file
;
local
[
all
...]
Completed in 53 milliseconds