[perl-Gtk2] Correct a couple of L<> links in Gtk2::RecentManager



commit c5694a44feaa2b4b1469b5f4526ec1d275a01cd0
Author: Kevin Ryde <user42 zip com au>
Date:   Tue Dec 7 09:16:32 2010 +1100

    Correct a couple of L<> links in Gtk2::RecentManager
    
    https://bugzilla.gnome.org/show_bug.cgi?id=636653

 xs/GtkRecentManager.xs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/xs/GtkRecentManager.xs b/xs/GtkRecentManager.xs
index 44b245f..3fa2993 100644
--- a/xs/GtkRecentManager.xs
+++ b/xs/GtkRecentManager.xs
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 by the gtk2-perl team (see the file AUTHORS for a
+ * Copyright (C) 2006, 2010 by the gtk2-perl team (see the file AUTHORS for a
  * complete listing)
  *
  * This library is free software; you can redistribute it and/or
@@ -139,7 +139,7 @@ gtk_recent_manager_set_screen (GtkRecentManager *manager, GdkScreen *screen)
 =for apidoc
 Add I<$uri> to the list of recently used documents.  The Gtk2::RecentManager
 object will try to guess the meta-data of the document from its URI, but if
-you know it you should use L<Gtk2::RecentManager::add_full>.
+you know it you should use C<add_full> above.
 =cut
 gboolean
 gtk_recent_manager_add_item (GtkRecentManager *manager, const gchar *uri)
@@ -167,7 +167,8 @@ The MIME type of the document. [Mandatory]
 =item app_name
 
 The name of the application that is registering the document.  You might
-use the same name you used in L<Glib::set_application_name>.
+use the same name you used in C<Glib::set_application_name>
+(see L<Glib::Utils>).
 
 =item app_exec
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]