Skip to content

Instantly share code, notes, and snippets.

@kulpae
Created October 12, 2012 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kulpae/3879327 to your computer and use it in GitHub Desktop.
Save kulpae/3879327 to your computer and use it in GitHub Desktop.
gtk tags from gtkfilechooserdialog.h
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.8 //
GTK_FILE_CHOOSER_DIALOG /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h 32;" d
GTK_FILE_CHOOSER_DIALOG_CLASS /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h 33;" d
GTK_FILE_CHOOSER_DIALOG_GET_CLASS /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h 36;" d
GTK_IS_FILE_CHOOSER_DIALOG /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h 34;" d
GTK_IS_FILE_CHOOSER_DIALOG_CLASS /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h 35;" d
GTK_TYPE_FILE_CHOOSER_DIALOG /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h 31;" d
GtkFileChooserDialog /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^typedef struct _GtkFileChooserDialog GtkFileChooserDialog;$/;" t typeref:struct:_GtkFileChooserDialog
GtkFileChooserDialogClass /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^typedef struct _GtkFileChooserDialogClass GtkFileChooserDialogClass;$/;" t typeref:struct:_GtkFileChooserDialogClass
GtkFileChooserDialogPrivate /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^typedef struct _GtkFileChooserDialogPrivate GtkFileChooserDialogPrivate;$/;" t typeref:struct:_GtkFileChooserDialogPrivate
_GtkFileChooserDialog /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^struct _GtkFileChooserDialog$/;" s
_GtkFileChooserDialogClass /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^struct _GtkFileChooserDialogClass$/;" s
__GTK_FILE_CHOOSER_DIALOG_H__ /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h 24;" d
_gtk_reserved1 /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^ void (*_gtk_reserved1) (void);$/;" m struct:_GtkFileChooserDialogClass access:public
_gtk_reserved2 /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^ void (*_gtk_reserved2) (void);$/;" m struct:_GtkFileChooserDialogClass access:public
_gtk_reserved3 /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^ void (*_gtk_reserved3) (void);$/;" m struct:_GtkFileChooserDialogClass access:public
_gtk_reserved4 /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^ void (*_gtk_reserved4) (void);$/;" m struct:_GtkFileChooserDialogClass access:public
parent_class /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^ GtkDialogClass parent_class;$/;" m struct:_GtkFileChooserDialogClass access:public
parent_instance /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^ GtkDialog parent_instance;$/;" m struct:_GtkFileChooserDialog access:public
priv /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h /^ GtkFileChooserDialogPrivate *priv;$/;" m struct:_GtkFileChooserDialog access:public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment