annotate src/gq-marshal.h @ 1753:ebfb5af3f5de

fixed editor list in popup menu - show an editor if any of selected files matches - added debug messages
author nadvornik
date Sun, 13 Sep 2009 21:08:40 +0000
parents 1646720364cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1012
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
1
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
2 #ifndef __gq_marshal_MARSHAL_H__
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
3 #define __gq_marshal_MARSHAL_H__
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
4
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
5 #include <glib-object.h>
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
6
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
7 G_BEGIN_DECLS
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
8
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
9 /* VOID:VOID (gq-marshal.list:1) */
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
10 #define gq_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
11
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
12 /* VOID:INT,INT,INT,INT (gq-marshal.list:2) */
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
13 extern void gq_marshal_VOID__INT_INT_INT_INT (GClosure *closure,
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
14 GValue *return_value,
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
15 guint n_param_values,
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
16 const GValue *param_values,
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
17 gpointer invocation_hint,
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
18 gpointer marshal_data);
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
19
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
20 /* VOID:DOUBLE (gq-marshal.list:3) */
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
21 #define gq_marshal_VOID__DOUBLE g_cclosure_marshal_VOID__DOUBLE
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
22
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
23 G_END_DECLS
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
24
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
25 #endif /* __gq_marshal_MARSHAL_H__ */
fe82830ab8fd converted image loader to a GObject and use signals for notification
nadvornik
parents:
diff changeset
26
1055
1646720364cf Adding a vim modeline to all files - patch by Klaus Ethgen
nadvornik
parents: 1012
diff changeset
27 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */