37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
|
$OpenBSD: patch-libsocialweb-client_sw-client-contact-view_c,v 1.1 2012/09/21 07:01:54 jasper Exp $
|
||
|
|
||
|
From c1791e96182815449781fcda6007b69cd88cf7bf Mon Sep 17 00:00:00 2001
|
||
|
From: Colin Walters <walters@verbum.org>
|
||
|
Date: Mon, 04 Jun 2012 17:54:12 +0000
|
||
|
Subject: client: Fix namespacing of introspection annotations
|
||
|
|
||
|
--- libsocialweb-client/sw-client-contact-view.c.orig Sat Nov 12 11:56:37 2011
|
||
|
+++ libsocialweb-client/sw-client-contact-view.c Fri Sep 21 08:52:31 2012
|
||
|
@@ -384,7 +384,7 @@ sw_client_contact_view_class_init (SwClientContactView
|
||
|
/**
|
||
|
* SwClientContactView::contacts-added:
|
||
|
* @self:
|
||
|
- * @contacts: (type GLib.List) (element-type Sw.Contact):
|
||
|
+ * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
|
||
|
*/
|
||
|
signals[CONTACTS_ADDED_SIGNAL] =
|
||
|
g_signal_new ("contacts-added",
|
||
|
@@ -401,7 +401,7 @@ sw_client_contact_view_class_init (SwClientContactView
|
||
|
/**
|
||
|
* SwClientContactView::contacts-removed:
|
||
|
* @self:
|
||
|
- * @contacts: (type GLib.List) (element-type Sw.Contact):
|
||
|
+ * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
|
||
|
*/
|
||
|
signals[CONTACTS_REMOVED_SIGNAL] =
|
||
|
g_signal_new ("contacts-removed",
|
||
|
@@ -418,7 +418,7 @@ sw_client_contact_view_class_init (SwClientContactView
|
||
|
/**
|
||
|
* SwClientContactView::contacts-changed:
|
||
|
* @self:
|
||
|
- * @contacts: (type GLib.List) (element-type Sw.Contact):
|
||
|
+ * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
|
||
|
*/
|
||
|
signals[CONTACTS_CHANGED_SIGNAL] =
|
||
|
g_signal_new ("contacts-changed",
|