docs: don't escape entities in example code
https://bugzilla.gnome.org/show_bug.cgi?id=723119
This commit is contained in:
		| @ -59,10 +59,10 @@ | ||||
|  * GError *error = NULL; | ||||
|  * | ||||
|  * manager = gtk_recent_manager_get_default (); | ||||
|  * info = gtk_recent_manager_lookup_item (manager, file_uri, &error); | ||||
|  * info = gtk_recent_manager_lookup_item (manager, file_uri, &error); | ||||
|  * if (error) | ||||
|  *   { | ||||
|  *     g_warning ("Could not find the file: %s", error->message); | ||||
|  *     g_warning ("Could not find the file: %s", error->message); | ||||
|  *     g_error_free (error); | ||||
|  *   } | ||||
|  * else | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 William Jon McCann
					William Jon McCann