Function
DevhelpCompletionaggregate_complete
Declaration [src]
gchar*
dh_completion_aggregate_complete (
GList* completion_objects,
const gchar* prefix
)
Description [src]
The same as dh_completion_complete()
, but aggregated for several
DhCompletion
objects.
Available since: | 3.28 |
Parameters
completion_objects |
A list of DhCompletion |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
prefix |
const gchar* |
The string to complete. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | gchar* |
The completed prefix, or |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . | |
The string is a NUL terminated UTF-8 string. |