Add since tags

This commit is contained in:
Matthias Clasen 2006-08-16 03:42:23 +00:00
parent a0f264ac3e
commit e1bace1c9e
4 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentfilter.c (gtk_recent_filter_filter):
* gtk/gtkrecentmanager.c (gtk_recent_manager_lookup_item):
Add Since tags. (#351581, Brian Cameron)
2006-08-15 Michael Emmel <mike.emmel@gmail.com>
* configure.in

View File

@ -1,3 +1,9 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentfilter.c (gtk_recent_filter_filter):
* gtk/gtkrecentmanager.c (gtk_recent_manager_lookup_item):
Add Since tags. (#351581, Brian Cameron)
2006-08-15 Michael Emmel <mike.emmel@gmail.com>
* configure.in

View File

@ -472,6 +472,8 @@ gtk_recent_filter_add_custom (GtkRecentFilter *filter,
* #GtkRecentChooser.
*
* Return value: %TRUE if the file should be displayed
*
* Since: 2.10
*/
gboolean
gtk_recent_filter_filter (GtkRecentFilter *filter,

View File

@ -1181,7 +1181,9 @@ build_recent_info (GBookmarkFile *bookmarks,
* about the resource pointed by @uri, or %NULL if the URI was
* not registered in the recently used resources list. Free with
* gtk_recent_info_unref().
**/
*
* Since: 2.10
*/
GtkRecentInfo *
gtk_recent_manager_lookup_item (GtkRecentManager *manager,
const gchar *uri,