Mercurial > pidgin
comparison libpurple/dbus-analyze-functions.py @ 19263:428562735971
merge of '1c3f25359208d70ea8d20a62c1dd4d7232b7a11a'
and 'db0cbf6c46526ae0feb61c3e7c2fd59a1ada9910'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 14 Aug 2007 02:23:30 +0000 |
parents | 476e16ce29d0 |
children | b33c2b085e78 |
comparison
equal
deleted
inserted
replaced
19262:450090c68351 | 19263:428562735971 |
---|---|
37 stringlists = [ | 37 stringlists = [ |
38 "purple_prefs_get_path_list", | 38 "purple_prefs_get_path_list", |
39 "purple_prefs_get_string_list", | 39 "purple_prefs_get_string_list", |
40 "purple_uri_list_extract_filenames", | 40 "purple_uri_list_extract_filenames", |
41 "purple_uri_list_extract_uris", | 41 "purple_uri_list_extract_uris", |
42 "purple_prefs_get_children_names", | |
42 ] | 43 ] |
43 | 44 |
44 # This is a list of functions that return a GList* or GSList* that should | 45 # This is a list of functions that return a GList* or GSList* that should |
45 # not be freed. Ideally, this information should be obtained from the Doxygen | 46 # not be freed. Ideally, this information should be obtained from the Doxygen |
46 # documentation at some point. | 47 # documentation at some point. |