[gdmuser] Annotate gdm_list_users()
Recently, g-ir-scanner got a little stricter with regard to GSList, marking functions not introspectable if the element type is not annotated. This fixes a visible JS Error by g-ir and gdmuser/gdm-user-manager.c
This commit is contained in:
parent
d059d1fedc
commit
29c4742383
@ -1030,6 +1030,11 @@ listify_hash_values_hfunc (gpointer key,
|
||||
*list = g_slist_prepend (*list, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* gdm_user_manager_list_users:
|
||||
*
|
||||
* Return value: (element-type GdmUser) (transfer container): list of #GdmUser elements
|
||||
*/
|
||||
GSList *
|
||||
gdm_user_manager_list_users (GdmUserManager *manager)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user