~timo-jyrinki/bamf/ubuntu-0.2.124.1

« back to all changes in this revision

Viewing changes to lib/libbamf/bamf-marshal.h

  • Committer: Timo Jyrinki
  • Date: 2012-11-14 07:15:04 UTC
  • mfrom: (235.1.49)
  • Revision ID: timo.jyrinki@canonical.com-20121114071504-s8umq349iaf7lwq6
* New upstream release.
  - Includes all previous cherry-picks
  - remerge libbamf, Makefile: don't export private symbols (factory 
    and matcher)
  - BamfMatcher: force a view as closed or not-closed on proper 
    signals. This avoids that a view that is opened is actually 
    marked as closed when really it's running. (LP: #925421)
  - Daemon, BamfApplication: Use the default icon if there is not 
    one defined in the desktop file. (LP: #886778)
  - BamfMatcher: don't reopen windows when iterating on view's 
    list, add tests.
  - Build fixes, including enabling introspection.
  - BamfMatcher: add support for libreoffice Base, and libreoffice 
    matching tests (LP: #1063862)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
#ifndef __bamf_marshal_MARSHAL_H__
3
 
#define __bamf_marshal_MARSHAL_H__
 
2
#ifndef ___bamf_marshal_MARSHAL_H__
 
3
#define ___bamf_marshal_MARSHAL_H__
4
4
 
5
5
#include        <glib-object.h>
6
6
 
7
7
G_BEGIN_DECLS
8
8
 
9
9
/* VOID:STRING,STRING (./bamf-marshal.list:20) */
10
 
extern void bamf_marshal_VOID__STRING_STRING (GClosure     *closure,
11
 
                                              GValue       *return_value,
12
 
                                              guint         n_param_values,
13
 
                                              const GValue *param_values,
14
 
                                              gpointer      invocation_hint,
15
 
                                              gpointer      marshal_data);
 
10
extern void _bamf_marshal_VOID__STRING_STRING (GClosure     *closure,
 
11
                                               GValue       *return_value,
 
12
                                               guint         n_param_values,
 
13
                                               const GValue *param_values,
 
14
                                               gpointer      invocation_hint,
 
15
                                               gpointer      marshal_data);
16
16
 
17
17
/* VOID:STRING,STRING,STRING (./bamf-marshal.list:21) */
18
 
extern void bamf_marshal_VOID__STRING_STRING_STRING (GClosure     *closure,
19
 
                                                     GValue       *return_value,
20
 
                                                     guint         n_param_values,
21
 
                                                     const GValue *param_values,
22
 
                                                     gpointer      invocation_hint,
23
 
                                                     gpointer      marshal_data);
 
18
extern void _bamf_marshal_VOID__STRING_STRING_STRING (GClosure     *closure,
 
19
                                                      GValue       *return_value,
 
20
                                                      guint         n_param_values,
 
21
                                                      const GValue *param_values,
 
22
                                                      gpointer      invocation_hint,
 
23
                                                      gpointer      marshal_data);
24
24
 
25
25
/* VOID:OBJECT,OBJECT (./bamf-marshal.list:22) */
26
 
extern void bamf_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
27
 
                                              GValue       *return_value,
28
 
                                              guint         n_param_values,
29
 
                                              const GValue *param_values,
30
 
                                              gpointer      invocation_hint,
31
 
                                              gpointer      marshal_data);
 
26
extern void _bamf_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
 
27
                                               GValue       *return_value,
 
28
                                               guint         n_param_values,
 
29
                                               const GValue *param_values,
 
30
                                               gpointer      invocation_hint,
 
31
                                               gpointer      marshal_data);
32
32
 
33
33
/* VOID:INT,INT (./bamf-marshal.list:23) */
34
 
extern void bamf_marshal_VOID__INT_INT (GClosure     *closure,
35
 
                                        GValue       *return_value,
36
 
                                        guint         n_param_values,
37
 
                                        const GValue *param_values,
38
 
                                        gpointer      invocation_hint,
39
 
                                        gpointer      marshal_data);
 
34
extern void _bamf_marshal_VOID__INT_INT (GClosure     *closure,
 
35
                                         GValue       *return_value,
 
36
                                         guint         n_param_values,
 
37
                                         const GValue *param_values,
 
38
                                         gpointer      invocation_hint,
 
39
                                         gpointer      marshal_data);
40
40
 
41
41
G_END_DECLS
42
42
 
43
 
#endif /* __bamf_marshal_MARSHAL_H__ */
 
43
#endif /* ___bamf_marshal_MARSHAL_H__ */
44
44