db-move: moved polari from [testing] to [extra] (x86_64)
[arch-packages.git] / libsocialweb / trunk / libsocialweb-gir-fix.patch
blob23fc0f535853b35a771b19b4fd8559b7f98af8aa
1 From c1791e96182815449781fcda6007b69cd88cf7bf Mon Sep 17 00:00:00 2001
2 From: Colin Walters <walters@verbum.org>
3 Date: Mon, 04 Jun 2012 17:54:12 +0000
4 Subject: client: Fix namespacing of introspection annotations
6 ---
7 diff --git a/libsocialweb-client/sw-client-contact-view.c b/libsocialweb-client/sw-client-contact-view.c
8 index bb2679f..6eaee0e 100644
9 --- a/libsocialweb-client/sw-client-contact-view.c
10 +++ b/libsocialweb-client/sw-client-contact-view.c
11 @@ -384,7 +384,7 @@ sw_client_contact_view_class_init (SwClientContactViewClass *klass)
12 /**
13 * SwClientContactView::contacts-added:
14 * @self:
15 - * @contacts: (type GLib.List) (element-type Sw.Contact):
16 + * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
18 signals[CONTACTS_ADDED_SIGNAL] =
19 g_signal_new ("contacts-added",
20 @@ -401,7 +401,7 @@ sw_client_contact_view_class_init (SwClientContactViewClass *klass)
21 /**
22 * SwClientContactView::contacts-removed:
23 * @self:
24 - * @contacts: (type GLib.List) (element-type Sw.Contact):
25 + * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
27 signals[CONTACTS_REMOVED_SIGNAL] =
28 g_signal_new ("contacts-removed",
29 @@ -418,7 +418,7 @@ sw_client_contact_view_class_init (SwClientContactViewClass *klass)
30 /**
31 * SwClientContactView::contacts-changed:
32 * @self:
33 - * @contacts: (type GLib.List) (element-type Sw.Contact):
34 + * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
36 signals[CONTACTS_CHANGED_SIGNAL] =
37 g_signal_new ("contacts-changed",
38 diff --git a/libsocialweb-client/sw-client-item-view.c b/libsocialweb-client/sw-client-item-view.c
39 index 6bfdb76..ab98fdd 100644
40 --- a/libsocialweb-client/sw-client-item-view.c
41 +++ b/libsocialweb-client/sw-client-item-view.c
42 @@ -389,7 +389,7 @@ sw_client_item_view_class_init (SwClientItemViewClass *klass)
43 /**
44 * SwClientItemView::items-added:
45 * @self:
46 - * @items: (type GLib.List) (element-type Sw.Item):
47 + * @items: (type GLib.List) (element-type SocialWebClient.Item):
49 signals[ITEMS_ADDED_SIGNAL] =
50 g_signal_new ("items-added",
51 @@ -406,7 +406,7 @@ sw_client_item_view_class_init (SwClientItemViewClass *klass)
52 /**
53 * SwClientItemView::items-removed:
54 * @self:
55 - * @items: (type GLib.List) (element-type Sw.Item):
56 + * @items: (type GLib.List) (element-type SocialWebClient.Item):
58 signals[ITEMS_REMOVED_SIGNAL] =
59 g_signal_new ("items-removed",
60 @@ -423,7 +423,7 @@ sw_client_item_view_class_init (SwClientItemViewClass *klass)
61 /**
62 * SwClientItemView::items-changed:
63 * @self:
64 - * @items: (type GLib.List) (element-type Sw.Item):
65 + * @items: (type GLib.List) (element-type SocialWebClient.Item):
67 signals[ITEMS_CHANGED_SIGNAL] =
68 g_signal_new ("items-changed",
69 diff --git a/libsocialweb-client/sw-contact.c b/libsocialweb-client/sw-contact.c
70 index efefb37..b56ab39 100644
71 --- a/libsocialweb-client/sw-contact.c
72 +++ b/libsocialweb-client/sw-contact.c
73 @@ -104,7 +104,6 @@ sw_contact_get_value (SwContact *contact,
75 /**
76 * sw_contact_get_value_all:
77 - *
78 * @contact: :
79 * @key: :
82 cgit v0.9.0.2