gobjectification: 32169ec1: Remove the GValue stuff. These give comp...
sadrul at pidgin.im
sadrul at pidgin.im
Thu Sep 25 06:30:42 EDT 2008
-----------------------------------------------------------------
Revision: 32169ec127a35a8d3f1b4227b51e08bade2cedb2
Ancestor: cd1437b0141c8e28d6abebce9a03a825ba5533e9
Author: sadrul at pidgin.im
Date: 2008-09-25T10:25:40
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/32169ec127a35a8d3f1b4227b51e08bade2cedb2
Modified files:
libpurple/plugins/perl/common/Status.xs
ChangeLog:
Remove the GValue stuff. These give compile errors I can't fix, and I can't find a way to comment these out neither.
-------------- next part --------------
============================================================
--- libpurple/plugins/perl/common/Status.xs 1b64deb7f78d7e65341dadeb4dcf132cc23f9666
+++ libpurple/plugins/perl/common/Status.xs 7155d822c57cb7bed6eaf7b4d1bb0a3e72acaa01
@@ -238,16 +238,6 @@ purple_status_attr_get_name(attr)
purple_status_attr_get_name(attr)
Purple::StatusAttr attr
-GValue *
-purple_status_attr_get_value(attr)
- Purple::StatusAttr attr
-
-Purple::StatusAttr
-purple_status_attr_new(id, name, value_type)
- const char *id
- const char *name
- GValue *value_type
-
MODULE = Purple::Status PACKAGE = Purple::Status PREFIX = purple_status_
PROTOTYPES: ENABLE
@@ -275,11 +265,6 @@ purple_status_get_attr_string(status, id
Purple::Status status
const char *id
-GValue *
-purple_status_get_attr_value(status, id)
- Purple::Status status
- const char *id
-
Purple::Handle
purple_status_get_handle()
@@ -345,13 +330,6 @@ void
PROTOTYPES: ENABLE
void
-purple_status_type_add_attr(status_type, id, name, value)
- Purple::StatusType status_type
- const char *id
- const char *name
- GValue *value
-
-void
purple_status_type_destroy(status_type)
Purple::StatusType status_type
More information about the Commits
mailing list