summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-05-15 13:09:07 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-05-15 13:09:07 +0200
commit1e626a1885e99f7fb120505ee2b9427f1fc6c1d1 (patch)
treed625e534e8aba1de06513c7a7686d2fbe749c562 /.gitignore
parentea7c6c8dac3286b12e9fa15dca4aa30f3b502b19 (diff)
downloadglibmm-1e626a1885e99f7fb120505ee2b9427f1fc6c1d1.tar.gz
Add Gio:SocketSource, SignalSocket and Socket::create_source()
* .gitignore: Add !gio/giomm/socketsource.[cc|h]. * gio/giomm.h: * gio/giomm/filelist.am: Add socketsource.h. * gio/giomm/socketsource.[cc|h]: New files. SocketSource and SignalSocket. * gio/src/socket.[ccg|hg]: Add create_source(). Remove many trailing blanks in socket.hg. * glib/glibmm/main.[cc|h]: Add functions required when a class derived from Source is defined in another file. Bug #725281.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a4726048..d5a8d646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,10 +84,12 @@ giommconfig.h
!/gio/giomm/contenttype.cc
!/gio/giomm/init.cc
!/gio/giomm/slot_async.cc
+!/gio/giomm/socketsource.cc
/gio/giomm/*.h
!/gio/giomm/contenttype.h
!/gio/giomm/init.h
!/gio/giomm/slot_async.h
+!/gio/giomm/socketsource.h
!/gio/giomm/wrap_init.h
# glib/
@@ -149,6 +151,8 @@ giommconfig.h
/glib/glibmm/variant.h
/glib/glibmm/variant_basictypes.cc
/glib/glibmm/variant_basictypes.h
+/glib/glibmm/variantdict.cc
+/glib/glibmm/variantdict.h
/glib/glibmm/variantiter.cc
/glib/glibmm/variantiter.h
/glib/glibmm/varianttype.cc