OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:desktop_file
(Results
1 - 4
of
4
) sorted by null
/external/dbus/bus/
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
,
desktop-file.c
60
BusDesktopFile *
desktop_file
; /**< The resulting object */
member in struct:__anon10144
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
;
207
check_service_name (BusDesktopFile *
desktop_file
,
217
if (!bus_desktop_file_get_string (
desktop_file
,
242
get_parameters_for_service (BusDesktopFile *
desktop_file
,
456
BusDesktopFile *
desktop_file
;
local
[
all
...]
activation.c
248
BusDesktopFile *
desktop_file
,
290
if (!bus_desktop_file_get_string (
desktop_file
,
297
if (!bus_desktop_file_get_string (
desktop_file
,
309
if (!bus_desktop_file_get_string (
desktop_file
,
332
if (!bus_desktop_file_get_string (
desktop_file
,
521
BusDesktopFile *
desktop_file
;
local
526
desktop_file
= bus_desktop_file_load (&file_path, &tmp_error);
527
if (
desktop_file
== NULL)
546
if (!update_desktop_file_entry (activation, entry->s_dir, &filename,
desktop_file
, &tmp_error))
548
bus_desktop_file_free (
desktop_file
);
584
BusDesktopFile *
desktop_file
;
local
[
all
...]
Completed in 194 milliseconds