diff options
-rw-r--r-- | libpurple/dbus-analyze-functions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/dbus-analyze-functions.py b/libpurple/dbus-analyze-functions.py index 053473914c..36a0667a78 100644 --- a/libpurple/dbus-analyze-functions.py +++ b/libpurple/dbus-analyze-functions.py @@ -39,6 +39,7 @@ stringlists = [ "purple_prefs_get_string_list", "purple_uri_list_extract_filenames", "purple_uri_list_extract_uris", + "purple_prefs_get_children_names", ] # This is a list of functions that return a GList* or GSList* that should |