[gnome-builder] snippets: use function prefix based on filename



commit 10c5a9cf243cfd21bcec64e6b2644ddb058274c6
Author: Christian Hergert <christian hergert me>
Date:   Wed Dec 3 12:45:25 2014 -0800

    snippets: use function prefix based on filename

 src/resources/snippets/chdr.snippets |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/snippets/chdr.snippets b/src/resources/snippets/chdr.snippets
index e5ec0b7..4ccfaa2 100644
--- a/src/resources/snippets/chdr.snippets
+++ b/src/resources/snippets/chdr.snippets
@@ -71,7 +71,7 @@ snippet ginterface
                GTypeInterface parent;
        };
 
-       GType foo_bar_get_type (void) G_GNUC_CONST;
+       GType ${$1|functify}_get_type (void) G_GNUC_CONST;
 
        G_END_DECLS
 


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