eog r4980 - in trunk: . src



Author: friemann
Date: Tue Feb  3 13:17:29 2009
New Revision: 4980
URL: http://svn.gnome.org/viewvc/eog?rev=4980&view=rev

Log:
2009-02-03  Felix Riemann  <friemann svn gnome org>

	* src/eog-print-image-setup.c:
	* src/eog-print-preview.c:
	Fix some gtk-doc warnings.


Modified:
   trunk/ChangeLog
   trunk/src/eog-print-image-setup.c
   trunk/src/eog-print-preview.c

Modified: trunk/src/eog-print-image-setup.c
==============================================================================
--- trunk/src/eog-print-image-setup.c	(original)
+++ trunk/src/eog-print-image-setup.c	Tue Feb  3 13:17:29 2009
@@ -40,7 +40,7 @@
  * SECTION:
  * @Title: Printing Custom Widget
  * @Short_Description: a custom widget to setup image prints.
- * @Stability_Level:
+ * @Stability_Level: Internal
  * @See_Also: #EogPrintPreview
  *
  * This widget is to be used as the custom widget in a #GtkPrintUnixDialog in

Modified: trunk/src/eog-print-preview.c
==============================================================================
--- trunk/src/eog-print-preview.c	(original)
+++ trunk/src/eog-print-preview.c	Tue Feb  3 13:17:29 2009
@@ -575,7 +575,7 @@
 
 /**
  * get_current_image_coordinates:
- * @preview:
+ * @preview: an #EogPrintPreview
  * @x0: A pointer where to store the x coordinate.
  * @y0: A pointer where to store the y coordinate.
  *
@@ -599,9 +599,9 @@
 
 /**
  * press_inside_image_area:
- * @preview:
- * @x:
- * @y:
+ * @preview: an #EogPrintPreview
+ * @x: the points x coordinate
+ * @y: the points y coordinate
  *
  * Returns whether the given point is inside the image area.
  *



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