On Fri, Oct 19, 2012 at 3:24 PM, Enlightenment SVN < [email protected]> wrote:
> Log: > edbus: Add example for emitting signal > every other example is with underscores (_), this one is with dashes (-). Why? > > > > Author: lucas > Date: 2012-10-19 11:24:36 -0700 (Fri, 19 Oct 2012) > New Revision: 78263 > Trac: http://trac.enlightenment.org/e/changeset/78263 > > Added: > trunk/edbus/src/examples/simple-signal-emit.c > Modified: > trunk/edbus/.gitignore trunk/edbus/Makefile.am > > Modified: trunk/edbus/.gitignore > =================================================================== > --- trunk/edbus/.gitignore 2012-10-19 18:24:30 UTC (rev 78262) > +++ trunk/edbus/.gitignore 2012-10-19 18:24:36 UTC (rev 78263) > @@ -36,6 +36,7 @@ > src/examples/complex_types > src/examples/complex_types_server > src/examples/server > +src/examples/simple-signal-emit > src/examples/client > doc/Doxyfile > doc/html/ > > Modified: trunk/edbus/Makefile.am > =================================================================== > --- trunk/edbus/Makefile.am 2012-10-19 18:24:30 UTC (rev 78262) > +++ trunk/edbus/Makefile.am 2012-10-19 18:24:36 UTC (rev 78263) > @@ -88,7 +88,8 @@ > src/examples/complex_types \ > src/examples/complex_types_server \ > src/examples/server \ > - src/examples/client > + src/examples/client \ > + src/examples/simple-signal-emit > > EXAMPLES_LIBS = libedbus2.la @ECORE_LIBS@ > > @@ -113,6 +114,10 @@ > > src_examples_client_SOURCES = src/examples/client.c > src_examples_client_LDADD = $(EXAMPLES_LIBS) > + > +src_examples_simple_signal_emit_SOURCES = > src/examples/simple-signal-emit.c > +src_examples_simple_signal_emit_LDADD = $(EXAMPLES_LIBS) > + > endif > > .PHONY: doc > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
