public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Add string interning macro
Emmanuele Bassi (author)
Fri Apr 11 06:52:37 -0700 2008
commit  c949bd4c475f05d894e6f19a3f85cca998dac8d7
tree    09674f4951e70792289aa3d0b71c1521dcdfab81
parent  42340cc19f0a0cf5f4712768b49991c53c9cdb3b
...
7
8
9
 
 
10
11
12
...
7
8
9
10
11
12
13
14
0
@@ -7,6 +7,8 @@
0
 
0
 G_BEGIN_DECLS
0
 
0
+#define I_(str) (g_intern_static_string ((str)))
0
+
0
 TwitterStatus *twitter_status_new_from_node (JsonNode *node);
0
 TwitterUser *twitter_user_new_from_node (JsonNode *node);
0
 

Comments

    No one has commented yet.