Revision: 1096
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1096&view=rev
Author:   zas_
Date:     2008-08-26 22:30:40 +0000 (Tue, 26 Aug 2008)

Log Message:
-----------
Consistency: type * instead of type*.

Modified Paths:
--------------
    trunk/src/cellrenderericon.c
    trunk/src/pixbuf-renderer.c
    trunk/src/pixbuf_util.c
    trunk/src/preferences.c
    trunk/src/ui_misc.c

Modified: trunk/src/cellrenderericon.c
===================================================================
--- trunk/src/cellrenderericon.c        2008-08-26 22:22:51 UTC (rev 1095)
+++ trunk/src/cellrenderericon.c        2008-08-26 22:30:40 UTC (rev 1096)
@@ -425,7 +425,7 @@
                {
                GdkPixbuf *pixbuf;
 
-               pixbuf = (GdkPixbuf*) g_value_get_object(value);
+               pixbuf = (GdkPixbuf *) g_value_get_object(value);
                if (pixbuf) g_object_ref(pixbuf);
                if (cellicon->pixbuf) g_object_unref(cellicon->pixbuf);
                cellicon->pixbuf = pixbuf;

Modified: trunk/src/pixbuf-renderer.c
===================================================================
--- trunk/src/pixbuf-renderer.c 2008-08-26 22:22:51 UTC (rev 1095)
+++ trunk/src/pixbuf-renderer.c 2008-08-26 22:30:40 UTC (rev 1096)
@@ -535,7 +535,7 @@
        pr_source_tile_free_all(pr);
 }
 
-PixbufRenderer* pixbuf_renderer_new(void)
+PixbufRenderer *pixbuf_renderer_new(void)
 {
        return g_object_new(TYPE_PIXBUF_RENDERER, NULL);
 }

Modified: trunk/src/pixbuf_util.c
===================================================================
--- trunk/src/pixbuf_util.c     2008-08-26 22:22:51 UTC (rev 1095)
+++ trunk/src/pixbuf_util.c     2008-08-26 22:30:40 UTC (rev 1096)
@@ -430,7 +430,7 @@
        return dest;
 }
 
-GdkPixbuf* pixbuf_apply_orientation(GdkPixbuf *pixbuf, gint orientation)
+GdkPixbuf *pixbuf_apply_orientation(GdkPixbuf *pixbuf, gint orientation)
 {
        GdkPixbuf *dest;
        GdkPixbuf *tmp = NULL;

Modified: trunk/src/preferences.c
===================================================================
--- trunk/src/preferences.c     2008-08-26 22:22:51 UTC (rev 1095)
+++ trunk/src/preferences.c     2008-08-26 22:30:40 UTC (rev 1096)
@@ -762,7 +762,7 @@
        gtk_widget_show(gd->dialog);
 }
 
-static void filter_disable_cb(GtkWidget* widget, gpointer data)
+static void filter_disable_cb(GtkWidget *widget, gpointer data)
 {
        GtkWidget *frame = data;
 
@@ -805,7 +805,7 @@
        help_window_show("editors");
 }
 
-static void safe_delete_view_cb(GtkWidget* widget, gpointer data)
+static void safe_delete_view_cb(GtkWidget *widget, gpointer data)
 {
        layout_set_path(NULL, 
gtk_entry_get_text(GTK_ENTRY(safe_delete_path_entry)));
 }
@@ -815,7 +815,7 @@
        file_util_trash_clear();
 }
 
-static void safe_delete_clear_cb(GtkWidget* widget, gpointer data)
+static void safe_delete_clear_cb(GtkWidget *widget, gpointer data)
 {
        GenericDialog *gd;
        GtkWidget *entry;
@@ -834,10 +834,10 @@
        gtk_widget_show(gd->dialog);
 }
 
-static void image_overlay_template_view_changed_cb(GtkWidget* widget, gpointer 
data)
+static void image_overlay_template_view_changed_cb(GtkWidget *widget, gpointer 
data)
 {
        GtkWidget *pTextView;
-       GtkTextBuffer* pTextBuffer;
+       GtkTextBuffer *pTextBuffer;
        GtkTextIter iStart;
        GtkTextIter iEnd;
 

Modified: trunk/src/ui_misc.c
===================================================================
--- trunk/src/ui_misc.c 2008-08-26 22:22:51 UTC (rev 1095)
+++ trunk/src/ui_misc.c 2008-08-26 22:30:40 UTC (rev 1096)
@@ -386,7 +386,7 @@
                                            GCallback func, gpointer data)
 {
        GtkWidget *button;
-       GSList* group;
+       GSList *group;
 
        if (sibling)
                {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to