get_groups
Description:
[ CCode ( array_length = true , array_length_pos = 0.1 , array_length_type = "gsize" , array_null_terminated = true ) ]
public string[] get_groups ()
public string[] get_groups ()
Returns all groups registered for the recently used item this.
The array of returned group names will be null terminated, so length might optionally be null.
Parameters:
this |
a `GtkRecentInfo` |
length |
return location for the number of groups returned |
Returns:
a newly allocated null terminated array of strings. Use strfreev to free it. |