gedit r6485 - in trunk: . gedit



Author: icq
Date: Fri Sep  5 08:51:00 2008
New Revision: 6485
URL: http://svn.gnome.org/viewvc/gedit?rev=6485&view=rev

Log:
2008-09-05  Ignacio Casal Quinteiro  <nacho resa gmail com>

        * gedit/gedit-window.c: 
        Added doc.



Modified:
   trunk/ChangeLog
   trunk/gedit/gedit-window.c

Modified: trunk/gedit/gedit-window.c
==============================================================================
--- trunk/gedit/gedit-window.c	(original)
+++ trunk/gedit/gedit-window.c	Fri Sep  5 08:51:00 2008
@@ -3616,6 +3616,15 @@
 	}
 }
 
+/**
+ * gedit_window_get_tab_from_location:
+ * @window: a #GeditWindow
+ * @location: a #GFile
+ *
+ * Gets the #GeditTab that matches with the given @location.
+ *
+ * Returns: the #GeditTab that matches with the given @location.
+ */
 GeditTab *
 gedit_window_get_tab_from_location (GeditWindow *window,
 				    GFile       *location)



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