File: gsd-marshal.h

package info (click to toggle)
gnome-settings-daemon 2.22.2.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,516 kB
  • ctags: 2,122
  • sloc: ansic: 16,896; sh: 9,302; makefile: 902; xml: 31
file content (20 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

#ifndef __gsd_marshal_MARSHAL_H__
#define __gsd_marshal_MARSHAL_H__

#include	<glib-object.h>

G_BEGIN_DECLS

/* VOID:STRING,STRING (gsd-marshal.list:1) */
G_GNUC_INTERNAL void gsd_marshal_VOID__STRING_STRING (GClosure     *closure,
                                                      GValue       *return_value,
                                                      guint         n_param_values,
                                                      const GValue *param_values,
                                                      gpointer      invocation_hint,
                                                      gpointer      marshal_data);

G_END_DECLS

#endif /* __gsd_marshal_MARSHAL_H__ */