[geany/geany] a183d9: Move the refcount TMTag member up in the structure and don't document it for plugins

Jiří Techet git-noreply at xxxxx
Sat Nov 8 18:57:59 UTC 2014


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Wed, 22 Oct 2014 14:58:38 UTC
Commit:      a183d9cb97c3adde33e6a7dfd08591d802bc2316
             https://github.com/geany/geany/commit/a183d9cb97c3adde33e6a7dfd08591d802bc2316

Log Message:
-----------
Move the refcount TMTag member up in the structure and don't document it for plugins


Modified Paths:
--------------
    tagmanager/src/tm_tag.h

Modified: tagmanager/src/tm_tag.h
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -124,6 +124,7 @@ typedef struct _TMTag
 {
 	char *name; /**< Name of tag */
 	TMTagType type; /**< Tag Type */
+	gint refcount; /* the reference count of the tag */
 	
 	/** These are tag attributes */
 	TMSourceFile *file; /**< File in which the tag occurs; NULL for global tags */
@@ -137,8 +138,6 @@ typedef struct _TMTag
 	char access; /**< Access type (public/protected/private/etc.) */
 	char impl; /**< Implementation (e.g. virtual) */
 	langType lang; /**< Programming language of the file */
-
-	gint refcount; /**< the reference count of the tag */
 } TMTag;
 
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list