aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-01-23 21:16:06 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-01-23 21:16:06 +0800
commit61a627be9a0d353ee9fc4d8edecde948aab5d243 (patch)
treea2124b70f6f380cfd3a1be7963a42ad25cd97d4a /python/pyempathy
parent84db00195ac91343c32c1d1e9e4301e8b0adc662 (diff)
downloadgsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar
gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.gz
gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.bz2
gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.lz
gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.xz
gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.tar.zst
gsoc2013-empathy-61a627be9a0d353ee9fc4d8edecde948aab5d243.zip
Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gconf anymore.
svn path=/trunk/; revision=597
Diffstat (limited to 'python/pyempathy')
-rw-r--r--python/pyempathy/pyempathy.defs192
-rw-r--r--python/pyempathy/pyempathy.override1
2 files changed, 0 insertions, 193 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index d98f2605f..f6c7e0b80 100644
--- a/python/pyempathy/pyempathy.defs
+++ b/python/pyempathy/pyempathy.defs
@@ -21,13 +21,6 @@
(gtype-id "EMPATHY_TYPE_CHATROOM_MANAGER")
)
-(define-object Conf
- (in-module "Empathy")
- (parent "GObject")
- (c-name "EmpathyConf")
- (gtype-id "EMPATHY_TYPE_CONF")
-)
-
(define-object Contact
(in-module "Empathy")
(parent "GObject")
@@ -233,23 +226,6 @@
-;; From empathy-chandler-glue.h
-
-(define-function dbus_glib_marshal_empathy_chandler_BOOLEAN__STRING_BOXED_STRING_BOXED_UINT_UINT_POINTER
- (c-name "dbus_glib_marshal_empathy_chandler_BOOLEAN__STRING_BOXED_STRING_BOXED_UINT_UINT_POINTER")
- (return-type "none")
- (parameters
- '("GClosure*" "closure")
- '("GValue*-return_value" "G_GNUC_UNUSED")
- '("guint" "n_param_values")
- '("const-GValue*" "param_values")
- '("gpointer-invocation_hint" "G_GNUC_UNUSED")
- '("gpointer" "marshal_data")
- )
-)
-
-
-
;; From empathy-chandler.h
(define-function empathy_chandler_get_type
@@ -435,125 +411,6 @@
-;; From empathy-conf.h
-
-(define-function empathy_conf_get_type
- (c-name "empathy_conf_get_type")
- (return-type "GType")
-)
-
-(define-function empathy_conf_get
- (c-name "empathy_conf_get")
- (return-type "EmpathyConf*")
-)
-
-(define-function empathy_conf_shutdown
- (c-name "empathy_conf_shutdown")
- (return-type "none")
-)
-
-(define-method notify_add
- (of-object "EmpathyConf")
- (c-name "empathy_conf_notify_add")
- (return-type "guint")
- (parameters
- '("const-gchar*" "key")
- '("EmpathyConfNotifyFunc" "func")
- '("gpointer" "data")
- )
-)
-
-(define-method notify_remove
- (of-object "EmpathyConf")
- (c-name "empathy_conf_notify_remove")
- (return-type "gboolean")
- (parameters
- '("guint" "id")
- )
-)
-
-(define-method set_int
- (of-object "EmpathyConf")
- (c-name "empathy_conf_set_int")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "key")
- '("gint" "value")
- )
-)
-
-(define-method get_int
- (of-object "EmpathyConf")
- (c-name "empathy_conf_get_int")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "key")
- '("gint*" "value")
- )
-)
-
-(define-method set_bool
- (of-object "EmpathyConf")
- (c-name "empathy_conf_set_bool")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "key")
- '("gboolean" "value")
- )
-)
-
-(define-method get_bool
- (of-object "EmpathyConf")
- (c-name "empathy_conf_get_bool")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "key")
- '("gboolean*" "value")
- )
-)
-
-(define-method set_string
- (of-object "EmpathyConf")
- (c-name "empathy_conf_set_string")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "key")
- '("const-gchar*" "value")
- )
-)
-
-(define-method get_string
- (of-object "EmpathyConf")
- (c-name "empathy_conf_get_string")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "key")
- '("gchar**" "value")
- )
-)
-
-(define-method set_string_list
- (of-object "EmpathyConf")
- (c-name "empathy_conf_set_string_list")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "key")
- '("GSList*" "value")
- )
-)
-
-(define-method get_string_list
- (of-object "EmpathyConf")
- (c-name "empathy_conf_get_string_list")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "key")
- '("GSList**" "value")
- )
-)
-
-
-
;; From empathy-contact-factory.h
(define-function empathy_contact_factory_get_type
@@ -977,47 +834,6 @@
-;; From empathy-enum-types.h
-
-(define-function empathy_reg_ex_type_get_type
- (c-name "empathy_reg_ex_type_get_type")
- (return-type "GType")
-)
-
-(define-function empathy_message_type_get_type
- (c-name "empathy_message_type_get_type")
- (return-type "GType")
-)
-
-(define-function empathy_capabilities_get_type
- (c-name "empathy_capabilities_get_type")
- (return-type "GType")
-)
-
-(define-function empathy_tp_call_status_get_type
- (c-name "empathy_tp_call_status_get_type")
- (return-type "GType")
-)
-
-
-
-;; From empathy-filter-glue.h
-
-(define-function dbus_glib_marshal_empathy_filter_BOOLEAN__STRING_BOXED_STRING_BOXED_UINT_UINT_UINT_POINTER
- (c-name "dbus_glib_marshal_empathy_filter_BOOLEAN__STRING_BOXED_STRING_BOXED_UINT_UINT_UINT_POINTER")
- (return-type "none")
- (parameters
- '("GClosure*" "closure")
- '("GValue*-return_value" "G_GNUC_UNUSED")
- '("guint" "n_param_values")
- '("const-GValue*" "param_values")
- '("gpointer-invocation_hint" "G_GNUC_UNUSED")
- '("gpointer" "marshal_data")
- )
-)
-
-
-
;; From empathy-filter.h
(define-function empathy_filter_get_type
@@ -1273,10 +1089,6 @@
-;; From empathy-marshal.h
-
-
-
;; From empathy-message.h
(define-function empathy_message_get_gtype
@@ -2248,10 +2060,6 @@
-;; From stamp-empathy-enum-types.h
-
-
-
;; From tp-stream-engine-gen.h
(define-function dbus_g_proxy_begin_call
diff --git a/python/pyempathy/pyempathy.override b/python/pyempathy/pyempathy.override
index d1f434839..a21700fca 100644
--- a/python/pyempathy/pyempathy.override
+++ b/python/pyempathy/pyempathy.override
@@ -6,7 +6,6 @@ headers
#include "empathy-chandler.h"
#include "empathy-chatroom-manager.h"
#include "empathy-chatroom.h"
-#include "empathy-conf.h"
#include "empathy-contact-groups.h"
#include "empathy-contact-list.h"
#include "empathy-contact-manager.h"