Mercurial > pidgin
diff libpurple/request.h @ 20891:59c9c04879af
Replace a bunch of @return markers with @constreturn markers. I believe these
are all correct.
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Wed, 17 Oct 2007 03:36:54 +0000 |
| parents | 6bf32c9e15a7 |
| children | 6de09629f091 |
line wrap: on
line diff
--- a/libpurple/request.h Fri Oct 12 03:49:39 2007 +0000 +++ b/libpurple/request.h Wed Oct 17 03:36:54 2007 +0000 @@ -266,7 +266,7 @@ * * @param fields The fields list. * - * @return A list of groups. + * @constreturn A list of groups. */ GList *purple_request_fields_get_groups(const PurpleRequestFields *fields); @@ -424,7 +424,7 @@ * * @param group The group. * - * @return The list of fields in the group. + * @constreturn The list of fields in the group. */ GList *purple_request_field_group_get_fields( const PurpleRequestFieldGroup *group); @@ -836,7 +836,7 @@ * * @param field The field. * - * @return The list of labels. + * @constreturn The list of labels. */ GList *purple_request_field_choice_get_labels(const PurpleRequestField *field);
