X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgnextstepsettingsbackend.c;h=f9b808ce79fccda0c5bb4e64481d581aa1da1a46;hb=7fd6f07d498063470903a886b4805a13bd333908;hp=c8daca3a355d2d3aa400f21f73b17e5b886d0577;hpb=5739d896f8d3bf9883d4f5e4b7553a617a1c751a;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gnextstepsettingsbackend.c b/gio/gnextstepsettingsbackend.c index c8daca3..f9b808c 100644 --- a/gio/gnextstepsettingsbackend.c +++ b/gio/gnextstepsettingsbackend.c @@ -12,19 +12,21 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, see . * * Author: William Hua */ +#include "config.h" + #include "gsettingsbackendinternal.h" #include "gsimplepermission.h" #include "giomodule.h" #import +GType g_nextstep_settings_backend_get_type (void); + #define G_NEXTSTEP_SETTINGS_BACKEND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), g_nextstep_settings_backend_get_type (), GNextstepSettingsBackend)) typedef struct _GNextstepSettingsBackend GNextstepSettingsBackend;