~ted/url-dispatcher/ual-triplet-function

« back to all changes in this revision

Viewing changes to service/service.c

  • Committer: Ted Gould
  • Date: 2014-03-14 19:51:28 UTC
  • mfrom: (132.1.8 installable-urls)
  • Revision ID: ted@gould.cx-20140314195128-59hq6z9d3a3800at
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * You should have received a copy of the GNU Lesser General Public License
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 *
 
16
 * Author: Ted Gould <ted@canonical.com>
 
17
 *
16
18
 */
17
19
 
18
20
#include <glib.h>
26
28
{
27
29
        g_debug("SIGTERM");
28
30
        g_main_loop_quit((GMainLoop *)user_data);
29
 
        return G_SOURCE_REMOVE;
 
31
        return G_SOURCE_CONTINUE;
30
32
}
31
33
 
32
34
/* Where it all begins */