forked from AuroraMiddleware/gtk
Add since tags
This commit is contained in:
parent
a0f264ac3e
commit
e1bace1c9e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user