perl-Glib r1095 - trunk
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Glib r1095 - trunk
- Date: Wed, 18 Feb 2009 16:16:33 +0000 (UTC)
Author: tsch
Date: Wed Feb 18 16:16:33 2009
New Revision: 1095
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1095&view=rev
Log:
Don't document Glib::BookmarkFile::set_added, set_modified, and set_visited as
functions; they're methods.
Modified:
trunk/ChangeLog
trunk/GBookmarkFile.xs
Modified: trunk/GBookmarkFile.xs
==============================================================================
--- trunk/GBookmarkFile.xs (original)
+++ trunk/GBookmarkFile.xs Wed Feb 18 16:16:33 2009
@@ -689,17 +689,17 @@
OUTPUT:
RETVAL
-=for apidoc Glib::BookmarkFile::set_added __function__
+=for apidoc Glib::BookmarkFile::set_added
Sets the time the bookmark for $uri was added.
If no bookmark for $uri is found one is created.
=cut
-=for apidoc Glib::BookmarkFile::set_modified __function__
+=for apidoc Glib::BookmarkFile::set_modified
Sets the time the bookmark for $uri was last modified.
If no bookmark for $uri is found one is created.
=cut
-=for apidoc Glib::BookmarkFile::set_visited __function__
+=for apidoc Glib::BookmarkFile::set_visited
Sets the time the bookmark for $uri was last visited.
If no bookmark for $uri is found one is created.
=cut
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]