Codebase list xapp / 2be71d7
Fix a couple of build warnings. Michael Webster 2 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
843843 MatchData data;
844844
845845 data.items = NULL;
846 data.mimetypes = mimetypes;
846 data.mimetypes = (const gchar **) mimetypes;
847847 g_hash_table_foreach (priv->infos,
848848 (GHFunc) match_mimetypes,
849849 &data);
111111 *
112112 * Converts a pango font description string to a string suitable for use with the css "font" tag. The font description must contain the font family and font size or conversion will fail and %NULL will be returned
113113 *
114 * Returns: (transfer full) the css compatible font string or %NULL if the conversion failed.
114 * Returns: (transfer full): the css compatible font string or %NULL if the conversion failed.
115115 *
116116 * Since: 2.2
117117 */