~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to tagmanager/include/tm_source_file.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-08-07 03:23:12 UTC
  • mfrom: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20100807032312-ot70ac9d50cn79we
Tags: upstream-0.19
ImportĀ upstreamĀ versionĀ 0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
*/
145
145
const gchar *tm_source_file_get_lang_name(gint lang);
146
146
 
 
147
/* Gets the language index for \a name.
 
148
 \param name The language name.
 
149
 \return The language index, or -2.
 
150
*/
 
151
gint tm_source_file_get_named_lang(const gchar *name);
 
152
 
 
153
/* Set the argument list of tag identified by its name */
 
154
void tm_source_file_set_tag_arglist(const char *tag_name, const char *arglist);
 
155
 
147
156
#ifdef __cplusplus
148
157
}
149
158
#endif