eog r4564 - in trunk: . src
- From: friemann svn gnome org
- To: svn-commits-list gnome org
- Subject: eog r4564 - in trunk: . src
- Date: Fri, 9 May 2008 20:52:41 +0100 (BST)
Author: friemann
Date: Fri May 9 19:52:40 2008
New Revision: 4564
URL: http://svn.gnome.org/viewvc/eog?rev=4564&view=rev
Log:
2008-05-09 Felix Riemann <friemann svn gnome org>
* src/eog-print-preview.c:
* src/eog-print-preview.h:
Fix gtk-doc warnings. Make property reference clickable.
Modified:
trunk/ChangeLog
trunk/src/eog-print-preview.c
trunk/src/eog-print-preview.h
Modified: trunk/src/eog-print-preview.c
==============================================================================
--- trunk/src/eog-print-preview.c (original)
+++ trunk/src/eog-print-preview.c Fri May 9 19:52:40 2008
@@ -494,11 +494,10 @@
/**
* eog_print_preview_new:
- * @void:
*
* Creates a new #EogPrintPreview widget, setting it to the default values,
- * and leaving the page empty. You still need to set the "image" property
- * to make it useful.
+ * and leaving the page empty. You still need to set the #EogPrintPreview:image
+ * property to make it useful.
*
* Returns: A new and empty #EogPrintPreview widget.
**/
Modified: trunk/src/eog-print-preview.h
==============================================================================
--- trunk/src/eog-print-preview.h (original)
+++ trunk/src/eog-print-preview.h Fri May 9 19:52:40 2008
@@ -49,7 +49,7 @@
GtkWidget *eog_print_preview_new (void);
-GtkWidget *eog_print_preview_new_with_pixbuf (GdkPixbuf *image);
+GtkWidget *eog_print_preview_new_with_pixbuf (GdkPixbuf *pixbuf);
void eog_print_preview_set_page_margins (EogPrintPreview *preview,
gfloat l_margin,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]