public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Rename twitter-reader.[ch] to twitter-client.[ch]

First step towards a single client object for both reading and uploading
statuses from and to Twitter.
Emmanuele Bassi (author)
Wed Apr 09 07:27:08 -0700 2008
commit  6e17b7df070f6dcd01d6f774929dbf76fe8b3de3
tree    f9629a64838de2ea6353310f9af2e04d7db764c6
parent  cd57c67d64836e0ee5f503fc646c75fc50a19d68
...
22
23
24
25
 
26
27
28
...
34
35
36
37
 
38
39
40
...
22
23
24
 
25
26
27
28
...
34
35
36
 
37
38
39
40
0
@@ -22,7 +22,7 @@ BUILT_SOURCES = $(MARSHALFILES) $(ENUMFILES)
0
 
0
 sources_public_h = \
0
   $(top_srcdir)/twitter-glib/twitter-common.h \
0
- $(top_srcdir)/twitter-glib/twitter-reader.h \
0
+ $(top_srcdir)/twitter-glib/twitter-client.h \
0
   $(top_srcdir)/twitter-glib/twitter-status.h \
0
   $(top_srcdir)/twitter-glib/twitter-timeline.h \
0
   $(top_srcdir)/twitter-glib/twitter-user.h \
0
@@ -34,7 +34,7 @@ sources_private_h = \
0
 
0
 sources_c = \
0
   twitter-common.c \
0
- twitter-reader.c \
0
+ twitter-client.c \
0
   twitter-status.c \
0
   twitter-timeline.c \
0
   twitter-user.c \

Comments

    No one has commented yet.