Skip to content

Commit

Permalink
docs: Document bacon_video_widget_lang_info_free()
Browse files Browse the repository at this point in the history
  • Loading branch information
hadess committed Feb 2, 2022
1 parent bd9f1c1 commit 8bc69f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/backend/bacon-video-widget.c
Original file line number Diff line number Diff line change
Expand Up @@ -3341,6 +3341,12 @@ get_lang_list_for_type (BaconVideoWidget * bvw, const gchar * type_name)
return g_list_reverse (ret);
}

/**
* bacon_video_widget_lang_info_free:
* @info: a #BvwLangInfo
*
* Frees a #BvwLangInfo structure.
*/
void
bacon_video_widget_lang_info_free (BvwLangInfo *info)
{
Expand Down

0 comments on commit 8bc69f6

Please sign in to comment.