Skip to content

Commit

Permalink
Remove include only file
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon committed Dec 6, 2010
1 parent 79d32dd commit b162955
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(TOPDIR)/Makefile.common
# Part 1
# recursive make

SRC = panel.c misc.c bg.c egg-marshal.c eggtraymanager.c fixedtip.c main.c gdk-helper.c
SRC = panel.c misc.c bg.c eggtraymanager.c eggmarshalers.c fixedtip.c main.c gdk-helper.c
OBJ = $(SRC:%.c=%.o)
DEP = $(SRC:%.c=%.dep)

Expand Down
2 changes: 0 additions & 2 deletions egg-marshal.c

This file was deleted.

17 changes: 3 additions & 14 deletions eggmarshalers.h
Original file line number Diff line number Diff line change
@@ -1,36 +1,25 @@

#ifndef ___egg_marshal_MARSHAL_H__
#define ___egg_marshal_MARSHAL_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* VOID:OBJECT,OBJECT (eggmarshalers.list:1) */
extern void _egg_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
void _egg_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);

/* VOID:OBJECT,STRING,LONG,LONG (eggmarshalers.list:2) */
extern void _egg_marshal_VOID__OBJECT_STRING_LONG_LONG (GClosure *closure,
void _egg_marshal_VOID__OBJECT_STRING_LONG_LONG (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);

/* VOID:OBJECT,LONG (eggmarshalers.list:3) */
extern void _egg_marshal_VOID__OBJECT_LONG (GClosure *closure,
void _egg_marshal_VOID__OBJECT_LONG (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);

G_END_DECLS

#endif /* ___egg_marshal_MARSHAL_H__ */

0 comments on commit b162955

Please sign in to comment.