[libgit2-glib] Use the right type for the user data



commit 0f4bf192d2866fb3e054b569437f29664c5b8f1e
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Oct 19 11:56:10 2014 +0200

    Use the right type for the user data

 libgit2-glib/ggit-types.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgit2-glib/ggit-types.h b/libgit2-glib/ggit-types.h
index 3019ecb..0aba050 100644
--- a/libgit2-glib/ggit-types.h
+++ b/libgit2-glib/ggit-types.h
@@ -1254,7 +1254,7 @@ typedef gint (* GgitRemoteListCallback) (const gchar *name,
 typedef gint (* GgitStashCallback) (gsize        index,
                                     const gchar *message,
                                     GgitOId     *stash_oid,
-                                    gpointer    *user_data);
+                                    gpointer     user_data);
 
 /**
  * GgitStatusCallback:
@@ -1299,7 +1299,7 @@ typedef gint (* GgitSubmoduleCallback) (GgitSubmodule *submodule,
  */
 typedef gint (* GgitTagCallback) (const gchar *name,
                                   GgitOId     *tag_oid,
-                                  gpointer    *user_data);
+                                  gpointer     user_data);
 
 /**
  * GgitTransferProgressCallback:


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