eog r4829 - in trunk: . src



Author: friemann
Date: Sat Oct 18 13:28:44 2008
New Revision: 4829
URL: http://svn.gnome.org/viewvc/eog?rev=4829&view=rev

Log:
2008-10-18  Felix Riemann  <friemann svn gnome org>

	* src/eog-application.c:
	* src/eog-print-preview.c:
	* src/eog-window.c:
	A few minor API doc cleanups.


Modified:
   trunk/ChangeLog
   trunk/src/eog-application.c
   trunk/src/eog-print-preview.c
   trunk/src/eog-window.c

Modified: trunk/src/eog-application.c
==============================================================================
--- trunk/src/eog-application.c	(original)
+++ trunk/src/eog-application.c	Sat Oct 18 13:28:44 2008
@@ -58,7 +58,7 @@
 
 /**
  * eog_application_register_service:
- * @application: 
+ * @application: An #EogApplication. 
  *
  * Registers #EogApplication<!-- -->'s DBus service, to allow
  * remote calls. If the DBus service is already registered,
@@ -200,7 +200,7 @@
 
 /**
  * eog_application_open_window:
- * @application: 
+ * @application: An #EogApplication. 
  * @timestamp: 
  * @flags: 
  * @error: 

Modified: trunk/src/eog-print-preview.c
==============================================================================
--- trunk/src/eog-print-preview.c	(original)
+++ trunk/src/eog-print-preview.c	Sat Oct 18 13:28:44 2008
@@ -1172,7 +1172,7 @@
 
 /**
  * eog_print_preview_set_image_position:
- * @preview: 
+ * @preview: a #EogPrintPreview 
  * @x: The X coordinate, in inches, or -1 to ignore it.
  * @y: The Y coordinate, in inches, or -1 to ignore it.
  * 

Modified: trunk/src/eog-window.c
==============================================================================
--- trunk/src/eog-window.c	(original)
+++ trunk/src/eog-window.c	Sat Oct 18 13:28:44 2008
@@ -4887,7 +4887,7 @@
 
 /**
  * eog_window_set_mode:
- * @window: an #EogWindowMode.
+ * @window: an #EogWindow.
  * @mode: an #EogWindowMode value.
  *
  * Changes the mode of @window to normal, fullscreen, or slideshow.



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