empathy r921 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r921 - trunk/libempathy
- Date: Fri, 11 Apr 2008 14:11:35 +0100 (BST)
Author: xclaesse
Date: Fri Apr 11 14:11:34 2008
New Revision: 921
URL: http://svn.gnome.org/viewvc/empathy?rev=921&view=rev
Log:
Do not add signal "process", it's added in generated code
Modified:
trunk/libempathy/empathy-filter.c
Modified: trunk/libempathy/empathy-filter.c
==============================================================================
--- trunk/libempathy/empathy-filter.c (original)
+++ trunk/libempathy/empathy-filter.c Fri Apr 11 14:11:34 2008
@@ -28,7 +28,6 @@
#include "empathy-filter.h"
#include "empathy-debug.h"
#include "empathy-utils.h"
-#include "empathy-marshal.h"
#define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), \
EMPATHY_TYPE_FILTER, EmpathyFilterPriv))
@@ -44,7 +43,6 @@
static void filter_iface_init (EmpSvcFilterClass *klass);
enum {
- PROCESS,
NEW_CHANNEL,
LAST_SIGNAL
};
@@ -120,16 +118,6 @@
G_TYPE_NONE,
1, TP_TYPE_CHANNEL);
- signals[PROCESS] =
- g_signal_new ("process",
- G_OBJECT_CLASS_TYPE (klass),
- G_SIGNAL_RUN_LAST,
- 0,
- NULL, NULL,
- _empathy_marshal_VOID__UINT_BOOLEAN,
- G_TYPE_NONE,
- 2, G_TYPE_UINT, G_TYPE_BOOLEAN);
-
g_type_class_add_private (object_class, sizeof (EmpathyFilterPriv));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]