[aravis] Minor coding style nitpick.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] Minor coding style nitpick.
- Date: Mon, 9 Jul 2012 08:55:05 +0000 (UTC)
commit 53d54274e09633c14f456445eb9727ec4868113a
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Mon Jul 9 10:49:33 2012 +0200
Minor coding style nitpick.
src/arvgcfeaturenode.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/arvgcfeaturenode.h b/src/arvgcfeaturenode.h
index fe65d18..dc5ae0e 100644
--- a/src/arvgcfeaturenode.h
+++ b/src/arvgcfeaturenode.h
@@ -61,7 +61,7 @@ const char * arv_gc_feature_node_get_name (ArvGcFeatureNode *gc_feature_node)
const char * arv_gc_feature_node_get_tooltip (ArvGcFeatureNode *gc_feature_node, GError **error);
const char * arv_gc_feature_node_get_description (ArvGcFeatureNode *gc_feature_node, GError **error);
-const char * arv_gc_feature_node_get_display_name (ArvGcFeatureNode *node, GError **error);
+const char * arv_gc_feature_node_get_display_name (ArvGcFeatureNode *gc_feature_node, GError **error);
gboolean arv_gc_feature_node_is_available (ArvGcFeatureNode *gc_feature_node, GError **error);
gboolean arv_gc_feature_node_is_implemented (ArvGcFeatureNode *gc_feature_node, GError **error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]